Do not serve schedules that have outdated times
Summary
ie. If a schedule was set to run between Feb. and April, it should not be returned if it is May.
This is something that can be done server side to reduce calculations that the clients need to do.
Helpful Links
- probably done in
views.py