POST/calendarevents.json

Create an Event

Create a calendar event.

Adding the section below to the body of the request will make it a recurring event: "repeat":

{ "frequency":"monthly", "month-type":"monthday", "ends":true, "endDate":"yyyy-mm-dd" }

Notes

'frequency' can be one of the following:
  • weekly

  • weekdays

  • monthly

  • yearly

  • every2weeks

  • every3weeks

  • every4weeks

  • every2months

  • every3months

  • every4months

  • every6months


Body Params

    • Name
      event
      Type
      object

    Responses

    • Code
      201
      Type
      object
      Schema
      Description
      201 Response

    Examples

    201 Response

    application/json
    {
      "id": "10001",
      "STATUS": "OK"
    }