Update Calendar Node
UI/Elements/Calendar
Add, remove, or update calendar events and view configuration
Ratings
Scores range from 0 to 10. Higher values mean more impact, exposure, or operational weight.
Input Pins
4Calendar
StructReference to the calendar element
Array of calendar events (see `CalendarEvent`).
Path binding with optional default value for preview
Default value for path bindings - stores the preview value
Active view: "month" | "week" | "day" | "agenda".
Represents a value that can be either a literal or a data path binding
Path binding with optional default value for preview
Focused date (ISO 8601) the view centers on.
Represents a value that can be either a literal or a data path binding
Path binding with optional default value for preview
Optional header title shown next to the navigation.
Represents a value that can be either a literal or a data path binding
Path binding with optional default value for preview
Visual density: "compact" | "default" | "comfortable".
Represents a value that can be either a literal or a data path binding
Path binding with optional default value for preview
Allow moving/resizing events by dragging.
Represents a value that can be either a literal or a data path binding
Path binding with optional default value for preview
Allow selecting empty slots to create events.
Represents a value that can be either a literal or a data path binding
Path binding with optional default value for preview
First day of week (0 = Sunday, 1 = Monday).
Represents a value that can be either a literal or a data path binding
Path binding with optional default value for preview
Earliest time shown in week/day views (e.g. "06:00").
Represents a value that can be either a literal or a data path binding
Path binding with optional default value for preview
Latest time shown in week/day views (e.g. "22:00").
Represents a value that can be either a literal or a data path binding
Path binding with optional default value for preview
Time-slot granularity in minutes (week/day views).
Represents a value that can be either a literal or a data path binding
Path binding with optional default value for preview
Show Saturday/Sunday columns.
Represents a value that can be either a literal or a data path binding
Path binding with optional default value for preview
Show the current-time indicator line.
Represents a value that can be either a literal or a data path binding
Path binding with optional default value for preview
Show the all-day row above the time grid.
Represents a value that can be either a literal or a data path binding
Path binding with optional default value for preview
Show the month/week/day view switcher in the header.
Represents a value that can be either a literal or a data path binding
Path binding with optional default value for preview
BCP-47 locale for date formatting (e.g. "en-US", "de-DE").
Represents a value that can be either a literal or a data path binding
Path binding with optional default value for preview
Explicit height (e.g. "640px").
Represents a value that can be either a literal or a data path binding
Path binding with optional default value for preview
Enable automatic compact/agenda fallback on narrow containers.
Represents a value that can be either a literal or a data path binding
Path binding with optional default value for preview
Operation
StringWhat operation to perform
Events
Struct ArrayArray of events
Stable unique id used to move/update/remove the item. Auto-generated when omitted.
Event title shown on the calendar.
Start timestamp, ISO 8601 (e.g. "2026-07-01T09:00:00Z" or "2026-07-01").
End timestamp, ISO 8601. Defaults to a short block when omitted.
Render as an all-day event (no time-of-day).
Accent color (CSS color or design token).
Optional longer description.
Optional location string.
Grouping key (e.g. source calendar id).
Whether this event can be moved/resized in the UI.
Optional link opened from the item's detail dialog. Relative paths (e.g. "/orders/42") navigate inside the app; absolute URLs (https://…) open externally.
Key-value metadata echoed back on action events and shown in the item's detail dialog (e.g. ticket number, external ids).
Output Pins
1▶
ExecutionNode Info
- Internal name
- a2ui_update_calendar
- Category
- UI/Elements/Calendar
- Version
- 2