imip-agent

imip_resource.py

395:df76475bf82c
2015-03-08 Paul Boddie Added summary and organiser details to free/busy tables in order to avoid accessing individual object files. Updated the free/busy tool, also introducing missing subtraction of replaced occurrences from recurring events necessitated when EXDATE usage on original events was discontinued, together with generation of other parties' free/busy details and flexible handling of the NEEDS-ACTION participation status.
     1 #!/usr/bin/env python     2      3 from imiptools import Processor     4 from imiptools.handlers import resource     5      6 Processor(resource.handlers)()     7      8 # vim: tabstop=4 expandtab shiftwidth=4