- cancelEvent(VEvent) - Method in interface org.sakaiproject.calendaring.api.ExternalCalendaringService
-
Set the status of an existing VEvent to cancelled.
- createCalendar(List<VEvent>) - Method in interface org.sakaiproject.calendaring.api.ExternalCalendaringService
-
Creates an iCal calendar from a list of VEvents.
- createCalendar(List<VEvent>, String, boolean) - Method in interface org.sakaiproject.calendaring.api.ExternalCalendaringService
-
Creates an iCal calendar from a list of VEvents with a specified method.
- createEvent(CalendarEvent) - Method in interface org.sakaiproject.calendaring.api.ExternalCalendaringService
-
Creates an iCal VEvent for a Sakai CalendarEvent.
- createEvent(CalendarEvent, Set<User>) - Method in interface org.sakaiproject.calendaring.api.ExternalCalendaringService
-
Creates an iCal VEvent for a Sakai CalendarEvent with the given attendees.
- createEvent(CalendarEvent, Set<User>, boolean) - Method in interface org.sakaiproject.calendaring.api.ExternalCalendaringService
-
Creates an iCal VEvent for a Sakai CalendarEvent with the given attendees.