Hi,
On the calendar view in the top section where the button are (for day/week/month etc), I would like to have a button, that when pressed calls a specific action, when on the day view.
I intend to use that to email the days events. Pressing the button will basically open a new window calling a php script with the selected day. so if i’m viewing events for 30 June 2014, it will call the script with ?date=2014-06-30
How can I achieve the placement of this custom button. I already have the php code working?
Thanks