Kind: Function
Source: Outlook_plugin/src/calendar/calendar.model.ts (line 355)
Part of: Calendar
Helper function to create all-day event
Signature
tsfunction createAllDayEvent(subject: string, date: Date, location: string, attendees: string[]): CreateEventRequest
Parameters
| Name | Type |
|---|---|
subject | string |
date | Date |
location | string |
attendees | string[] |
Returns: CreateEventRequest
Was this page helpful?