Attributes |
Name | Required | Binding Type | EL | Default | Description |
autoSaveChanges | false | javax.el.ValueExpression
(must evaluate to boolean )
| true | true | A flag that defines whether the events are to be saved automatically as a user edits them (true), or event changes should be saved only as a result of form submission (false). |
defaultEventDuration | false | javax.el.ValueExpression
(must evaluate to int )
| true | 30 | Event duration in minutes that is assigned to newly created events by default. |
eventDurationEditable | false | javax.el.ValueExpression
(must evaluate to boolean )
| true | true | Assigning false to this attribute makes it impossible for a user to change event durations. |
eventResourceEditable | false | javax.el.ValueExpression
(must evaluate to boolean )
| true | true | Assigning false to this attribute makes it impossible for a user to move events between resources. |
overlappedEventsAllowed | false | javax.el.ValueExpression
(must evaluate to boolean )
| true | true | Assigning false to this attribute makes it impossible for a user to create events with intersecting time spans. Note that events belonging to different resources are considered independent and this attribute doesn't prohibit simultaneous events for different resources. |