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

How to show popover on click of event in daypilot calendar

Asked by Vijay
4 years ago.

Please refer screenshot attached

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

DayPilot includes a built-in callout named "bubble". See more here:
https://doc.daypilot.org/calendar/event-bubble/

You can map it to event click action by setting eventClickHandling config property to "Bubble" (Angular):

config: any = {
  eventClickHandling: "Bubble",
  // ...
};
Comment posted by Vijay
4 years ago.

Thanks for answer, do you have any example for bubble callout in angular 6

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