Cati Docs home pagelight logodark logo
  • Support
  • Website
  • Website
Guides
API Reference
  • Documentation
  • Support
  • Status
  • API Documentation
    • Introduction
    • User authentication
    Authentication & Users
    • POST
      Register assistant
    • POST
      Register app user
    • POST
      Send SMS code
    • POST
      Login app user
    • POST
      Connect with app
    • POST
      Get user id
    • POST
      Update user basic data
    • POST
      Update phone number
    • POST
      Send reset SMS
    • POST
      Check reset SMS
    • POST
      Perform password reset
    Connection
    • POST
      Connected users
    • POST
      Connected assistants
    • POST
      Get assistant code
    Media
    • POST
      Send an image
    • POST
      Send an audio
    • POST
      Receive images
    • POST
      Receive audios
    • POST
      Receive media (mobile)
    Contacts
    • POST
      Get contacts (dock)
    • POST
      Get contacts (mobile)
    • POST
      Create contact (mobile)
    • POST
      Edit contact (mobile)
    • POST
      Delete contact (mobile)
    Users
    • POST
      Get owner users
    • GET
      Latest active users
    Rooms
    • POST
      Join a room
    • POST
      Send a heartbeat
    • POST
      Send a videocall push
    Music
    • GET
      Song search
    • GET
      Song URL
    • GET
      Artist songs
    Calendar
    • POST
      Get events
    • POST
      Add event
    • POST
      Delete event
    • POST
      Get events (mobile)
    • POST
      Add event (mobile)
    • POST
      Update events (mobile)
    Calendar

    Add event

    Adds a single new event to the assistant’s calendar. The assistant is identified by the provided JWT token.

    POST
    /
    add-event
    Copy
    Ask AI
    {
    "status": "success",
    "message": "Event added successfully"
    }

    Body

    application/json

    Response

    200 - application/json

    Status of the event addition.

    The response is of type object.

    The response is of type object.

    The response is of type object.

    Get eventsDelete event
    xgithublinkedin
    Powered by Mintlify
    Copy
    Ask AI
    {
    "status": "success",
    "message": "Event added successfully"
    }
    Assistant
    Responses are generated using AI and may contain mistakes.