I wanted to know if it is possible to import the google calendar display on the application by CalendarView. Is there an example? Thanks
Asked
Active
Viewed 342 times
1 Answers
0
Android does not provide any intent for Google Calendar. Google Calendar is a seperate app on any android device. However you can use CalendarProvider apis to sync with google calendar and create your own calendar UI to display those events.

Karthik Andhamil
- 92
- 6
-
Can I sync my calendar which is then visible to all? – user3313188 Mar 13 '14 at 19:08