Usage
main /dev/cu.your_mobile fromdate todate ics-files [more-ics-files]
Where
/dev/... : cu-device (serial) connection to mobile. (can be found from bluetooth settings under "Serial ports")
fromdate : date to mark oldest date to take to copy (excluding given date) in format yyyymmdd.
todate : date to mark newest date to take to copy (excluding given date) in format yyyymmdd.
ics-files : one or more ics files to be scanned for events. 10.4 stores these to ~/Library/Application Support/iCal/Sources/*/*.ics
If all events is wanted, days are from: 00000000 and to: 99999999. There is hard limit of 500 calendar items on v3xx. If more than 500 is tried to send, all over that 500 limit are discarded.
Copy currently tries to copy following information from ics files to phone
1. Event Summary
2. Event Location
3. Event Start Time/Date
4. Event End Time/Date
5. Event Note
It won't yet copy
1. Event Alarms
2. Event Repeats
3. Event Alarm Sound settings
WARNING! NOTE! NO WARRANTY!
This program is supplied as it and without any warranty. If this causes problems to your phone, I don't take any responsibility.
If it causes your phone to drop dead, sorry, I cannot take any responsibility to that either. I have tested this as much I can with my
current available equipments (MacBook + v3xx) and as far as I know it doesn't cause any harm.
This program is supplied as an beta level code.