Ejemplo n.º 1
0
def main():
    # Read the parts from the users inbox
    parts, time_stamp = inbox.get_recent_sessions(config.mailbox)
    # write the ics file.
    run_with_input(parts, time_stamp)
Ejemplo n.º 2
0
def get_events():
    parts, time_stamp = inbox.get_recent_sessions(config.mailbox)
    return convert.get_events_from_parts(parts)
Ejemplo n.º 3
0
def main():
    # Read the parts from the users inbox
    parts, time_stamp = inbox.get_recent_sessions(config.mailbox)
    # write the ics file.
    run_with_input(parts, time_stamp)