CalendarEvent.EventOperationResult |
CalendarEvent.delete() |
Deletes entirely this event and all of its occurrences.
|
CalendarEvent.EventOperationResult |
CalendarEventOccurrence.delete() |
Deletes only this occurrence among the occurrences of the event it comes from.
|
CalendarEvent.EventOperationResult |
CalendarEvent.deleteOnly(CalendarEventOccurrence occurrence) |
Deletes only the specified occurrence of this event.
|
CalendarEvent.EventOperationResult |
CalendarEvent.deleteSince(CalendarEventOccurrence occurrence) |
Deletes for this event all the occurrences since and including the specified one.
|
CalendarEvent.EventOperationResult |
CalendarEventOccurrence.deleteSinceMe() |
Deletes this occurrence and all the forthcoming occurrences of the same event.
|
CalendarEvent.EventOperationResult |
CalendarEvent.update() |
Updates this event.
|
CalendarEvent.EventOperationResult |
CalendarEventOccurrence.update() |
Updates only this occurrence among the occurrences of the event it comes from.
|
CalendarEvent.EventOperationResult |
CalendarEvent.updateFrom(CalendarEvent event) |
Updates this event with the state of the specified calendar event.
|
CalendarEvent.EventOperationResult |
CalendarEventOccurrence.updateFrom(CalendarEventOccurrence occurrence) |
Updates this occurrence with the state of the specified occurrence.
|
CalendarEvent.EventOperationResult |
CalendarEvent.updateOnly(CalendarEventOccurrence occurrence) |
Updates only the specified occurrence among the occurrences of this event.
|
CalendarEvent.EventOperationResult |
CalendarEvent.updateSince(CalendarEventOccurrence occurrence) |
Updates all the occurrences of this event since and including the specified occurrence with
the modifications to this event.
|
CalendarEvent.EventOperationResult |
CalendarEventOccurrence.updateSinceMe() |
Updates this occurrence and all the forthcoming occurrences of the same event with the
changes in this occurrence.
|