How to add an "Add to calendar" link to the thank you email | XM Community
Skip to main content
Question

How to add an "Add to calendar" link to the thank you email

  • January 31, 2024
  • 2 replies
  • 446 views

Forum|alt.badge.img+2

Hi, 

I am making an event registration form and want to add an “add to calendar” with zoom link to the thank you email that people receive after submitting the registration form.

 

How can I do that?

Thanks!

 

 

2 replies

Shashi
Level 8 ●●●●●●●●
Forum|alt.badge.img+34
  • Level 8 ●●●●●●●●
  • 654 replies
  • February 1, 2024

Try below anchor tag in html view of your email:

<a href="data:text/calendar;charset=utf8,BEGIN:VCALENDAR
VERSION:2.0
PRODID:Zoom Meeting
BEGIN:VEVENT
SUMMARY:Team Meeting
DESCRIPTION:Join our weekly team meeting on Zoom. Zoom link: https://zoom.us/j/MEETING_ID
LOCATION:Online
DTSTART:20240126T140000Z
DTEND:20240126T150000Z
URL:https://zoom.us/j/MEETING_ID
STATUS:CONFIRMED
SEQUENCE:0
BEGIN:VALARM
TRIGGER:-PT15M
DESCRIPTION:Reminder
ACTION:DISPLAY
END:VALARM
END:VEVENT
END:VCALENDAR" download="zoom-meeting.ics">Add to Calendar</a>

 

  


Forum|alt.badge.img+2
  • Author
  • Level 1 ●
  • 2 replies
  • February 6, 2024

Thanks @Shashi how do I add the option for different calendars? This one seems to be for Icalendar only