When i am creating meeting and passing the description parameter but not adding into zoom meeting why how to pass this description parameter when i am creating the meeting on zoom.
Hey @pranav.linuxbean,
Thank you for reaching out to the Zoom Developer Forum. If you want to add a description when using the Create a Meeting API, you can use the agenda property:

Let me know if that helps.
Thanks,
Max
Okay i will try with that Thankyou so much sir
Yes Its Working Fine Thankyou So much Sir
Please make sure you’re passing your meeting ID as a path parameter—we don’t support this as a query parameter. It should look like this:
PATCH https://api.zoom.us/v2/meetings/{meetingId}
Thanks!
Will
Okay I got it Thankyou so much sir
Glad I could help! 
One More thing i dynamic passing timezone but its not getting into meeting when i am creating and updating
Is this in reference to the start_time field? How are you passing the value?
Keep in mind that our API will always return start_time in UTC in the API response.
Let me know—thanks,
Will
