Hi there,
I'm a new DayPilot user and maybe this is a simple one.
I configured a context menu for Scheduler to open an external Dialog (SharePoint). Now I want to hand over the selected event date and resource in my URL string. How can I achieve this?
Here is some sample code. I want to fill eventdate and resource Parameters.
<DayPilot:MenuItem Action="JavaScript" Text="Neue Abwesenheit" JavaScript="openInDialog(600,400,true,true,false,'http://www.google.de?eventdate=&resource=');" />
Best regards,
Mark