We are setting some calendar events from our android app now we want to pass some URI or Intent to calendar along with event data so that if user clicks on that link it will launch our app.
Already it has been implemented in iOS so same feature client want in android also.You can check this for iOS.
I have found following solution for Android API level 16 and above
After creating a calendar event it will show your app icon and app name in details of the calendar event.
Known Issue :
This solution is working on all google devices (Nexus devices) or any devices which have android os without any company customization (Moto g etc)