Use Case for Creating an Event

To create an event, include values for fields such as title, status, and start date in the request body.

          POST {{REST_SERVICES}}/record/v1/calendarevent/
{
    "title": "Meeting with Tom",
    "status": "CONFIRMED",
    "message": "Let's discuss work",
    "location": "Caffe West",
    "startdate": "2023-11-04"
} 

        

Related Topics

Event Use Cases
Use Case for Adding an Attendee to 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