Event |
AgendaEventService.createEvent(Event event,
List<EventAttendee> attendees,
List<EventConference> conferences,
List<EventReminder> reminders,
List<EventDateOption> dateOptions,
RemoteEvent remoteEvent,
boolean sendInvitation,
long userIdentityId) |
Creates an event in designated calendar or in user personal calendar if
null
|
Event |
AgendaEventService.createEvent(Event event,
List<EventAttendee> attendees,
List<GuestUser> guestUsers,
List<EventConference> conferences,
List<EventReminder> reminders,
List<EventDateOption> dateOptions,
RemoteEvent remoteEvent,
boolean sendInvitation,
long userIdentityId) |
Creates an event in designated calendar or in user personal calendar if
null
|
Event |
AgendaEventService.createEventExceptionalOccurrence(long eventId,
List<EventAttendee> attendees,
List<EventConference> conferences,
List<EventReminder> reminders,
ZonedDateTime occurrenceId) |
Create a new exceptional occurrence for a parent recurrent event
|
Event |
AgendaEventService.createEventExceptionalOccurrence(long eventId,
List<EventAttendee> attendees,
List<GuestUser> guestUsers,
List<EventConference> conferences,
List<EventReminder> reminders,
ZonedDateTime occurrenceId) |
Create a new exceptional occurrence for a parent recurrent event
|
Event |
AgendaEventService.saveEventExceptionalOccurrence(long eventId,
ZonedDateTime occurrenceId) |
Creates an exceptional occurrence for a recurrent event and occurrence ID
|
Set<AgendaEventModificationType> |
AgendaEventReminderService.saveEventReminders(Event event,
List<EventReminder> reminders,
long userIdentityId) |
Updates the list of EventReminder associated to a user on a
selected event
|
void |
AgendaEventReminderService.saveUpcomingEventReminders(long eventId,
ZonedDateTime occurrenceId,
List<EventReminder> reminders,
long userIdentityId) |
Save reminders for an upcoming of an occurrence of a recurring event for a
specific user
|
Event |
AgendaEventService.updateEvent(Event event,
List<EventAttendee> attendees,
List<EventConference> conferences,
List<EventReminder> reminders,
List<EventDateOption> dateOptions,
RemoteEvent remoteEvent,
boolean sendInvitation,
long userIdentityId) |
Updates an existing event in-place when the user is owner of parent
Calendar, else this will duplicate the event and add it into his
personal calendar
|
Event |
AgendaEventService.updateEvent(Event event,
List<EventAttendee> attendees,
List<GuestUser> guestUsers,
List<EventConference> conferences,
List<EventReminder> reminders,
List<EventDateOption> dateOptions,
RemoteEvent remoteEvent,
boolean sendInvitation,
long userIdentityId) |
Updates an existing event in-place when the user is owner of parent
Calendar, else this will duplicate the event and add it into his
personal calendar
|
void |
AgendaEventService.updateEventFields(long eventId,
Map<String,List<String>> fields,
boolean updateAllOccurrences,
boolean sendInvitation,
long userIdentityId) |
Updates a single field for a given Event identified by its
technical identifier.
|