Overview
Update an occurrence event record of the specified type.
Request Arguments
Name |
Type |
Description |
Required |
masterRecordId
|
String
|
Master Event Id
|
True
|
originalStartDate
|
String
|
Occurrence initial start date
|
True
|
Request
http://{site_url}/rest/v11_23/Meetings/updateRecurrence
{
"module": "Meetings",
"masterRecordId": "id-id-id"
"originalStartDate": "yyyy-mm-ddThh:mm:ss-00:00",
"name":"Department Meeting",
"description":"Weekly Department Meeting",
"date_start":"yyyy-mm-ddThh:mm:ss-00:00",
"date_end":"yyyy-mm-ddThh:mm:ss-00:00",
"repeat_type":"Weekly",
"repeat_interval":"1", /* Every Week */
"repeat_dow":"25", /* Tue and Fri */
"repeat_count":"4", /* 4 Recurrences */
"repeat_until":"",
}
Response Arguments
Name |
Description |
Start Date |
End Date |
<record field>
|
Returns the fields for the updated record.
|
Response
Boolean
Change Log
Version |
Change |
v11_23
|
Added /Meetings/updateRecurrence POST endpoint.
|