Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

<sb-event-attendees identifier="[identifier]"></sb-event-attendees>

Also needed is a shared service to connect with the events API

UI Components - Creation

For creation, the new hierarchy editor will be used. A plugin will be created for adding support to create events within this editor. 

List of Services

  • getEventList(listConfig)

  • getEvent(identifier)

  • getParticipation()

  • getAttendeeJoinLink()

  • getHostJoinLink()

  • getEventFormConfig()

  • createEvent()

  • updateEvent()

  • deleteEvent()

  • getEventAttendees()

Additional Roles Needed

Event Creator

...