Google Calendar Format – How to Format Google Calendar Like ‘Days of the Year’ Calendar

google apigoogle-calendar

Is there any way to format my calendar entries like the "Days of the Year" calendar does? (Shown here, the "40" in the top corner.)

enter image description here

I am adding events to the calendar using the Calendar API using myCalendar.createAllDayEvent('Title', myDate).

I can't find any information in the API documentation that seems to relate to this.

Best Answer

Turns out that Google Calendar API version 3 exposes "gadgets". That's what needs to be used to format entries as described here.

See: Calendar Event Gadgets