Skip to content

Commit a034933

Browse files
link added
1 parent 409195e commit a034933

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

docs/Google.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -543,6 +543,7 @@ The `event` object used with Google Calendar methods includes the following prop
543543
| summary | | Text | Title of the event.|
544544
| transparency | | Text | Whether the event blocks time on the calendar. Values: `"opaque"` (busy) or `"transparent"` (available).|
545545
| visibility | | Text | Visibility level: `"default"`, `"public"`, `"private"`, or `"confidential"`.|
546+
For the full list, refer to the [official Google Calendar API documentation](https://developers.google.com/calendar/api/v3/reference/events#resource).
546547

547548
## Mail
548549

docs/Office365.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@ End if
561561
```
562562
### Event object
563563

564-
The `event` object used with Microsoft Calendar methods includes the following properties. For the full list, refer to the [official Microsoft documentation](https://learn.microsoft.com/en-us/graph/api/resources/event?view=graph-rest-1.0)
564+
The `event` object used with Microsoft Calendar methods includes the following properties:
565565

566566
| Property | | Type | Description| Updatable |
567567
| -------- | -- | ----- | ----------------------- |-----------|
@@ -603,6 +603,8 @@ The `event` object used with Microsoft Calendar methods includes the following p
603603
| allowNewTimeProposals | | Boolean | (Default: true) Whether attendees can propose a new time.| |
604604
| hideAttendees | | Boolean | (Default: false) If `true`, attendees will only see themselves.|Yes|
605605

606+
For the full list, refer to the [official Microsoft documentation](https://learn.microsoft.com/en-us/graph/api/resources/event?view=graph-rest-1.0).
607+
606608
## Mail
607609

608610
### Office365.mail.append()

0 commit comments

Comments
 (0)