imip-agent

imip_resource.py

381:f5fe45d84ecc
2015-03-05 Paul Boddie Changed complete event handling to always remove special/additional recurrences and to remove free/busy information for existing additional recurrences in anticipation of updated additional recurrence information. recurring-events
     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