Thanks for the hint about the historical meeting type having an impact. It looks like if the meeting was initially scheduled via the API as type 8, then rescheduling after the start time with type 8 fails, regardless of the originally created meeting type. Here are the testing steps I took:
- Create or reuse a meeting interactively via the web site with the specified meeting type as defined in Create a meeting.
- Optionally, change the meeting type interactively via the web site.
- Call the API to initially schedule the meeting in a few minutes with the specified meeting type.
- Wait for the start time to arrive.
- Call the API to reschedule the meeting an hour later from the original start time with the specified meeting type.
The following table shows the rescheduling results and the timestamps for the corresponding API call logs (use a Find feature to jump to the date_time
timestamp in the logs following the table). Timestamps are US Eastern time (UTC -0500).
Zoom Meeting Rescheduling After Start
Meeting ID |
Web Site Creation Type |
Web Site Revision Type |
API Initial Scheduling Type |
API Rescheduling Type |
Rescheduling Outcome |
API Initial Scheduling Log Time |
API Rescheduling Log Time |
83349822023 |
2 |
N/A |
2 |
2 |
success |
2021-11-09 10:29:34 |
2021-11-09 10:31:24 |
83349822023 |
2 |
8 |
8 |
8 |
failure |
2021-11-09 10:37:45 |
2021-11-09 10:44:41 |
85925695828 |
8 |
N/A |
8 |
8 |
failure |
2021-11-09 10:48:54 |
2021-11-09 10:51:08 |
83828925747 |
2 |
N/A |
2 |
8 |
success |
2021-11-09 10:58:28 |
2021-11-09 11:03:23 |
87574906546 |
3 |
N/A |
8 |
8 |
failure |
2021-11-09 11:09:06 |
2021-11-09 11:11:11 |
For future redaction purposes, there are 15 instances of meeting IDs in this post.
{
"endpoint": "https://api.zoom.us/v2/meetings/83349822023",
"response_headers": [
"Set-Cookie: zm_aid=""; Domain=.zoom.us; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/; Secure; HttpOnly"
],
"date_time": "2021-11-09 10:29:34",
"method": "PATCH",
"request_body": "{"type":2,"start_time":"2021-11-09T15:30:00Z","duration":30}",
"response": "N/A",
"request_headers": [
"authorization: ******",
"connection: close",
"content-type: application/json; charset=utf-8"
],
"request_params": [
],
"http_status": "204"
}
{
"endpoint": "https://api.zoom.us/v2/meetings/83349822023",
"response_headers": [
"Set-Cookie: zm_aid=""; Domain=.zoom.us; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/; Secure; HttpOnly"
],
"date_time": "2021-11-09 10:31:24",
"method": "PATCH",
"request_body": "{"type":2,"start_time":"2021-11-09T16:30:00Z","duration":30}",
"response": "N/A",
"request_headers": [
"authorization: ******",
"connection: close",
"content-type: application/json; charset=utf-8"
],
"request_params": [
],
"http_status": "204"
}
{
"endpoint": "https://api.zoom.us/v2/meetings/83349822023",
"response_headers": [
"Set-Cookie: zm_aid=""; Domain=.zoom.us; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/; Secure; HttpOnly"
],
"date_time": "2021-11-09 10:37:45",
"method": "PATCH",
"request_body": "{"type":8,"start_time":"2021-11-09T15:40:00Z","duration":30,"recurrence":{"type":3,"repeat_interval":3,"monthly_day":"09","end_times":1}}",
"response": "N/A",
"request_headers": [
"authorization: ******",
"connection: close",
"content-type: application/json; charset=utf-8"
],
"request_params": [
],
"http_status": "204"
}
{
"endpoint": "https://api.zoom.us/v2/meetings/83349822023",
"response_headers": [
"Set-Cookie: zm_aid=""; Domain=.zoom.us; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/; Secure; HttpOnly"
],
"date_time": "2021-11-09 10:44:41",
"method": "PATCH",
"request_body": "{"type":8,"start_time":"2021-11-09T16:40:00Z","duration":30,"recurrence":{"type":3,"repeat_interval":3,"monthly_day":"09","end_times":1}}",
"response": "N/A",
"request_headers": [
"authorization: ******",
"connection: close",
"content-type: application/json; charset=utf-8"
],
"request_params": [
],
"http_status": "204"
}
{
"endpoint": "https://api.zoom.us/v2/meetings/85925695828",
"response_headers": [
"Set-Cookie: zm_aid=""; Domain=.zoom.us; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/; Secure; HttpOnly"
],
"date_time": "2021-11-09 10:48:54",
"method": "PATCH",
"request_body": "{"type":8,"start_time":"2021-11-09T16:50:00Z","duration":30,"recurrence":{"type":3,"repeat_interval":3,"monthly_day":"09","end_times":1}}",
"response": "N/A",
"request_headers": [
"authorization: ******",
"connection: close",
"content-type: application/json; charset=utf-8"
],
"request_params": [
],
"http_status": "204"
}
{
"endpoint": "https://api.zoom.us/v2/meetings/85925695828",
"response_headers": [
"Set-Cookie: zm_aid=""; Domain=.zoom.us; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/; Secure; HttpOnly"
],
"date_time": "2021-11-09 10:51:08",
"method": "PATCH",
"request_body": "{"type":8,"start_time":"2021-11-09T17:50:00Z","duration":30,"recurrence":{"type":3,"repeat_interval":3,"monthly_day":"09","end_times":1}}",
"response": "N/A",
"request_headers": [
"authorization: ******",
"connection: close",
"content-type: application/json; charset=utf-8"
],
"request_params": [
],
"http_status": "204"
}
{
"endpoint": "https://api.zoom.us/v2/meetings/83828925747",
"response_headers": [
"Set-Cookie: zm_aid=""; Domain=.zoom.us; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/; Secure; HttpOnly"
],
"date_time": "2021-11-09 10:58:28",
"method": "PATCH",
"request_body": "{"type":2,"start_time":"2021-11-09T16:00:00Z","duration":30}",
"response": "N/A",
"request_headers": [
"authorization: ******",
"connection: close",
"content-type: application/json; charset=utf-8"
],
"request_params": [
],
"http_status": "204"
}
{
"endpoint": "https://api.zoom.us/v2/meetings/83828925747",
"response_headers": [
"Set-Cookie: zm_aid=""; Domain=.zoom.us; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/; Secure; HttpOnly"
],
"date_time": "2021-11-09 11:03:23",
"method": "PATCH",
"request_body": "{"type":8,"start_time":"2021-11-09T17:00:00Z","duration":30,"recurrence":{"type":3,"repeat_interval":3,"monthly_day":"09","end_times":1}}",
"response": "N/A",
"request_headers": [
"authorization: ******",
"connection: close",
"content-type: application/json; charset=utf-8"
],
"request_params": [
],
"http_status": "204"
}
{
"endpoint": "https://api.zoom.us/v2/meetings/87574906546",
"response_headers": [
"Set-Cookie: zm_aid=""; Domain=.zoom.us; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/; Secure; HttpOnly"
],
"date_time": "2021-11-09 11:09:06",
"method": "PATCH",
"request_body": "{"type":8,"start_time":"2021-11-09T16:10:00Z","duration":30,"recurrence":{"type":3,"repeat_interval":3,"monthly_day":"09","end_times":1}}",
"response": "N/A",
"request_headers": [
"authorization: ******",
"connection: close",
"content-type: application/json; charset=utf-8"
],
"request_params": [
],
"http_status": "204"
}
{
"endpoint": "https://api.zoom.us/v2/meetings/87574906546",
"response_headers": [
"Set-Cookie: zm_aid=""; Domain=.zoom.us; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/; Secure; HttpOnly"
],
"date_time": "2021-11-09 11:11:11",
"method": "PATCH",
"request_body": "{"type":8,"start_time":"2021-11-09T17:10:00Z","duration":30,"recurrence":{"type":3,"repeat_interval":3,"monthly_day":"09","end_times":1}}",
"response": "N/A",
"request_headers": [
"authorization: ******",
"connection: close",
"content-type: application/json; charset=utf-8"
],
"request_params": [
],
"http_status": "204"
}