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
  • 4743 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

June 22, 2020

Hi Jon,

Could you please share some details on how you have achieved it?