cURL
curl --request PUT \ --url https://api.example.com/editevent \ --header 'Content-Type: application/json' \ --data '{ "id": 123 }'
{ "status": "success", "data": { "id": 10, "title": "Board Meeting (Updated)", "start_time": "2025-07-01T10:00:00Z", "end_time": "2025-07-01T12:00:00Z", "timezone": "Africa/Lagos", "record_meeting": true } }
Update an existing event.
meeting_link
start_time