Booking Manager – Show Events Listing of .ics feed

[booking-manager-listing url='https://server.com/feed.ics' from='2025-07-01' until='week' until_offset='4h' max=500]

Parameters:

  • url - URL to ics file
  • from (optional) - define from what date to start events listing.

    • Parameter values:
    • any - from any date. Default value.
    • now - from current date/time, like 2017-08-27 12:00
    • today - from today date, like 2017-08-27 00:00
    • week - from start of current week, depending from start week day, wchich you defined at the Settings
    • month-start - from start of current month, like 2017-08-01
    • month-end - from end of current month, like 2017-08-31
    • year-start - from start of current year, like 2017-01-01
    • YYYY-MM-DD - defining specific start date in format like this 2017-08-27
  • from_offset (optional) - offset from start date of listing events. Parameter can be negative.

    • Parameter values:
    • Xd - number of days to offset, where X - days number, like 5d.
    • Xh - number of hours to offset, where X - hours number, like 10h.
    • Xm - number of minutes to offset, where X - minutes number, like 45m.
    • Xs - number of seconds to offset, where X - seconds number, like 30s.
  • until (optional) - define untill what date to list the events.

    • Parameter values:
    • any - untill any date. Default value.
    • now - untill current date/time, like 2017-08-27 12:00
    • today - untill today date, like 2017-08-27 00:00
    • week - untill start of current week, depending from start week day, wchich you defined at the Settings
    • month-start - untill start of current month, like 2017-08-01
    • month-end - untill end of current month, like 2017-08-31
    • year-end - untill end of current year, like 2017-12-31
    • YYYY-MM-DD - defining specific finish date in format like this 2017-08-27
  • until_offset (optional) - offset from end date of listing events. Parameter can be negative.

    • Parameter values:
    • Xd - number of days to offset, where X - days number, like 5d.
    • Xh - number of hours to offset, where X - hours number, like 10h.
    • Xm - number of minutes to offset, where X - minutes number, like 45m.
    • Xs - number of seconds to offset, where X - seconds number, like 30s.
  • is_all_dates_in (optional) - show event, if all events dates or if at least one event date withing conditional paramters from / untill.

    • Parameter values:
    • 0 - show event, if at leat one event date in conditional interval. Default value.
    • 1 - do not show event, if al least 1 day not in conditional interval.
  • max (optional) - maximum number of events to show