imip-agent

imip_person.py

343:e6d5b640b19c
2015-02-12 Paul Boddie Expanded support for recurrences to handlers and the manager, improving and fixing support in the store, ensuring that free/busy details, requests and cancellations can employ recurrence identifiers. recurring-events
     1 #!/usr/bin/env python     2      3 from imiptools import Processor     4 from imiptools.handlers import person     5 from imiptools.mail import Messenger     6      7 Processor(person.handlers)()     8      9 # vim: tabstop=4 expandtab shiftwidth=4