vkurko/calendar

New Feature: ContextMenu Event. Right click menu?

SuperPauly opened this issue · 1 comments

So I was thinking of attempting to add a right click context menu.

After reading the Contributions.md it stated that I should ask around if any one also wants this added?

I will name the function along with the current style and call it something along
the lines of noEventsContextMenuClick() and eventContextMenuClick().

I assume I just follow the same implementation as noEventsClick() & eventContextMenuClick() but
for a right click?

Any suggestions or guidance anyone can offer?

I will probably start implementing if no one wants it anyway as I kind of want it added anyway.

Thanks.

vkurko commented

I would like to keep the API similar to FullCalendar. About right click I found this thread. It seems that this feature has not been added to the library yet. But you might be able to find the option/callback signatures there. Unfortunately, I don't have enough free time to do that right now.