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/Office365.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -561,11 +561,11 @@ End if
561
561
```
562
562
### Event object
563
563
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)
| 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. ||
569
569
| calendarId || Text | Calendar ID. If not provided, the user's primary calendar is used. ||
0 commit comments