POST/calendarevents.json
Create an Event
Create a calendar event.
Checkout our Teamwork.com code sample repo on GitHub for a few Unavailable time codes samples including
- Log unavailable time - (4 full days)
- Log unavailable time - (single full day)
- Log unavailable time - multiple hours and users
- Log unavailable time for multiple users - (2hr * 5 days)
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
Responses
- Code
- 201
- Type
- object
- Schema
- Description
- 201 Response
201 Response
application/json
{
"id": "10001",
"STATUS": "OK"
}