accelo_create_holiday
Creates a new holiday in Accelo. Supply a title, start date, and either an end date or duration in seconds.
Instructions
Create a new holiday (Beta).
Only one of date_end or duration_seconds should be provided.
Args: title: Holiday name (required) date_start: Start date as unix timestamp (required) date_end: End date as unix timestamp (provide this OR duration_seconds) duration_seconds: Duration in seconds (provide this OR date_end) staff_id: Staff member ID (defaults to current user) fields: Additional fields to return
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| fields | No | ||
| date_end | No | ||
| staff_id | No | ||
| date_start | Yes | ||
| duration_seconds | No |