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
Solved! Go to Solution.
Views
Replies
Total Likes
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
Views
Replies
Total Likes
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
Views
Replies
Total Likes
Views
Replies
Total Likes