Create Schedule Event
garoon-create-schedule-eventCreate a schedule event in Garoon by providing subject, start and end times, event type, attendees, and facilities. Supports both regular and all-day events.
Instructions
Create a new schedule event in Garoon
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | End datetime of the event - REQUIRED when isStartOnly=false, OPTIONAL when isStartOnly=true. For ALL_DAY events, endDateTime is always required | |
| notes | No | Notes/description of the schedule event | |
| start | Yes | Start datetime of the event - ALWAYS REQUIRED for both REGULAR and ALL_DAY events | |
| subject | No | Subject/title of schedule event | New Schedule |
| isAllDay | No | Only applies to REGULAR events. When true, the event spans the entire day but still requires specific start/end times (start-00:00, end-23:59). This is different from ALL_DAY event type which doesn't require time specifications. | |
| watchers | No | List of watchers for the schedule event | |
| attendees | No | List of attendees for the schedule event | |
| eventMenu | No | The event label (e.g., 'Meeting', 'Holiday', etc.) | |
| eventType | No | Event type that determines validation rules: 'REGULAR' = event with specific start/end times (can be modified by isAllDay flag start-00:00, end-23:59), 'ALL_DAY' = event spanning full days without time specifications (only date matters) | REGULAR |
| facilities | No | List of facilities for the schedule event | |
| isStartOnly | No | When true, the event only has a start time (no end time). When false, both start and end times are required. This field controls whether the 'end' parameter is mandatory. | |
| visibilityType | No | Publishing type { 'PUBLIC': 'Public', 'PRIVATE': 'Private' } | PUBLIC |
| facilityUsingPurpose | No | Facility usage purpose - required if 'Application for facility use' is enabled |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | Error message. Present on error | |
| result | No | Result of the operation. Present on success | |
| status | No | HTTP status code from the Garoon API. Present only when the error is an HTTP error response | |
| responseText | No | Raw response body from the Garoon API. Present only when the error is an HTTP error response |