Summit-Events-App
Summit-Events-App copied to clipboard
Add2Calendar functionality on Confirmation Page
Enhancements to the Add to Calendar Functionality should include 2 additional steps.
- Create a drop-down list of add to calendar options SummitEventsConfirmation page
- Upon selection of a calendar type from the dropdown the page should redirect to the add to calendar page within Summit Events App
- https://your_site_domain/SummitEventsAddToCalendar?instanceID=ID_OF_INSTANCE&type=google
- Type parameter can be google, yahoo, outlookweb, outlook, apple
- Make sure to check namespace of package as link will changes to summit__SummitEventsAddToCalendar
- Instance Id can be exposed as a javascript variable on the page and use javascript to create the dropdown action
- Similar functionality to This.
Separated the initial request as these are 2 separate things that related to one another. Updated the title and related to one another. #368 captures the Save the Date Page with this functionality.