Fixed
OnSched 3.11.1 - restore calendar padding after override 0
about 14 hours ago by ReadMe GitHub Action
API
- Padding events can return after
0:PUT /v3/appointment/{id}with a positiveoverridePaddingrecreates the separate Google or Outlook padding event when the appointment already has a main calendar event. Previously, setting padding to0cleared the padding event id, so a later increase never wrote a new padding event. - Zero still removes a stored padding event:
overridePadding: 0deletes the padding event when its id is stored. The main appointment event is not replaced. - Unaffected: Appointments that were never synced to an external calendar still do not get a padding event from a padding-only update.
