Skip to content

getCalendarEvents

reference
1 min readUpdated

Kind: Function

Source: Outlook_plugin/src/calendar/calendar.service.ts (line 433)

Part of: Calendar

Signature

ts
async function getCalendarEvents(startDate: Date, endDate: Date, token: string): Promise<OutlookCalendarEvent[]>

Parameters

NameType
startDateDate
endDateDate
tokenstring

Returns: Promise<OutlookCalendarEvent[]>

Used by

1 reference from 1 file. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.

Imported by (1)

  • handleErrorResponseOutlook_plugin/src/taskpane/taskpane.ts:69

Was this page helpful?

Download as PDF