Kind: Function
Source: Outlook_plugin/src/calendar/calendar.service.pre-optimization.backup.ts (line 432)
Part of: Calendar
Signature
tsasync function getCalendarEvents(startDate: Date, endDate: Date, token: string): Promise<OutlookCalendarEvent[]>
Parameters
| Name | Type |
|---|---|
startDate | Date |
endDate | Date |
token | string |
Returns: Promise<OutlookCalendarEvent[]>
Was this page helpful?