Is it possible to create a Calendar Event from a hyperlink the same way you can trigger an email to be created doing:
<a href="mailto:me@anydomainname.com">eMail Us</a>
I want to have a service that suggests a meeting time to the user of the service, and if the user chooses they could easily create a Calendar Event based on the time suggested by the service. Ideally the service would provide a hyperlink that when clicked would open Google Calendar or the scheduling tool the user uses, and it would auto-create an event at the time specified and with the title specified by the service, and the user could then adjust and save the event to the calendar from there.