Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Graeme W 113 posts 289 karma points
    Jan 09, 2014 @ 14:05
    Graeme W
    0

    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

  • David Brendel 792 posts 2970 karma points MVP 3x c-trib
    Jan 17, 2014 @ 14:41
    David Brendel
    0

    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.

  • Graeme W 113 posts 289 karma points
    Jan 17, 2014 @ 15:00
    Graeme W
    0

    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.

  • David Brendel 792 posts 2970 karma points MVP 3x c-trib
    Jan 19, 2014 @ 01:53
    David Brendel
    0

    Hi Graeme,

    thats another way to do it of course. Good way of extending the package for your needs!

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies