Hi, I'm not sure if this is the right forum, but it is the closest one I found in regards to my question. I have a web app that sends emails. In those emails along with some text the app sends an appointment information such as who, when, where, appointment duration etc ... I can create a vcs file (VCalendar format) that contains all this information, click on it and the appointment appears in the Outlook calendar. My question is, can the information from the vcs file be formatted as a URL, so I could just place the URL in the email instead of generating the vcs file on fly, placing it on the server and inserting the url to the file in the email.
Thanks.
Cliff notes: want to have all the vcalendar info in the actual url instead of in the vcs file.