advbox_create_task
Create a task or appointment in Advbox by specifying the creator ID, guests, task type, associated lawsuit, and start date.
Instructions
Create a new task/appointment in Advbox. Requires creator ID, guests, task type, lawsuit, and start date.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from | Yes | ID of the user creating the task | |
| local | No | Location | |
| guests | Yes | List of user IDs to be added as guests | |
| urgent | No | Mark as urgent | |
| comments | No | Additional details/instructions | |
| end_date | No | End date (YYYY-MM-DD) | |
| end_time | No | End time (HH:MM) | |
| tasks_id | Yes | ID of the task type | |
| important | No | Mark as important | |
| start_date | Yes | Appointment date (YYYY-MM-DD) | |
| start_time | No | Start time (HH:MM) | |
| lawsuits_id | Yes | ID of the associated lawsuit | |
| date_deadline | No | Deadline date (YYYY-MM-DD) | |
| display_schedule | No | Show in schedule/calendar |