Uses of Interface
org.osid.calendaring.EventList
Packages that use EventList
Package
Description
The Open Service Interface Definitions for the org.osid.calendaring
service.
The Open Service Interface Definitions for the org.osid.calendaring.cycle
service.
-
Uses of EventList in org.osid.calendaring
Methods in org.osid.calendaring that return EventListModifier and TypeMethodDescriptionRecurringEventUnravellingSession.expandRecurringEvent(Id recurringEventId) Expands the given recurring event into a series of non-recurring events.RecurringEventUnravellingSession.expandRecurringEventInDateRange(Id recurringEventId, DateTime from, DateTime to) Expands the given recurring event into a series of non-recurring events that fall within the given date range inclusive.RecurringEventUnravellingSession.expandRecurringEvents(IdList recurringEventIds) Expands the given recurring events into a series of non-recurring events.RecurringEventUnravellingSession.expandRecurringEventsInDateRange(Id recurringEventIds, DateTime from, DateTime to) Expands the given recurring events into a series of non-recurring events that fall within the given date range inclusive.EventLookupSession.getEvents()Gets allEvents.EventSearchResults.getEvents()Gets the event list resulting from the search.RecurringEvent.getEvents()Gets the composed events.EventCalendarSession.getEventsByCalendar(Id calendarId) Gets the list ofEventsassociated with aCalendar.EventCalendarSession.getEventsByCalendars(IdList calendarIds) Gets the list ofEventscorresponding to a list ofCalendars.EventLookupSession.getEventsByGenusType(Type eventGenusType) Gets anEventListcorresponding to the given event genusTypewhich does not include events of genus types derived from the specifiedType.EventLookupSession.getEventsByIds(IdList eventIds) Gets anEventListcorresponding to the givenIdList.EventLookupSession.getEventsByLocation(Id locationId) Gets a list of events with the given location.EventLookupSession.getEventsByLocationInDateRange(Id locationId, DateTime from, DateTime to) Gets anEventListthat fall within the given range inclusive at the given location.EventLookupSession.getEventsByLocationOnDate(Id locationId, DateTime from, DateTime to) Gets anEventListat the given location where the given date range falls within the event dates inclusive.EventLookupSession.getEventsByParentGenusType(Type eventGenusType) Gets anEventListcorresponding to the given event genusTypeand include any additional event with genus types derived from the specifiedType.EventQuerySession.getEventsByQuery(EventQuery eventQuery) Gets a list ofEventsmatching the given event query.EventLookupSession.getEventsByRecordType(Type eventRecordType) Gets anEventListcontaining the given event recordType.EventLookupSession.getEventsBySponsor(Id resourceId) Gets a list of events with the given sponsor.EventLookupSession.getEventsBySponsorInDateRange(Id resourceId, DateTime from, DateTime to) Gets anEventListthat fall within the given range inclusive at the given location.EventLookupSession.getEventsBySponsorOnDate(Id resourceId, DateTime from, DateTime to) Gets anEventListwith the given sponsor where the given date range falls within the event dates inclusive.EventLookupSession.getEventsInDateRange(DateTime from, DateTime to) Gets anEventListthat fall within the given range inclusive.EventLookupSession.getEventsOnDate(DateTime from, DateTime to) Gets a list of events where the given date range falls within an event inclusive.TimePeriod.getExceptions()Gets the exceptions to this time period.EventLookupSession.getUpcomingEvents(long number) Gets the next upcoming events on this calendar. -
Uses of EventList in org.osid.calendaring.cycle
Methods in org.osid.calendaring.cycle that return EventListModifier and TypeMethodDescriptionEventCyclicEventLookupSession.getEventsByCyclicEvent(Id cyclicEventId) Gets the list ofEventsassociated with aCyclicEvent.EventCyclicEventLookupSession.getEventsByCyclicEventAndDate(Id cyclicEventId, DateTime from, DateTime to) Gets the list ofEventsbetween the given date range included associated with aCyclicEvent.