This is a html link/href/url when you want to open a link with an email client (like outlook)
<a href="mailto:someone@example.com?Subject=Hello%20again">Send Mail</a>
What should be an html link when you want to open the link with a calendar client (like calendar from microsoft outlook or similar calendar application) in order for them to also save some information regarding appointments/events?
Is there a general approach to these urls to be able to open with them different applications?
Thank you