|
Overviewpalm2ical is a program that reads Palm databases as made available on Windows desktop computers via the Palm Desktop program. It converts the applicable data (datebook, todo, memopad) to iCalendar (RFC 2445) format, which is the format that Apple's iCal program uses. You see, I'm a Switcher. But I have a little problem, because I still use those dorky PC things at work, etc, and so I still use the Windows version of Palm Desktop. But I want my Palm data available via iCal. Thus springs the need for some hacking. Note that the conversion is one-way. There is no synchronization story here. Palm data is converted to iCal data. You can't go the other way. I currently run the program against my live Palm databases, and then publish the resulting .ics on a web site, which I then subscribe to from iCal. Works great. InvocationThis program is written in Java. Tested on Mac OSX 10.2.6, JRE 1.4.x. Currently requires a JRE or JDK >= 1.3.x, although it may well run on 1.2.x as well (I'll check this out some time). I'll probably also make sure it can run on IBM's J9 VM, since I work on that particular product :-). Anyhoo, I'll leave you to your own devices to get a JRE from somewhere. Invoke the program as follows: ParametersThere are a lot of options you can use, but there is only one non-option parameter: the directory containing your palm databases. This should be the directory name that contains the directories that contain your databases. Typically, the name of the file is a munged version of your name. The directory name may be specified fully qualified or relative. OptionsThe options are all optional, but you will at a minimum want to use the -calName and -output options to avoid having to live with the defaults. The default values for all options are listed when you run the program requesting help, which you do by running with no options, or with the -help option. Options either take a value (as specified via <type>, where type is string, etc; or they are boolean. For boolean options, use without the no prefix to indicate positive; use the no prefix to indicate negative. Options are case insensitive. To pass spaces in an option value, use double quotes as per your platform.
Copyright © 2003 Patrick Mueller Last updated on 2005/10/06 at 20:16. |