Customize event color in Google Calendar

Using the Google Calendar API , I can successfully add , update, and delete the event.

But I see no way to set the color of the event. When an event is generated, the default color is used.

Am I missing something? It seems strange that other aspects (where, when, reminders) can be set via api. Is it possible to change it?

enter image description here

+3
source share
1 answer

You can now do this using the v3 calendar API.

+3
source

All Articles