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?