Get Calendar Recipients

GET /api/calendar/recipients

Return a list of attendees for a calendar event

GET /api/calendar/recipients
curl \
 -X GET http://api.example.com/api/calendar/recipients \
 -H "Authorization: Bearer $ACCESS_TOKEN"