I am using daypilot calendar scheduler. I want, when i click an event a pop up box come near of it left align. For this i need its div position on the browser. How can i get it?. The things i want is concept of google calendar. I want to implement their viewing, editing and deleting event features. this is my event click function inside calendar object. I tried the method we use in java script, but it is not working. I tried writing html in modal. its also not work as i trying to do.
onEventClick: async function (args) {
const eventData = args.e.data;
console.log(eventData);
}