[Thread Prev][Thread Next][Thread Index]

Re: [PilotMgr] PilotDB->CM



>I seem to recall that the windows desktop has an export to vcal format.
>Now, what I'm uncertain is how one converts that vcal format into something
>that the calendar manager understands - however, there is a Perl module
>for interacting with the calendar manager, so perhaps all it would take
>is to find a perl module that read vcal.

There is a Perl module called Net::ICal.  I have used it successfully to parse a 
vcalendar entry.  From the README of the version that I have (don't know if 
there is a newer version):

#########################################################################
Note, this is alpha level software. It is primarily intended for
developers and those who want an early peek. It works OK for all of
the example programs, but any serious diversion will probably break
it.
#########################################################################

The Net::ICal module is a perl binding to libical, a C language
implementation of the iCalendar calendaring and scheduling
protocols. The iCalendar data units and protocols permit users to
store and retrieve calendar data on remote servers and to schedule
events with other calendar users. The protocols are specified in
RFC 2445, RFC 2446 , RFC 2447 and two IETF drafts. For more
information, see the working group's web page at:

        http://www.imc.org/ietf-calendar/

This code is under active development. If you would like to contribute
to the project, you can contact me, Eric Busboom, at
eric@xxxxxxxxxxxxxxxxxxx The project has a webpage at

        http://softwarestudio.org/libical/index.html 

You obviously need the libical library as well to use this module.

                                                Adam Stein
--
Adam Stein @ Xerox Corporation       Email: adam@xxxxxxxxxxxxxxxxx
                                            
Disclaimer: All views expressed             
here have been proved to be my own.  [http://www.csh.rit.edu/~adam/]

------------------------------------------------------------------------
***********************************************************
*             This is a public mailing list!              *
* Please do not publish Sun proprietary information here! *
*        -  -  -  -  -  -  -  -  -  -  -  -  -  -         *
* MoreInfo/Unsubscribe @  http://www.moshpit.org/pilotmgr *
***********************************************************


SourceForge.net Logo