# HG changeset patch # User Paul Boddie # Date 1445695926 -7200 # Node ID 656236368d8a1e233f5ea0500f02a64849ebd543 # Parent b3b36bfb1a2d2ed196201b608aa7947af5989faa Removed the free/busy check to allow requests and new events to be handled. diff -r b3b36bfb1a2d -r 656236368d8a imipweb/calendar.py --- a/imipweb/calendar.py Sat Oct 24 02:08:01 2015 +0200 +++ b/imipweb/calendar.py Sat Oct 24 16:12:06 2015 +0200 @@ -530,11 +530,6 @@ return freebusy = self.store.get_freebusy(self.user) - - if not freebusy: - page.p("No events scheduled.") - return - participants = self.update_participants() # Form controls are used in various places on the calendar page.