Can we send Calendar invite in Email delivery in ACS? | Community
Skip to main content
New Participant
December 26, 2019
Solved

Can we send Calendar invite in Email delivery in ACS?

  • December 26, 2019
  • 2 replies
  • 5260 views

Hi Everyone,

 

We want to add calendar invite for a booking through email delivery from ACS.

 

Can anyone please help me how to get this done?

 

Thanks in Advance

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 Amit_Kumar

Hey you can use a link to add the invite.

 

something like this: 

 

/* Default .ics button */ <a href="event.ics" class="gmail-hide yahoo-hide owa-hide">Save the date</a> /* Gmail button */ <a href="#" style="display: none;" class="gmail-show">Save the date</a> /* Yahoo! Mail button */ <a href="#" style="display: none;" class="yahoo-show">Save the date</a>

 

refer to this link for details:

 

https://litmus.com/blog/how-to-create-an-add-to-calendar-link-for-your-emails

 

Regards,

Amit

2 replies

Zamwize
New Participant
April 16, 2020
We have the same question regarding ACC. Have you found anything yet?
Amit_Kumar
Amit_KumarAccepted solution
New Participant
January 17, 2020

Hey you can use a link to add the invite.

 

something like this: 

 

/* Default .ics button */ <a href="event.ics" class="gmail-hide yahoo-hide owa-hide">Save the date</a> /* Gmail button */ <a href="#" style="display: none;" class="gmail-show">Save the date</a> /* Yahoo! Mail button */ <a href="#" style="display: none;" class="yahoo-show">Save the date</a>

 

refer to this link for details:

 

https://litmus.com/blog/how-to-create-an-add-to-calendar-link-for-your-emails

 

Regards,

Amit