plusonelabs / calendar-widget

An calender widget for your Android home screen.
Apache License 2.0
369 stars 127 forks source link

How to add a themed Google Calendar to a widget #260

Closed Vovusik closed 4 years ago

Vovusik commented 7 years ago

How to programmatically add to widget your own themed calendar created with Google Calendar (https://support.google.com/calendar/answer/37095?hl=en), which will be automatically preinstalled in the application, even without synchronization with the account.

Thank you.

yvolk commented 7 years ago

This looks like a question for StackOverflow :-) The Calendar-widget application doesn't know, how you created the calendar: if the calendar is shown in a list of calendars (available via android.provider.CalendarContract.Calendars#CONTENT_URI according to the Calendar API) , it will be available for display in the Calendar Widget.

Vovusik commented 7 years ago

Thank you.