Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 50 additions & 2 deletions OPENAPI_DOC.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4715,7 +4715,31 @@ paths:

set to the current rooms associated system.

Then in the event body, the `system_id` field should be the new system.'
Then in the event body, the `system_id` field should be the new system.


Changing `host` hands the meeting to that person. Office365 cannot change
a

meeting''s organiser, so this does what a person does in Outlook: the meeting

is cancelled and sent again from the new host''s calendar, which re-invites

the attendees and gives the event a new id and ical uid. Recurring meetings

are refused. A `host` matching the requesting user is ignored, as front ends

fall back to the current user when they cannot resolve the organiser.


`extension_data.host_override` instead records who is hosting while leaving

the meeting on the organiser''s calendar — for deployments that book rooms
as

a service account. Send an empty string to clear it. Moving the meeting

supersedes it, as the new host owns the meeting afterwards.'
tags:
- Events
operationId: Events_update
Expand Down Expand Up @@ -4960,7 +4984,31 @@ paths:

set to the current rooms associated system.

Then in the event body, the `system_id` field should be the new system.'
Then in the event body, the `system_id` field should be the new system.


Changing `host` hands the meeting to that person. Office365 cannot change
a

meeting''s organiser, so this does what a person does in Outlook: the meeting

is cancelled and sent again from the new host''s calendar, which re-invites

the attendees and gives the event a new id and ical uid. Recurring meetings

are refused. A `host` matching the requesting user is ignored, as front ends

fall back to the current user when they cannot resolve the organiser.


`extension_data.host_override` instead records who is hosting while leaving

the meeting on the organiser''s calendar — for deployments that book rooms
as

a service account. Send an empty string to clear it. Moving the meeting

supersedes it, as the new host owns the meeting afterwards.'
tags:
- Events
operationId: Events_update{2}
Expand Down
Loading
Loading