Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions content/developer/reference/user_interface/view_architectures.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3334,6 +3334,17 @@ Their root element is ``<calendar>``. Available attributes on the root node are:
:type: bool
:default: `True`

.. attribute:: schedule
:noindex:

If set to `True`, non-scheduled events (events which have their start date and
stop date unset) will appear in the side-panel so that the user can drag and drop
these events into the calendar in order to schedule them instantaneously.

:requirement: Optional
:type: bool
:default: `False`

.. attribute:: event_open_popup
:noindex:

Expand Down