How do I use an event to link to a page?
Hi there,
I got a calender widget set up using the RadScheduler control, and I bound my sitefinity events to it.
When viewing this calendar the events can be clicked to load to a page, this is a desired effect, but the url they attempt to link to does not make much sense.
This is the url when I click on the "mytestevent" event
localhost:51567/.../mytestevent
I configured the urlFormat for events so it would go to /events/[UrlName] but I don't understand why the /%Events%20page%20page%20path%/ is showing up.
Is there a setting I missed? Or have I misunderstood the use of the event's URL field?
What I want to do here is clicking an event on the calendar would bring you to a nicer page with more details.
Edit: That was very silly, I missed a piece in the usercontrol code that had path to the events.
That said, am I correct in assuming the url field for events is for linking to a related page?