Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Create iCal events from emailed Exchange notifications' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Create iCal events from emailed Exchange notifications
Authored by: jsc on Oct 21, '03 03:20:28AM

Here's the exact sequence of commands to run in Terminal.

If you are using fink:
fink install mime-tools-pm

If you do not have fink installed:
sudo perl -MCPAN -e shell
(enter your password)
install MIME::Parser
quit

If you have never run perl in this way before, it will prompt you for certain setup options. I forget the exact set of questions, but if you mostly just go with the defaults and select what seems appropriate, you generally can't go very wrong.



[ Reply to This | # ]