Has anybody been able to customize the rsvp_confirmation_body.html file by adding an add to google calendar option? I’m not seeing an xphp varible (other than ical_url) and I don’t think I can use the add_to_google component.
Thanks,
Emma
Has anybody been able to customize the rsvp_confirmation_body.html file by adding an add to google calendar option? I’m not seeing an xphp varible (other than ical_url) and I don’t think I can use the add_to_google component.
Thanks,
Emma
Hey Emma,
I think that’s right, since we use ICAL generically as our out-of-the-box option (figuring, even folks who use primarily Google Calendar will have that set as their default calendar for opening .ics files) that’s the main variable we expose to the email notification template.
I wonder if you may be able to incorporate something using Google’s own add-event URL syntax to the template?
If it helps, here’s an example from our documentation of generating a custom variable to use in your outgoing email notification templates.. Otherwise, let us know if you’d like us to file this as a suggestion for the core roadmap. Thanks!