Provides configuration for an ICS attachment file to be sent along with the email being sent by the Bulk Emailer.
•EventConfiguration – The parent node of the ICS configuration.
•StartDate – The start date of the event the ICS file represents.
•EndDate – The end date of the event the ICS file represents.
•Subject – The subject of the event
•Location – The location of the event.
•TimeZone – The time zone that the event occurs in.
•EnableRSVP – Set this to true to require the user to respond to the event.
•AllDayEvent – Set this to true to make the event an all day event.
Example:
<EventConfiguration>
<StartDate>%Start%</StartDate>
<EndDate>%End%</EndDate>
<Subject>%Title%</Subject>
<TimeZone>%TZ%</TimeZone>
<EnableRSVP>true</EnableRSVP>
<AllDayEvent>true</AllDayEvent>
</EventConfiguration>