I am using scheduler with weekagenda, day, week and month views.
I have set the calendar to read only as i do not want people to be able to add events (i am adding them to the database directly).
I have also added an extra column in the database jID.
When a user clicks the name of an event i would like it to take them to another page:
page.php?jID=$jID
How can i do this? I have searched everywhere!
Thanks.