MeetingBooster API
Requests
Objects
Enums

Meetings: GetRecurringInstance

Get a meeting recurrence instance at a specific startdate. If the meetinging instance does not already exist, it will be created.

HTTP request

GET ../api/v1/meetings/getrecurringinstance

Parameters

Parameter name Value Description
id String The meeting recurrence id. This is the id identifying the meeting template: JSMeetingRecurrence.Meeting.Id
startdate DateTime The start date of the instance

Request Body

Do not supply a request body with this http request

Response