Monotouch launcher app

this question seems to be simple, but I cannot find anything on the internet. In my application I have a button and just want to call the standard Calendar application from my button. I don't want to add events or similar things. I just can't find OpenUrl or is there another way to invoke the Calendar app?

+3


source to share


1 answer


There is no URL scheme for the calendar. However, you can allow users to use the standard EventKitUI to create, edit, and display events.

There is also a UICalendar for displaying events:



https://github.com/Clancey/UICalendar

enter image description here

+9


source







All Articles