Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Edit and sync iCal calendars on multiple machines' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Edit and sync iCal calendars on multiple machines
Authored by: bluehz on Jan 27, '05 12:31:22PM

You might could work out something along the lines of using md5 to check the file and compare with what you have locally and then copy if needed... something along the lines of this will compute a checksum for a remote file:

curl $url | md5

...you would then compare with local file and if they don't match you know you have to sync.



[ Reply to This | # ]