Fixed
OnSched 3.8.2 - resource timezone updates
1 day ago by ReadMe GitHub Action
API
- Resource timezone updates:
PUT /v3/resource/{id}with{ "timezone": "<IANA>" }now reliably repoints weekly schedule rows to the new timezone, including when an equivalent(dayOfWeek, startTime, endTime, iana)row already exists in the shared WeeklyUnavailability table. - Response consistency: Successful timezone updates return
WeeklyUnavailabilitieswith the newianavalues instead of stale pre-update rows. - The same fix applies to Location and company-scoped Service timezone sync paths that share this WeeklyUnavailability repoint logic.
