How to provide custom color like #ffa500 to Google Calendar API colorId when inserting an event?

Viewed 95

I have integrate google calender with Laravel using google/apiclient package.

When I insert an event I want to give the created event my own color like #ffa500, There are some color ids like 1,2,3,4, 5, 6, 7, 8, 9, 10, 11 which do not match our brand.

Isn't there any way to provide #ffa500 instead of 6?

1 Answers
Related