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
Copy file name to clipboardExpand all lines: docs/Google.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -507,7 +507,7 @@ The `event` object used with Google Calendar methods includes the following prop
507
507
| calendarId || Text | Calendar ID. If not provided, the user's primary calendar is used. Use `Google.calendar.getCalendars()` to retrieve IDs.|
508
508
| attachments || Collection | File [attachments](#attachment-object-google) (max 25). To use this, `supportsAttachments` must be set to `true` in the request.|
509
509
| attendees|| Collection | List of attendees. |
510
-
|| email | String | Required in `param` parameter. Email address of the attendee. |
510
+
|| email | String | Required. Email address of the attendee. |
511
511
|| displayName | String | Name of the attendee. |
512
512
|| comment| String | The attendee’s response comment. |
513
513
|| optional| Boolean | (Default: false) Whether the attendee is optional.|
|| emailAddress | Text | Required in `param` parameter. Attendee’s email address.|
571
+
|| emailAddress | Text | Required. Attendee’s email address.|
572
572
|| type | Text | Attendee role: `"required"`, `"optional"`, or `"resource"`.|
573
573
| body || Object |Body of the message associated with the event.|
574
574
|| content | Text | Content of the body|
575
-
|| contentType | Text | Type of the content. <br> Possible values:`"text"` or `"html"`.|
576
-
| categories || Collection | List of categories associated with the event. Must match the `displayName` of categories returned by `Office365.category.list()`. |
575
+
|| contentType | Text | Type of the content. <br> Possible values:`"text"` or `"html"`.|
576
+
| categories || Collection | List of categories associated with the event. Must match the `displayName` of categories returned by [`Office365.category.list()`](#office365categorylist). |
577
577
| start || Object | Start time of the event.|
578
578
|| date | Date | Start time of the event. If provided as text, use the format `"yyyy-mm-dd"`.|
579
579
|| time | Time| Start time (not used for all-day events).|
0 commit comments