Hello Will,
Thanks for getting back to me. This is still not working. Here is full traces of everything:
POST:
https://zoom.us/v2/users/me/meetings
Authorization Bearer xxxxxxxx
{
“topic”:“wwww”,
“type”:8,
“start_time”:“2020-09-14T07:00:00”,
“duration”:30,
“password”:“581727”,
“timezone”:“UTC”,
“recurrence”:{
“type”:2,
“repeat_interval”:1,
“weekly_days”:“2”,
“end_times”:4
}
}
The full response is:
{
“uuid”: “3zNBoVMlTimtQw0t7Jz+1g==”,
“id”: 92361795144,
“host_id”: “Uqz6S_d_QHaxBELSXTI9UA”,
“host_email”: “wayne.p@glasscubes.com”,
“topic”: “wwww”,
“type”: 8,
“status”: “waiting”,
“timezone”: “UTC”,
“created_at”: “2020-09-07T12:55:34Z”,
“start_url”: “https://zoom.us/s/92361795144?zak=eyJ6bV9za20iOiJ6bV9vMm0iLCJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJjbGllbnQiLCJ1aWQiOiJVcXo2U19kX1FIYXhCRUxTWFRJOVVBIiwiaXNzIjoid2ViIiwic3R5IjoxMDAsIndjZCI6ImF3MSIsImNsdCI6MCwic3RrIjoiUmlVOS1rNmFta1lFLV9NOTRYakE2VnJCRWV5b3ktc2laSURxWEdiSjNlby5CZ1VnYVd3NVZrZHJSMkZVTUZsbVdIWkhNRGxWTlhsdE1tSllUVloyYUZreGRGWkFOakZsWkRReU5EQXhZemd6WmpCak4yTTBNR1U1TURJeE9EVmpObVJpWTJZd05HWXhOakkyTnpNNFl6Z3hPRFk0WVdZMk5Ua3pNMkkxTlRreVpqTTJZZ0FNTTBOQ1FYVnZhVmxUTTNNOUFBTmhkekUiLCJleHAiOjE1OTk0OTA1MzQsImlhdCI6MTU5OTQ4MzMzNCwiYWlkIjoiZkJNM1pKeVZTLUNtdHVBUHFORXRhQSIsImNpZCI6IiJ9.8FUlSoMieqNeXHD0ZjvMaktqvNTQ-88Cc5ILRO1aKII”,
“join_url”: “https://zoom.us/j/92361795144?pwd=ZDNWTG55OU5BRlpmQys0K3UyQk55Zz09”,
“password”: “581727”,
“h323_password”: “581727”,
“pstn_password”: “581727”,
“encrypted_password”: “ZDNWTG55OU5BRlpmQys0K3UyQk55Zz09”,
“occurrences”: [
{
“occurrence_id”: “1600066800000”,
“start_time”: “2020-09-14T07:00:00Z”,
“duration”: 30,
“status”: “available”
},
{
“occurrence_id”: “1600671600000”,
“start_time”: “2020-09-21T07:00:00Z”,
“duration”: 30,
“status”: “available”
},
{
“occurrence_id”: “1601276400000”,
“start_time”: “2020-09-28T07:00:00Z”,
“duration”: 30,
“status”: “available”
},
{
“occurrence_id”: “1601881200000”,
“start_time”: “2020-10-05T07:00:00Z”,
“duration”: 30,
“status”: “available”
}
],
“settings”: {
“host_video”: false,
“participant_video”: false,
“cn_meeting”: false,
“in_meeting”: false,
“join_before_host”: false,
“mute_upon_entry”: false,
“watermark”: false,
“use_pmi”: false,
“approval_type”: 2,
“audio”: “voip”,
“auto_recording”: “none”,
“enforce_login”: false,
“enforce_login_domains”: “”,
“alternative_hosts”: “”,
“close_registration”: false,
“registrants_confirmation_email”: true,
“waiting_room”: true,
“request_permission_to_unmute_participants”: false,
“registrants_email_notification”: true,
“meeting_authentication”: false
},
“recurrence”: {
“type”: 2,
“repeat_interval”: 1,
“weekly_days”: “2”,
“end_times”: 4
}
}
I then perform a PATCH:
https://zoom.us/v2/meetings/92361795144?occurence_id=1600671600000
{
“start_time”:“2020-09-22T07:00:00”,
“duration”:30,
“timezone”:“UTC”
}
There is no body returned.
There is no change to the occurrence:
Is this something to do with being a developer account or anything??
Many thanks
Wayne