mical

A small set of utilities for dealing with iCalendar objects.

micsetup
   Initialises the mical utilities for use by the invoking user.

micsave
   Saves standard input to the user's mical directory for later use.

micshow
   Writes a nicely formatted presentation of the iCalendar object to
   standard out.

micreply
   Replies to an iCalendar event request, enabling the receiving user
   to accept or decline the meeting invitation.

Requires Python 2.4, plus the datetime and vobject modules:

   http://labix.org/python-dateutil
   http://vobject.skyhouseconsulting.com/
