Skip to main content
Level 1
October 21, 2015
Question

add to calendar event for either Google or Outlook based on dynamic content

  • October 21, 2015
  • 1 reply
  • 1535 views

Hi. I would like to serve up an "add to calendar" event for either Google calendar or Outlook based on the recipient's email client. Can this be done using dynamic content? Can somebody point me in the right direction? Thanks!

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

Kenny_Elkington
Adobe Employee
Adobe Employee
October 21, 2015

There's really no way to do this from within an email.  In order to determine what email client is opening a piece of mail, you would need to execute script there, which email clients do not allow.  The typical way I've seen is to have separate buttons for .ics(add to iCal/Outlook) and Google(Add to Google Calendar.  You can generate the ics with a standard calendar token, and this explains how to create a google calendar button: Add a Google calendar to your website - Calendar Help

Level 1
October 21, 2015

Thanks for the rapid response Kenny. Much appreciated.