You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**attachments** | [**Array<Attachment>**](Attachment.md) | Document attachments | [optional][default to undefined]
8
-
**attendees** | [**Array<MailAddress>**](MailAddress.md) | Event attendees | [default to undefined]
9
-
**description** | **string** | Description | [optional][default to undefined]
10
-
**endDate** | **Date** | End date | [default to undefined]
11
-
**endTimeZone** | **string** | End time zone | [optional][default to undefined]
12
-
**flags** | **Array<string>** | Appointment flags | [optional][default to undefined]
13
-
**isDescriptionHtml** | **boolean** | Indicates if description is in HTML format | [default to undefined]
14
-
**location** | **string** | Location | [default to undefined]
7
+
**attachments** | [**Array<Attachment>**](Attachment.md) | Document attachments. | [optional][default to undefined]
8
+
**attendees** | [**Array<MailAddress>**](MailAddress.md) | Event attendees. | [default to undefined]
9
+
**description** | **string** | Description. | [optional][default to undefined]
10
+
**endDate** | **Date** | End date. | [default to undefined]
11
+
**endTimeZone** | **string** | End time zone. | [optional][default to undefined]
12
+
**flags** | **Array<string>** | Appointment flags. Items: Enumerates iCalendar flags. Enum, available values: None, AllDayEvent | [optional][default to undefined]
13
+
**isDescriptionHtml** | **boolean** | Indicates if description is in HTML format. | [default to undefined]
14
+
**location** | **string** | Location. | [default to undefined]
15
15
**method** | **string** | Defines the iCalendar object method type associated with the calendar document. Enum, available values: None, Publish, Request, Reply, Add, Cancel, Refresh, Counter, DeclineCounter | [default to undefined]
16
16
**microsoftBusyStatus** | **string** | Specifies the BUSY status. Enum, available values: NotDefined, Free, Tentative, Busy, Oof | [default to undefined]
17
17
**microsoftIntendedStatus** | **string** | Specifies the INTENDED status. Enum, available values: NotDefined, Free, Tentative, Busy, Oof | [default to undefined]
18
-
**optionalAttendees** | [**Array<MailAddress>**](MailAddress.md) | Optional attendees | [optional][default to undefined]
19
-
**organizer** | [**MailAddress**](MailAddress.md) | Event organizer | [default to undefined]
18
+
**optionalAttendees** | [**Array<MailAddress>**](MailAddress.md) | Optional attendees. | [optional][default to undefined]
19
+
**organizer** | [**MailAddress**](MailAddress.md) | Event organizer. | [default to undefined]
20
20
**recurrenceString** | **string** | String representation of recurrence pattern (See iCalendar RFC, \"Recurrence rule\" section). For example: For daily recurrence: \"FREQ=DAILY;COUNT=10;WKST=MO\" For monthly recurrence: \"BYSETPOS=1;BYDAY=MO,TU,WE,TH,FR;FREQ=MONTHLY;INTERVAL=10;WKST=MO\" For yearly recurrence: \"BYMONTHDAY=30;BYMONTH=1;FREQ=YEARLY;WKST=MO\" | [optional][default to undefined]
21
-
**reminders** | [**Array<CalendarReminder>**](CalendarReminder.md) | Reminders | [optional][default to undefined]
21
+
**reminders** | [**Array<CalendarReminder>**](CalendarReminder.md) | Reminders. | [optional][default to undefined]
22
22
**sequenceId** | **string** | The sequence id. Read only. | [optional][default to undefined]
23
-
**startDate** | **Date** | Start date | [default to undefined]
24
-
**startTimeZone** | **string** | Start time zone | [optional][default to undefined]
23
+
**startDate** | **Date** | Start date. | [default to undefined]
24
+
**startTimeZone** | **string** | Start time zone. | [optional][default to undefined]
25
25
**status** | **string** | Defines the overall status or confirmation for the calendar document. Enum, available values: NotDefined, Cancelled, Tentative, Confirmed | [default to undefined]
26
-
**summary** | **string** | Summary | [optional][default to undefined]
26
+
**summary** | **string** | Summary. | [optional][default to undefined]
27
27
**transparency** | **string** | Specifies whether or not this appointment is intended to be visible in availability searches. Enum, available values: NotDefined, Transparent, Opaque | [default to undefined]
[[Back to top]](#)[[Back to API list]](README.md#documentation-for-api-endpoints)[[Back to Model list]](README.md#documentation-for-models)[[Back to README]](README.md)
670
670
@@ -2429,12 +2429,12 @@ Send an email specified by model in request
[[Back to top]](#)[[Back to API list]](README.md#documentation-for-api-endpoints)[[Back to Model list]](README.md#documentation-for-models)[[Back to README]](README.md)
0 commit comments