[Removed microsoft.public.outlook.configuration from the list of newsgroups]
Brandon said:
Does anyone know of a utility, method, or anything that will take the dates
and reminders from Microsoft Money and import them into Outlook's
calaendar/tasks/to-do list etc.
I'm pretty sure it was in the money newsgroup that I found a hint on
this -- it's not an automated method, and it's not as easy as one would
like, but it's a starting point for someone to write a script and make
it all happen:
* In Money go to the Reports gallery and choose What I Owe > Upcoming
Bills & Deposits.
* Customize that so that no extra rows/columns are shown (minimum seems
to be Date, Frequency, Payee and Amount)
* Customize you date settings
* From the left hand pane (or right-click menu) choose Send To > Desktop
which will save a CSV and XML file to your desktop, or alternatively
choose Export to Microsoft Excel.
* Edit the CSV file to remove the first line which is the title of the
report.
* Start MS Outlook and import the CSV file into your calendar.
* Customize the mapping so that the Date corresponds to the Start time
of the appointment and map the other fields appropriately.
Unfotunately you can't map the frequency of the bill directly, so you
will have to open the (only) occurrence of that bill in Outlook and set
the frequency yourself. Set your reminders at that time too.
It would be nice if someone could write a small VB or JavaScript program
to import these CSV files into Outlook Calendar with the frequency and
the reminders set.