Calendar Filters

These methods allow users to easily filter calendar events based on user provided datetime data.

These are used after the .getCalendarEvents() or .getListItems() methods have been called. Start and end datetimes must have been called as part of the user-provided object, either from .getDateTimesFromForm() or .provideDateTimes().

Function Name

Description

Returns events that start on the same date as the user provided date.

Returns events that pose a time conflict with the user provided datetimes.

Returns events that start before the user provided start datetime, and end after the users’ provided end datetime.