imip-agent

imip_resource.py

346:86f9ba2b3bdc
2015-02-12 Paul Boddie Use the UTC-converted value of RECURRENCE-ID so that it may be used to find and remove/exclude recurring events from the general event. 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