Is there any mehtods to longpress event?

I’m using EventCalendar in scheduler view in React.
I want to regist long press evnet to EventCalnedar, but there is no way.

I tried to add an event using the traditional HTML method using ‘addEventListener’, but it was difficult to determine which date the element was based on className.

It looks like the library doesn’t support longpress events, any ideas?

Hello @ByeongWoo_Cho :wave:

Could you share a bit more information about the use case/ context? - I’m curious about how and why would you like to use a long press for events.