Is it possible to get the date of the clicked cell when opening the context menu? In your example you fetch the date of the selected cell however, right clicking on a new cell does not select it.
For example, if I left click on May 9th that cell is then selected. If I then right click on May 12th to open the context menu and select “Create New Appointment” I can not find a method to determine that I right clicked on May 12th, because May 9th is still selected from the left click.
It seems intuitive that if I right click on May 12th and select “Create New Appointment” I should be able to feed that date to the create appointment dialog, instead of the date of the previously selected cell.
Please advise.