I use the Google Calendar API to create new events. It seems the only way to assign an event color is with a color identifier (1 to 11) that looks at a specific color from the table.
The default 11 color palette is not perfect for my needs, so I would like to change it, but I could not figure out how to do it. The documentation explains how to get these lookup tables, but I can't figure out how to modify them. I assume that they can be changed because the structure has a timestamp the last time it was changed.
Does anyone know how to change the colorID table for events?
api events colors google-calendar
Wescotte
source share