Interface APICalendarEventFetchManyOptions

The options for fetching calendar events.

See

https://www.guilded.gg/docs/api/calendarEvents/CalendarEventReadMany

Hierarchy

  • APICalendarEventFetchManyOptions

Properties

Properties

after?: Date

The date to fetch calendar events after.

before?: Date

The date to fetch calendar events before.

limit?: number

The maximum number of calendar events to fetch.