Uses of Class
org.exoplatform.agenda.model.RemoteEvent
Packages that use RemoteEvent
-
Uses of RemoteEvent in org.exoplatform.agenda.model
Methods in org.exoplatform.agenda.model that return RemoteEvent -
Uses of RemoteEvent in org.exoplatform.agenda.service
Methods in org.exoplatform.agenda.service that return RemoteEventModifier and TypeMethodDescriptionAgendaRemoteEventService.findRemoteEvent(long eventId, long userIdentityId) Retrieves remote event information for a given userAgendaRemoteEventService.saveRemoteEvent(long eventId, RemoteEvent remoteEvent, long userIdentityId) Creates or updatesRemoteEventof userAgendaRemoteEventService.saveRemoteEvent(RemoteEvent remoteEvent) Creates or updatesRemoteEventof userMethods in org.exoplatform.agenda.service with parameters of type RemoteEventModifier and TypeMethodDescriptionAgendaEventService.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 nullAgendaRemoteEventService.saveRemoteEvent(long eventId, RemoteEvent remoteEvent, long userIdentityId) Creates or updatesRemoteEventof userAgendaRemoteEventService.saveRemoteEvent(RemoteEvent remoteEvent) Creates or updatesRemoteEventof userAgendaEventService.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 parentCalendar, else this will duplicate the event and add it into his personal calendar