Skip to main content

gcal.listeventsprops.showdeleted

Home > @runlightyear/gcal > ListEventsProps > showDeleted

ListEventsProps.showDeleted property

Whether to include deleted events (with status equals "cancelled") in the result. Cancelled instances of recurring events (but not the underlying recurring event) will still be included if showDeleted and singleEvents are both False. If showDeleted and singleEvents are both True, only single instances of deleted events (but not the underlying recurring events) are returned. Optional. The default is False.

Signature:
showDeleted?: boolean;