FAQ | This is a LIVE service | Changelog

Skip to content

Ignore past room bookings and events

Robin Goodall requested to merge 31-ignore-past-bookings into master

TermTime and Booker room bookings and events starting before current time are excluded. If possible this is done by filtering the dates in the API call before filtering on timestamp itself.

Current time can be overridden in configuration file by adding a now state value (ISO 8901 zulu format).

Added a couple of tests to get booker.py to 100% in passing

May be easier to review commit at a time

Closes #31 (closed)

Merge request reports