Skip to content

[RFC][scheduler] Event and resource properties to implement #19271

@flaviendelangle

Description

@flaviendelangle

The exact naming / signature of these properties can change during the exploration and implementation phase.

<EventCalendar /> component props

Required for v1

Other potential properties

Resource properties

Required for v1

Other potential properties

  • allowOverlap (defines if the events in this resource can overlap with other events of this resource)
  • areEventsDraggableInOtherResources
  • areEventsDraggableInTime
  • imageUrl (image to render in the event)

Event properties

Required for v1

Other potential properties

  • allowOverlap (defines if the event can overlap with other events)
  • draggableInOtherResources (equivalent of dragBetweenResources in MobiScroll, defines if an event can be moved to another resource in the Resource view)
  • draggableInTime (equivalent of dragInTime in MobiScroll, defines if an event can be moved to another time in the Time Grid or if it should just be movable to the same time on other days).
  • bufferBefore
  • bufferAfter
  • duration (if we want to define an event with start + duration instead of start + end)

Metadata

Metadata

Labels

scope: schedulerChanges related to the scheduler.umbrellaFor grouping multiple issues to provide a holistic view

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions