• Resolved shakeandbake1

    (@shakeandbake1)


    is there a configuration setting to show the event location in the list view . Or a workaround to show the location?

Viewing 1 replies (of 1 total)
  • Plugin Author LBell

    (@lbell)

    This should be possible by modifying the file that calls fullcalendar and adding something like:


    eventRender: function(event, element, view) {
    if (event.location) element.find(".fc-list-item-title").append(" - " + event.location);
    }

    Don’t have plans to add that functionality as an option.

    • This reply was modified 5 months, 3 weeks ago by LBell.
Viewing 1 replies (of 1 total)

You must be logged in to reply to this topic.