meetingdetails = {
“topic”: “The title of your zoom meeting”,
“type”: 2,
“start_time”: “2022-03-25T07:32:55”,
“timezone”: “Asia/Calcutta”,
“agenda”: “test”,
“settings”: {
“join_before_host”: True,
“approval_type” : 1,
“auto_recording”: “cloud”,
‘private_meeting’ : True,
}
}
I have tried using start_time both with z and without z at the end,
In response, ‘start_time’ is always equal to ‘created_at’
{‘uuid’: ‘QrbVGnN4Q7Wm9Dn16LafSg==’, ‘id’: 82236839118, ‘host_id’: ‘K4VMeWdQR7WnrO5tfw1nKg’, ‘host_email’: ‘vmcdgov1@gmail.com’, ‘topic’: ‘The title of your zoom meeting’, ‘type’: 2, ‘status’: ‘waiting’, ‘start_time’: ‘2022-10-19T11:53:49Z’, ‘duration’: 60, ‘timezone’: ‘America/Los_Angeles’, ‘agenda’: ‘test’, ‘created_at’: ‘2022-10-19T11:53:49Z’