Calendar Invite Server Event Details - API #1 and API#6
Getting the Calendar Invite Details
These API’s provide the detailed calendar invite data for a single or and all events details of the Calendar Invite data that was ETL’d in LAMBDA #1.
#1. Single Event Detail. The Event Details API retrieves the event's details.
Endpoint: /event/[uid]
#6. All Events Detail. Provides an Array of the Events created by a single Event Organizer.
Endpoint: /organizer/[organizer email]/events
API One was used for several of the CalendarSnack application's Single pages.
API One displays the Event Subject Name, Date, Start Time, End Time, location, and Message Body in the payload, and it was parsed depending on the display needs.
Detailed Event Report
The organizer in the Calendar Inviter Server is the Email Address used in the Calendar Invite that was copied to the AWS SES Email Box.
The Organizer Calendar Invite data for that event is assigned a UID.
Get Reports
More examples of how API#1 and API#6 are used to display data in the Calendarsnack application.