The only way of doing this right now would be to use the same method that the calendar view uses.
The view gatheres all events from a calendar as json.
You can call the url that the view uses also somewhere else.
You only have to change the json to c# objects or work with the json.
List view of events
The calendar view and details (when clicked on from the calendar ) are working ok but I need a separate events list page.
I guess this must be possible somehow - is this something anyone else has done, or perhaps a feature of this package I've missed?
thanks
The only way of doing this right now would be to use the same method that the calendar view uses. The view gatheres all events from a calendar as json.
You can call the url that the view uses also somewhere else.
You only have to change the json to c# objects or work with the json.
Hi David. Thanks for your response.
I've actually got round this by creating my own surface controller, model and partial views that query the database directly.
Works quite well as I can plug in the events list anywhere on the site and can also combine calendars if I want.
Hi Graeme,
thats another way to do it of course. Good way of extending the package for your needs!
is working on a reply...