[Request] Modify All-Day Event Free/Busy Availability to be "Free" for All-Day events #423
-
What is the best way to modify the script so that when it updates new All-Day events (duration = 24hrs), the all day event is listed as "Free" instead of "Busy". Google's default all-day value is to set it as Free, but the calendar I'm trying to subscribe to for some reason creates the ALL-DAY events as default BUSY. Would this also work so that previous All-Day events that are "Free" that later are scheduled with a time (no longer all-day) are changed/reverted back to "Busy"? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
I don't think that's true, the API docs list busy as standard value. I'd suggest changing Lines 479 to 483 in f5c8eb5 to
After the edit, force a resync by syncing to a different target calendar. |
Beta Was this translation helpful? Give feedback.
-
I assume this is resolved / no longer relevant. Closing. |
Beta Was this translation helpful? Give feedback.
I don't think that's true, the API docs list busy as standard value.
I'd suggest changing
GAS-ICS-Sync/Helpers.gs
Lines 479 to 483 in f5c8eb5
to