Re: Oulook Calendar
- From: "Matt Garrish" <matthew.garrish@xxxxxxxxxxxx>
- Date: Thu, 18 Aug 2005 20:07:15 -0400
"timgerr()@()gmail.com" <timgerr@xxxxxxxxx> wrote in message
news:1124378944.949666.233090@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
>I want to find a way to go through every calendar event in outlook and
> put this information into an ical file. I am trying to write a conduit
> application to sync Outlook to a MySQL server. I have no idea how to
> do this, all information seems to be in the form of vb and I do know
> that. Anyone with experience writing outlook scripts and perl??
>
If you can find examples in VB, you should be able to port them to Perl
using Win32::OLE. (or there's always the VBA language guide in the Outlook
Help files).
I'll even get you started... : )
my $outlook = Win32::OLE->new('Outlook.Application');
Matt
.
- Follow-Ups:
- Re: Oulook Calendar
- From: timgerr()@()gmail.com
- Re: Oulook Calendar
- From: timgerr()@()gmail.com
- Re: Oulook Calendar
- References:
- Oulook Calendar
- From: timgerr()@()gmail.com
- Oulook Calendar
- Prev by Date: Re: DBI and In
- Next by Date: taking data from an anonymous hash
- Previous by thread: Oulook Calendar
- Next by thread: Re: Oulook Calendar
- Index(es):
Relevant Pages
|