v55

latestOpenAPI 3.0.3agplraw.githubusercontent.com2026-08-01155431.3 MB
room

Schedule a meeting for a conversation

Required capability: schedule-meeting

post/ocs/v2.php/apps/spreed/api/{apiVersion}/room/{token}/meeting

Path parameters

apiVersion'v4' required
tokenstring required

Headers

OCS-APIRequestboolean required

Required to be true for the API request to pass

Request body

calendarUristring required

Last part of the calendar URI as seen by the participant e.g. 'personal' or 'company_shared_by_other_user'

startinteger required

Unix timestamp when the meeting starts

attendeeIdsinteger[] nullable

List of attendee ids to invite, if null everyone will be invited, if empty array only the actor will receive the event

endinteger nullable

Unix timestamp when the meeting ends, falls back to 60 minutes after start

titlestring nullable

Title or summary of the event, falling back to the conversation name if none is given

descriptionstring nullable

Description of the event, falling back to the conversation description if none is given

Response

Meeting scheduled