Uses of Class
org.exoplatform.agenda.model.RemoteEvent
-
Packages that use RemoteEvent Package Description org.exoplatform.agenda.model org.exoplatform.agenda.service -
-
Uses of RemoteEvent in org.exoplatform.agenda.model
Methods in org.exoplatform.agenda.model that return RemoteEvent Modifier and Type Method Description protected RemoteEventRemoteEvent. clone() -
Uses of RemoteEvent in org.exoplatform.agenda.service
Methods in org.exoplatform.agenda.service that return RemoteEvent Modifier and Type Method Description RemoteEventAgendaRemoteEventService. findRemoteEvent(long eventId, long userIdentityId)Retrieves remote event information for a given userRemoteEventAgendaRemoteEventService. saveRemoteEvent(long eventId, RemoteEvent remoteEvent, long userIdentityId)Creates or updatesRemoteEventof userRemoteEventAgendaRemoteEventService. saveRemoteEvent(RemoteEvent remoteEvent)Creates or updatesRemoteEventof userMethods in org.exoplatform.agenda.service with parameters of type RemoteEvent Modifier and Type Method Description EventAgendaEventService. 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 nullRemoteEventAgendaRemoteEventService. saveRemoteEvent(long eventId, RemoteEvent remoteEvent, long userIdentityId)Creates or updatesRemoteEventof userRemoteEventAgendaRemoteEventService. saveRemoteEvent(RemoteEvent remoteEvent)Creates or updatesRemoteEventof userEventAgendaEventService. 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
-