There are several ways to insert calendar events in an Android app. Using Intents, ContentResolvers and SyncAdapter. Let us understand how to insert events with the help of intents through an example.
In this example, we will create events for the cl...