search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

Drag items off scheduler

Asked by Henry
5 years ago.

Is there any way to drag items off the scheduler back into an external list of events?

I did find something on Google about this, but it was quite old, so thought the question was worth asking here.

Thanks for your help.

Answer posted by Dan Letecky [DayPilot]
5 years ago.

At this moment, you can only drop the events on another Scheduler instance.

There are two ways to approach this:

1. Use a context menu item (something like "Unschedule") to remove an event from the Scheduler.

2. You can create a special instance of Scheduler to implement the queue of unscheduled events. If you configure it to display just one cell you can use it to display a simple list. Note that dragOutAllowed property needs to be set on both instances (https://api.daypilot.org/daypilot-scheduler-dragoutallowed/).

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.