Your Knowledge Base is moving on 3/25/24! Our new Help Center provides all the articles you know and love (plus so much more) in a one-stop shop. Ask your SPoC for details!

URL Filters

 

You can pre-filter the Event Calendar URL so specific search criteria are auto-filled when someone clicks the link. This is a useful option if you want to configure the Event Calendar to - for example - default to a specific Ministry, default to List View or default to Featured Events. Simply append the event calendar.aspx URL with ?filter= and add the specific filter as desired. The available filters are:

  • Congregation: campus:<campusID>
  • Ministry: ministry:<ministry ID#>
  • Available Registration: registrationevents:<1 or 0>
    • 1 shows events with open registration, 0 shows all events
  • List View: listview:<1 or 0>
    • 1 shows list view, 0 shows calendar view
  • Featured Events: featuredevents:<1 or 0>
    • 1 shows featured events only, 0 shows all events
  • Month: month:<#> (a value in 1-12 shows a specific month, 0 will show all months)
  • Year: year:<####>

See Also: Portal > Configuration > Filters 

Single filters can simply be appended to the URL. For example, to see Events for a specific campus: event_calendar.aspx?filter=campus:1Multiple filters are appended to the URL and separated with a pipe. For example, to see Events in a list view for all months in 2016 for a specific ministry and campus: event_calendar.aspx?filter=campus:1|ministry:17|listview:1|month:0|year:2016