v3 API//
- Generate a description of a schedule's recurrence
Get all schedule presets
Calculate future occurrences based on the new schedules and the old frequencies
Update calendar items' schedules using this endpoint.
Generate a description of...
POST /v3/schedules/rule-description
Security
API_Key
POST
curl -i -X POST \
https://api.observepoint.com/v3/schedules/rule-description \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'Content-Type: application/json' \
-d '{
"recurrenceRule": "string"
}'Response
{ "description": "string" }