APIS
The Calendar Invite Server has 9 APIS.
Organizer – Single Event
1. Single Event Detail
The Event Details API retrieves the event's details.
Endpoint: /event/[uid]
2. Single Event Statistics and Reporting
The Event Statistics API retrieves the information totals for the number of calendar invitations sent and RSVPs received.
Endpoint: /event/[uid]/statistics
3 - Single Calendar Event
Invitation Send
Sends a Calendar Invitation to a single email address.
Endpoint: /event/[uid]/invite?email=[invitee email]&name=[invitee name]&origin=[text]&landing=[url]
4- Single Event
Invitee List
A list of Invitees who have requested an invitation.
Endpoint: /event/[uid]/attendees
5- Single Event Invitee
List (email response)
When requested, an email is sent to the Event Organizer's email with a CSV of the Invitees for the Event.
Endpoint: /event/[uid]/report
Organizer – All Events Data
6- Organizer Events Detail
Provides an Array of Events created by a single Event Organizer.
Endpoint: /organizer/[organizer email]/events
7- Organizer Events Statistics and Reporting (totals)
Provides reporting for the number of invitations sent and RSVPs received for all Events created by a single Organizer.
Endpoint: /organizer/[organizer emal]/statistics
Domain – All Organizers Data
8- System
Events Detail
Provides an Array of all Events created within the Domain from Organizers
Endpoint: /system/events
9- System Events Statistics
and Reporting (totals)
Provides reporting for the number of invitations sent and RSVPs received for all Events created by all Organizers
Endpoint: /system/statistics