How can I redirect to ios calendar app new event page with a href link for mobile web browser (Safari)?
<a href="calshow://">Add Event</a>
Calendar opens with calshow:// url scheme, but I don't know if there are additional parameters for adding new events.
How can I fill the title, location, date, description, url with parameters for adding a new event?
calshow://&body=hello&startDate=&endDate=
Is there a similar usage? Is there a parameterized use for calendar as in sms, mailto url schemas?