Skip to content

getCalendarEvents

reference
1 min readUpdated

Kind: Function

Source: Outlook_plugin/src/calendar/calendar.service.pre-optimization.backup.ts (line 432)

Part of: Calendar

Signature

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

Parameters

NameType
startDateDate
endDateDate
tokenstring

Returns: Promise<OutlookCalendarEvent[]>

Was this page helpful?

Download as PDF