Use Case for Adding an Attendee to an Event

Use the PATCH command to add an attendee to an event.

          PATCH {{REST_SERVICES}}/record/v1/calendarevent/<id>/
{
    "attendee": {
        "items": [
            {
                "attendee": {
                    "id": "5"
                },
                "response": "ACCEPTED"
            }
        ]
    }
} 

        

Related Topics

Event Use Cases
Use Case for Creating an Event
Use Case for Getting a List of Events with Confirmed Status and that are Scheduled After a Date
Use Case for Fetching Details of Events at a Location
Use Case for Deleting an Event

General Notices