| Package | Description |
|---|---|
| org.exoplatform.agenda.model | |
| org.exoplatform.agenda.rest.model | |
| org.exoplatform.agenda.service |
| Modifier and Type | Method and Description |
|---|---|
EventConference |
EventConference.clone() |
| Constructor and Description |
|---|
EventSearchResultEntity(long id,
EventEntity parent,
String remoteId,
long remoteProviderId,
String remoteProviderName,
CalendarEntity calendar,
org.exoplatform.social.rest.entity.IdentityEntity creator,
String created,
String updated,
String summary,
String description,
String location,
String color,
String timeZoneId,
String start,
String end,
boolean allDay,
EventAvailability availability,
EventStatus status,
EventRecurrenceEntity recurrence,
EventOccurrenceEntity occurrence,
Permission acl,
List<EventAttendeeEntity> attendees,
List<EventConference> conferences,
List<EventAttachmentEntity> attachments,
List<EventReminderEntity> reminders,
boolean allowAttendeeToUpdate,
boolean allowAttendeeToInvite,
boolean sendInvitation,
List<String> excerpts) |
| Modifier and Type | Method and Description |
|---|---|
List<EventConference> |
AgendaEventConferenceService.getEventConferences(long eventId)
Return the list of conferences of an event
|
| Modifier and Type | Method and Description |
|---|---|
Event |
AgendaEventService.createEvent(Event event,
List<EventAttendee> attendees,
List<EventConference> conferences,
List<EventAttachment> attachments,
List<EventReminder> reminders,
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<EventAttachment> attachments,
List<EventReminder> reminders,
ZonedDateTime occurrenceId)
Create a new exceptional occurrence for a parent recurrent event
|
void |
AgendaEventConferenceService.saveEventConferences(long eventId,
List<EventConference> conferences)
Save conferences for an
Event |
Event |
AgendaEventService.updateEvent(Event event,
List<EventAttendee> attendees,
List<EventConference> conferences,
List<EventAttachment> attachments,
List<EventReminder> reminders,
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 |
Copyright © 2003–2021 eXo Platform SAS. All rights reserved.