Please enable JavaScript to view this site.

AudienceView Unlimited Product Guides

The 'Send to My Calendar' button appears on the seatSelect.asp and viewOrder,asp pages if an event has both a 'Start Date/Time' and an 'End Date/Time' set.

 

When a customer clicks the button, an .ICS file is created and added to their default calendar (Outlook, Google).

 

There is no Registry or group setting or group that remove the widget.

 

If you want to remove the button you have two options.

1.Add the following CSS to your stylesheet:
 
img[src$="sendtomycalendar.png"] {
   display: none
}
 

2.Remove the image (content/images/branding/sendtomycalendar.png) and replace it with a transparent .PNG with the same file name and dimensions.
The button will still exist, but customers will not know that it is there.