mailbox2ics
Combine iCal Attachments in IMAP Messages
This is a simple script to scan an IMAP mailbox, pull in any messages
with ICS files attached, and merge them into a single ICS file as
output. I used this at work with our exchange-like server that did
not support iCal subscriptions.
The script depends on the icalendar library from
http://codespeak.net/icalendar/.
Current Version: 1.2
Released: Tue Sep 4 12:57:35 2007
Download version
1.2
Related Links
- Working with IMAP and iCalendar (2008-05-12)
- How can you access group calendar information if your Exchange-like mail and calendaring server does not provide iCalendar feeds, and you do not, or cannot, use Outlook? Use Python to extract the calendar data and generate your own feed, of course! This article discusses a surprisingly simple program to perform what seems like a complex series of operations: scanning IMAP folders, extracting iCalendar attachments, and merging the contained events together into a single calendar. ...
- Working with IMAP and iCalendar (2008-05-11)
- How can you access group calendar information if your Exchange-like mail and calendaring server does not provide iCalendar feeds, and you do not, or cannot, use Outlook? Use Python to extract the calendar data and generate your own feed, of course! This article discusses a surprisingly simple program to perform what seems like a complex series of operations: scanning IMAP folders, extracting iCalendar attachments, and merging the contained events together into a single calendar. ...
- Python Magazine — October 2007—Python Magazine (2007-10-08)
- The sample article for our first issue covers mailbox2ics.
- The Tao of Mac - Python Magazine (2007-10-08)
- The very first issue of Python Magazine addresses one of my ancient gripes – importing my Exchange calendar into any mobile is now, finally, merely a few tweaks away.
- mailbox2ics (2006-12-17)
- We have an Exchange-like mail server at work, but it doesn't support iCal subscriptions. Since I use a Mac, and don't have any interest in Outlook, that makes calendar access a pain.
