View Single Post
I don't think this is a localization problem... I changed my date format and the script worked. I think it has to do with how the script is parsing out the text return from iCal.

For my machine there are 4 spaces in front of the date, the script was starting at position 4 to the end of the date to get the date. However, on Simon's machine, those spaces weren't there.

I've changed the script parsing a bit... Simon, give this one a shot and let me know if it works.

Last edited by SpiralOcean; 2011-10-23 at 07:10 AM..