After someone fills out a form on my site (using gravity forms) is there any known integration/widget that would allow me to have an “Add this event to my Outlook Calendar” link in the submission email/text?
Thanks
After someone fills out a form on my site (using gravity forms) is there any known integration/widget that would allow me to have an “Add this event to my Outlook Calendar” link in the submission email/text?
Thanks
You must be logged in to post a comment.
I am not aware of any special plugin to do that , there are many that have this functionality , but only when using as a whole event system (and not specific to gravity forms as far as i know).
But – fortunately , it is fairly easy to make with PHP :
you just have to construct a simple string.
of course , you will populate the fields with whatever you want , for example :
and in the string :
or
you can even use GET or POST
see specs for format here : http://www.kanzaki.com/docs/ical/
here http://www.ietf.org/rfc/rfc2445.txt
or here http://en.wikipedia.org/wiki/ICalendar