I need an example for adding events to my calendars through emails. For example when I send an email to my clients regarding their appointment, i want them to have an option in the email that will allow them to add the event on their calendar by just clicking on a button or something.
Is there anything out there that someone can direct me to it?
I need this mainly to use it with coldfusion 9.
Thanks!
I’d recommend the
iCalUsUDF from http://www.cflib.org/udf/icalusWebDH provides a great example here.
Here’s an example using CF9 that I quickly put together but haven’t tested yet.
Here’s another example reference that shows how to email the calendar event.