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: scott_papenfuss on Oct 20, '03 04:32:19PM

Definitely awesome, and the last thing I need to have with my Mac in the Windows world. At least it will be when I get it up and running. The MIME:Parser install is a little more difficult than my tech-challenged self can handle.

Any pointers?



[ Reply to This | # ]
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 | # ]