Uses of Class
org.exoplatform.agenda.model.EventAttendee
Packages that use EventAttendee
-
Uses of EventAttendee in org.exoplatform.agenda.model
Methods in org.exoplatform.agenda.model that return EventAttendeeModifier and TypeMethodDescriptionEventAttendee.clone()EventAttendeeList.getEventAttendee(long identityId, ZonedDateTime occurrenceId) Methods in org.exoplatform.agenda.model that return types with arguments of type EventAttendeeModifier and TypeMethodDescriptionEventAttendeeList.getEventAttendees()EventAttendeeList.getEventAttendees(long identityId) EventAttendeeList.getEventAttendees(ZonedDateTime occurrenceId) -
Uses of EventAttendee in org.exoplatform.agenda.service
Methods in org.exoplatform.agenda.service that return types with arguments of type EventAttendeeModifier and TypeMethodDescriptionAgendaEventAttendeeService.getEventAttendees(long eventId, ZonedDateTime occurrenceId, EventAttendeeResponse... responses) Return the list of attendees of an event having a specific responses.Method parameters in org.exoplatform.agenda.service with type arguments of type EventAttendeeModifier 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 nullAgendaEventService.createEventExceptionalOccurrence(long eventId, List<EventAttendee> attendees, List<EventConference> conferences, List<EventReminder> reminders, ZonedDateTime occurrenceId) Create a new exceptional occurrence for a parent recurrent eventAgendaEventAttendeeService.saveEventAttendees(Event event, List<EventAttendee> attendees, long creatorIdentityId, boolean sendInvitations, boolean resetResponses, AgendaEventModification eventModifications) voidAgendaEventAttendeeService.sendInvitations(Event event, List<EventAttendee> eventAttendees, AgendaEventModification eventModifications) Sends an invitation to event attendees of type: user, space or external user.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 parentCalendar, else this will duplicate the event and add it into his personal calendar