Skip to content

Commit e811a4d

Browse files
update 4
1 parent 16a9889 commit e811a4d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/Google.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ The `event` object used with Google Calendar methods includes the following prop
507507
| calendarId | | Text | Calendar ID. If not provided, the user's primary calendar is used. Use `Google.calendar.getCalendars()` to retrieve IDs.|
508508
| attachments | | Collection | File [attachments](#attachment-object-google) (max 25). To use this, `supportsAttachments` must be set to `true` in the request.|
509509
| 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. |
511511
| | displayName | String | Name of the attendee. |
512512
| | comment| String | The attendee’s response comment. |
513513
| | optional| Boolean | (Default: false) Whether the attendee is optional.|

docs/Office365.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -568,12 +568,12 @@ The `event` object used with Microsoft Calendar methods includes the following p
568568
| calendarId | | Text | Calendar ID. If not provided, the user's primary calendar is used. |
569569
| attachments| | Collection | Event file [attachments](#attachment-object).|
570570
| attendees | | Collection | List of attendees.|
571-
| | emailAddress | Text | Required in `param` parameter. Attendee’s email address.|
571+
| | emailAddress | Text | Required. Attendee’s email address.|
572572
| | type | Text | Attendee role: `"required"`, `"optional"`, or `"resource"`.|
573573
| body | | Object |Body of the message associated with the event.|
574574
| | 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). |
577577
| start | | Object | Start time of the event.|
578578
| | date | Date | Start time of the event. If provided as text, use the format `"yyyy-mm-dd"`.|
579579
| | time | Time| Start time (not used for all-day events).|

0 commit comments

Comments
 (0)