modify
Page for adding and modifying an event
Modify Page Overview
This page is used for adding and editing Events. Popup Date Converter is used to convert the user's inputted Start time and End time for the Event to the timezone of the inputted Venue location. When modifying an existing Event, Popup Date Converter - Reverse is used to convert the event's date/times back to the current user's timezone (so that the values match the original inputted values).
Key Workflows
Page is loaded Current Page Event is not empty
Displays data in
Group Event Start TimeandGroup Event End Time, used to pre-populate the inputs with theEvent'sStart timeandEnd timeThese use the values from
Date/TimePicker Converter Output - Start Time - ReverseandDate/TimePicker Converter Output - End Time - ReverseinPopup Date Converter - ReverseThis popup converts the event's dates (which are in the timezone of the
Venue location) back to the current user's timezone
Button Create Event is clicked
Creates a new
Eventif the current page'sEventis empty and runs thesave_eventworkflow on the newEventIt is important to update the
Cancelled?/Total spots available/Total sign ups/Spots remainingfields when creating an newEvent
Runs the
save_eventcustom workflow on the current page'sEventif it already exists
save_event [Custom workflow]
Saves the event details with the inputted values
Uses the values from
Date/TimePicker Converter Output - Start TimeandDate/TimePicker Converter Output - End TimeinPopup Date ConverterThis popup converts the inputted start and end times (which are in the timezone of the current user) to the event's timezone, which is the value inputted in
SearchBox Event Venue Location
Updates any existing Bookings for that Event with the new dates and timezone ID (which may be the same as they were)
The first step is used to make the
Date/TimePicker Event Start TimeandDate/TimePicker Event End Timeinputs required (as they are not being directly referred to in the latter step where we save the event details)
Last updated
Was this helpful?