b24_calendar_create
Create Bitrix24 calendar events with attendees, location, and reminders. Specify event name, start and end times, invite users, set location, and configure reminder notifications.
Instructions
Crea un evento en el calendario con participantes, ubicación y recordatorios.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Nombre/título del evento | |
| type | No | user | |
| remind | No | Recordatorios. Ejemplo: [{ type: "min", count: 15 }] | |
| date_to | Yes | Fecha/hora fin ISO8601. Ejemplo: "2026-06-15 11:00:00" | |
| location | No | ||
| owner_id | No | ||
| attendees | No | IDs de usuarios invitados | |
| date_from | Yes | Fecha/hora inicio ISO8601. Ejemplo: "2026-06-15 10:00:00" | |
| description | No | ||
| webhook_url | No | ||
| personal_webhook | No | Личный webhook для записи (иначе read-only). https://<portal>/rest/<id>/<token>/. |