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

Add popover on click of event on schedule calendar (JS / Angular 2+)

Asked by Victor
4 years ago.

I need to be able to view popover on click of event in daypilot calendar, please see screenshot attached. This will be really helpful for editing events on calendar

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

Please see the following tutorial that explains how to display a bubble with custom content (defined as static HTML, dynamic HTML loaded from the server, and as an Angular component):

https://code.daypilot.org/99704/angular-scheduler-dynamic-tooltip

By default, it is displayed on event hover. If you want to display it on click, you need to set eventClickHandling to "Bubble" as mentioned here:

https://forums.daypilot.org/question/4713/how-to-show-popover-on-click-of-event-in-daypilot-calendar

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