imip-agent

imip_person_outgoing.py

379:b5744872031a
2015-03-05 Paul Boddie Introduced some support for rescheduled/moved events where recurrences are obsoleted because the original event periods have changed, and where new additional or modified recurrences are received to replace them. recurring-events
     1 #!/usr/bin/env python     2      3 from imiptools import Processor     4 from imiptools.handlers import person_outgoing     5 from imiptools.mail import Messenger     6      7 Processor(person_outgoing.handlers)()     8      9 # vim: tabstop=4 expandtab shiftwidth=4