We are developing an Android calendar app. The problem is that we want to get the events of other calendars and share our event to them too. As I have read this is achieved
The calendar provider is there but the API is not public before API level 14 and the authority may vary from device to device. Here are some examples: Is there a way to access the calendar's entries without using gdata-java-client?