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

How to show read only calendar

Related article: Vue.js Weekly Calendar Tutorial (Open-Source)
Asked by Noman
2 months ago.

Is it possible to disable the dragging of the event on the calendar?

Answer posted by Dan Letecky [DayPilot]
2 months ago.

Yes, you can disable event moving using the eventMoveHandling property:

{
  eventMoveHandling: "Disabled",
  // ...
}
Comment posted by Noman
2 months ago.

Perfect. it works like a charm.

Another question: I have a long description for the eevent that I want to show inside the event UI, which seems impossible in the current event box, what do I want when double click on the event box opens up a popup and there it will show the description of this event? Any idea how I can implement this?

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