| Package | Description |
|---|---|
| org.exoplatform.agenda.model | |
| org.exoplatform.agenda.service |
| Modifier and Type | Method and Description |
|---|---|
protected RemoteEvent |
RemoteEvent.clone() |
| Modifier and Type | Method and Description |
|---|---|
RemoteEvent |
AgendaRemoteEventService.findRemoteEvent(long eventId,
long userIdentityId)
Retrieves remote event information for a given user
|
RemoteEvent |
AgendaRemoteEventService.saveRemoteEvent(long eventId,
RemoteEvent remoteEvent,
long userIdentityId)
Creates or updates
RemoteEvent of user |
RemoteEvent |
AgendaRemoteEventService.saveRemoteEvent(RemoteEvent remoteEvent)
Creates or updates
RemoteEvent of user |
| 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
|
RemoteEvent |
AgendaRemoteEventService.saveRemoteEvent(long eventId,
RemoteEvent remoteEvent,
long userIdentityId)
Creates or updates
RemoteEvent of user |
RemoteEvent |
AgendaRemoteEventService.saveRemoteEvent(RemoteEvent remoteEvent)
Creates or updates
RemoteEvent of user |
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.