A simple approach would be to write an application that extracts event data from the calendar's web pages. You would use HTTP protocals to GET a specific page, then search within the page text for data that describes an individual event. Having extracted the data, you would format the information as a vCalendar record and write it to a vCalendar file, an ascii text file with a .vcs extension.
Once the vCal file is complete, you can import the data into your Palm Desktop application and perform a hotsync. The Internet Mail Consortium (http://www.imc.org) maintains the vCal format. Best Regards, Bill Judd http://www.solutionation.com To unsubscribe send an email to [EMAIL PROTECTED] -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
