Start_time mismatch

const body = {
“duration”: “60”,
“pre_schedule”: true,
“start_time”: “2023-04-06T17:51:08”,
“settings”: {
“join_before_host”: true,
“in_meeting”: true,
“timezone”: “Asia/Calcutta”,
“type”: 2
}
}
This is my meeting request on the indian standard time but in the API response is
“topic”: “Zoom Meeting”,
“type”: 2,
“status”: “waiting”,
“start_time”: “2023-04-06T12:19:08Z”,
“duration”: 60,
“timezone”: “Asia/Calcutta”,
“created_at”: “2023-04-06T12:19:23Z”,
“start_url”: “Launch Meeting - Zoom”,

The meeting link is also giving :invalid meeting id
pls give how to pass the start time as local time in indian standard time

Hi @dipesh.sapkota
Thanks for reaching out to the Zoom Developer Forum, sorry for the late reply here!
Could you please confirm if you have been able to troubleshoot this on your end? Or are you still looking for some guidance here?
Cheers,
Elisa

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