imip-agent

imip_resource.py

1197:16c397f18526
2016-10-08 Paul Boddie Prevent multiple entries for any given event/recurrence in free/busy providers.
     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