Skip to content

Commit 409195e

Browse files
Update Office365.md
1 parent e472c99 commit 409195e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/Office365.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -561,11 +561,11 @@ End if
561561
```
562562
### Event object
563563

564-
The `event` object used with Microsoft Calendar methods includes the following properties:
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)
565565

566566
| Property | | Type | Description| Updatable |
567567
| -------- | -- | ----- | ----------------------- |-----------|
568-
| id | | Text | ID for the event. Case-sensitive and read-only. May change if the event is moved to another calendar or folder. Use [`Prefer: IdType="ImmutableId"`](https://learn.microsoft.com/en-us/graph/outlook-immutable-id) to preserve it. | |
568+
| id | | Text | ID for the event. Case-sensitive and read-only. | |
569569
| calendarId | | Text | Calendar ID. If not provided, the user's primary calendar is used. | |
570570
| attachments| | Collection | Event file [attachments](#attachment-object).| |
571571
| attendees | | Collection | List of attendees.|Yes|

0 commit comments

Comments
 (0)