MarkDavies's avatar
MarkDavies
Copper Contributor
Sep 04, 2021
Status:
Completed

Add timezone info the the bookingsBusiness

Summary:

Please add calendar timezone to the bookingBusinesses object returned by GraphApi.

 

Details:

Looking through the graph api and I can list appointments with the start time and end time in the calendar's time-zone.

 

I need to be able to know a calendar's time-zone before I book an appointment through our app.  Our app supports many calendars and each may be in different timezones.   

 

I would expect to find timezone to be in the bookingBusinesses/{id} resource.

 

The work around I have is to look up an appointment and if there are no appointments, then create one.  Seems like expensive overhead and the parent bookingsBusinesses object should hold that information.

 

 

No CommentsBe the first to comment