I want to open up the Calendar application from an android application. When i searched online, all i got is to create new events using intent. I could find Intents to open
From my experience you can't deep link into the Day, Week and Month activities in stock Android, however you can use "LaunchActivity" which loads the last opened view.