Expand my Community achievements bar.

We are excited to introduce our latest innovation to enhance the Adobe Campaign user experience — the Adobe Campaign v8 Web User Interface!
SOLVED

Can we send Calendar invite in Email delivery in ACS?

Avatar

Level 2

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

1 Accepted Solution

Avatar

Correct answer by
Level 10

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

View solution in original post

2 Replies

Avatar

Correct answer by
Level 10

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

Avatar

Level 1
We have the same question regarding ACC. Have you found anything yet?