-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
scope: schedulerChanges related to the scheduler.Changes related to the scheduler.type: new featureExpand the scope of the product to solve a new problem.Expand the scope of the product to solve a new problem.
Description
Developers should be able to render events outside of the Scheduler and then drag and drop them inside our various primitives.
In this PR:
- Create a new primitive (something like
<DraggableEvent />
) - Make sure this primitive can be dropped in the Time Grid, the Day Grid and the Timeline
- Throw an error if the event already exists (matching id)
Not in this PR:
- Recurring event from the outside
Metadata
Metadata
Assignees
Labels
scope: schedulerChanges related to the scheduler.Changes related to the scheduler.type: new featureExpand the scope of the product to solve a new problem.Expand the scope of the product to solve a new problem.