Timezone America/Guayaquil is not available in Create API Meeting

Description
I am trying to create a Meeting with the api CreateMeeting with timezone of Ecuador

Error
When I send TimeZone parameter with the value “America/Guayaquil” the API response “America/Los_Angeles”

Which App Type (OAuth / Chatbot / JWT / Webhook)?

Body Request:
{
“type”: 2,
“start_time”: “2020-07-30T17:00:00Z”,
“timezone”: “America/Guayaquil”,
“duration”: 30,
“agenda”: “test”,
“settings”: {
“host_video”: true,
“participant_video”: true
},
“registrants_email_notification”: true
}

API Response:
{

“type”: 2,
“status”: “waiting”,
“start_time”: “2020-07-30T17:00:00Z”,
“duration”: 30,
“timezone”: “America/Los_Angeles”,
“agenda”: “test”,
“created_at”: “2020-07-30T21:51:19Z”,

}

Which Endpoint/s?
API Endpoint
https://api.zoom.us/v2/users/{user_id}/meetings

Screenshots (If applicable)

Additional context
But if I create the meeting in the Zoom App I have the Option for ecuador and The api response the timezone:
“America/Guayaquil”

Hey @csegovia,

Please try removing the Z at the end of the start_time.

Please also make sure the timezone is supported:

Thanks,
Tommy

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.