prschmid / zoomus

Python client library for the Zoom.us REST API v1 and v2
Other
257 stars 134 forks source link

Attempt to make V2 meeting and webinar APIs consistent for start_time #373

Open pjkundert opened 1 week ago

pjkundert commented 1 week ago

Providing a start_time for Webinar's and Meeting's create and update actions is inconsistent between V1 and V2, making it difficult to write code that handles both Meetings and Webinars.

I improved the consistency, and also detect that a datatime.datetime or .date was provided before attempting to convert it to a str using util.date_to_str.