Re: Oulook Calendar




"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


.



Relevant Pages

  • Re: Outlook 2003/iCal Mac OS X cant share invites?
    ... Can you copy the text from the iCal file into your next response in this ... Sue Mosher, Outlook MVP ... >> If you drag it to the calendar in Outlook, ...
    (microsoft.public.outlook.calendaring)
  • ICAL Import not working in Outlook 2003
    ... I have an iCal file with multiple events. ... associated with FireFox, but when I try to import it into Outlook 2003 it ... uploaded into the Outlook Calendar. ...
    (microsoft.public.outlook.calendaring)
  • Re: Generating a calendard request from another application
    ... Depending on what you're using to create your web app, search the 'net for 'create iCal file' and your web development language (PHP, Ruby, etc) ... iCal is a standard for files that import into Outlook and other apps for appointments & such ...
    (microsoft.public.outlook.calendaring)
  • Oulook Calendar
    ... I want to find a way to go through every calendar event in outlook and ... put this information into an ical file. ... application to sync Outlook to a MySQL server. ... Prev by Date: ...
    (comp.lang.perl.misc)
  • Re: Which way to go about this.....
    ... Too bad the data is formatted as XML rather than iCalendar, since Outlook 2007 can import an iCal file quite easitly. ... Sue Mosher, Outlook MVP ... Author of Configuring Microsoft Outlook 2003 ...
    (microsoft.public.outlook.program_vba)