Looking through the graph api and I can list appointments with the start time and end time in the calendars time-zone.
Can I find the calendar's time-zone without looking at an existing appointment? I would expect it to be in the bookingBusinesses/{id} resource.
We have several calendars in several timezones and working through an algorithm to figure out available timeslots. Obviously "Day 0" is the worst - no appointment = no timezone data. We can work around it by creating one appointment. Is there a better way though?