Can we add an "Add to Calendar" button in an Email Delivery? | Community
Skip to main content
Zamwize
Level 2
April 24, 2020
Solved

Can we add an "Add to Calendar" button in an Email Delivery?

  • April 24, 2020
  • 1 reply
  • 4733 views

Has anyone successfully added an "Add to Calendar" button to their email deliveries allowing the recipient to click and apply the necessary info to their personal calendar?

 

We provide a list of 3 to 6 available drives from which the recipient can choose to donate, so we'd like the button to register the information of the single drive they select.

 

We believe we could do this by uploading a default or template ics file into the Public Resources folder which calls on the fields within the email delivery that has the necessary scripting for the button via JavaScript. Has anyone already accomplished this or something similar?

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

Hi,

 

Yes, I did this once with url's and a parameterized jssp page.

User clicks the link, which then loads the ics for them with the appropriate content-type header.

 

Thanks,

-Jon

1 reply

Jonathon_wodnicki
Community Advisor
Jonathon_wodnickiCommunity AdvisorAccepted solution
Community Advisor
April 24, 2020

Hi,

 

Yes, I did this once with url's and a parameterized jssp page.

User clicks the link, which then loads the ics for them with the appropriate content-type header.

 

Thanks,

-Jon

Zamwize
ZamwizeAuthor
Level 2
May 5, 2020
Thank you for taking the time to respond! I am fairly green when it comes to this, but excited to learn. Should I start by creating the ics with the corresponding fields?