Calendar API v3 (revision 30)



Uses of Class
com.google.api.services.calendar.Calendar.Events.Move

Packages that use Calendar.Events.Move
com.google.api.services.calendar   
 

Uses of Calendar.Events.Move in com.google.api.services.calendar
 

Methods in com.google.api.services.calendar that return Calendar.Events.Move
 Calendar.Events.Move Calendar.Events.move(java.lang.String calendarId, java.lang.String eventId, java.lang.String destination)
          Moves an event to another calendar, i.e.
 Calendar.Events.Move Calendar.Events.Move.setAlt(java.lang.String alt)
           
 Calendar.Events.Move Calendar.Events.Move.setCalendarId(java.lang.String calendarId)
          Calendar identifier of the source calendar where the event currently is on.
 Calendar.Events.Move Calendar.Events.Move.setDestination(java.lang.String destination)
          Calendar identifier of the target calendar where the event is to be moved to.
 Calendar.Events.Move Calendar.Events.Move.setEventId(java.lang.String eventId)
          Event identifier.
 Calendar.Events.Move Calendar.Events.Move.setFields(java.lang.String fields)
           
 Calendar.Events.Move Calendar.Events.Move.setKey(java.lang.String key)
           
 Calendar.Events.Move Calendar.Events.Move.setOauthToken(java.lang.String oauthToken)
           
 Calendar.Events.Move Calendar.Events.Move.setPrettyPrint(java.lang.Boolean prettyPrint)
           
 Calendar.Events.Move Calendar.Events.Move.setQuotaUser(java.lang.String quotaUser)
           
 Calendar.Events.Move Calendar.Events.Move.setSendNotifications(java.lang.Boolean sendNotifications)
          Whether to send notifications about the change of the event's organizer.
 Calendar.Events.Move Calendar.Events.Move.setUserIp(java.lang.String userIp)