action traccar_post_calendars { label: "Create a Calendar" provider: traccar method: POST path: "/calendars" encoding: json input: { type: "object" properties: { attributes: { type: "object" properties: {} } data: { type: "string" description: "base64 encoded in iCalendar format" } id: { type: "integer" } name: { type: "string" } } } output: { type: "object" properties: { attributes: { type: "object" properties: {} } data: { type: "string" description: "base64 encoded in iCalendar format" } id: { type: "integer" } name: { type: "string" } } } }