Skip to main content

gcal.listeventsprops.timemin

Home > @runlightyear/gcal > ListEventsProps > timeMin

ListEventsProps.timeMin property

Lower bound (exclusive) for an event's end time to filter by. Optional. The default is not to filter by end time. Must be an RFC3339 timestamp with mandatory time zone offset, for example, 2011-06-03T10?:00?:00-07?:00, 2011-06-03T10?:00?:00Z. Milliseconds may be provided but are ignored. If timeMax is set, timeMin must be smaller than timeMax.

Signature:
timeMin?: DateTime;