0

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?

Gurkan T
  • 198
  • 2
  • 14
  • 1
    This is a similar question to https://stackoverflow.com/questions/1752342/how-to-create-add-to-calendar-link-on-web-page-for-iphone. Look there for a solution to your problem – HackerFrosch Nov 01 '22 at 21:07

0 Answers0