Hello all, I've been using rem2ics to publish my calendar for awhile, and I can't seem to figure out why I'm suddenly getting the following error anytime I try to run it over timed events.
The error shows up as: Use of uninitialized value in concatenation (.) or string at /usr/local/bin/rem2ics line 350, <STDIN> line 1. Use of uninitialized value in pattern match (m//) at /usr/local/bin/rem2ics line 509, <STDIN> line 1. Use of uninitialized value in concatenation (.) or string at /usr/local/bin/rem2ics line 474, <STDIN> line 1. I've included a simple example of how I can generate the error on my machine. Can anybody reproduce the behavior that follows? I'm using remind 3.01.03 and rem2ics 0.91 on OS X 10.4.10 PPC. Thanks in advance, Paul Hinze $ cat test.rem REM 14 Jan 2008 AT 20:00 DURATION 1:00 MSG %"Test event%" %b % $ remind -s test.rem | TZ=CST rem2ics -do Use of uninitialized value in concatenation (.) or string at /usr/local/bin/rem2ics line 350, <STDIN> line 1. BEGIN:VCALENDAR VERSION:2.0 PRODID:http://mark.atwood.name/code/rem2ics rem2ics 0.91 BEGIN:VEVENT UID:[EMAIL PROTECTED] Use of uninitialized value in pattern match (m//) at /usr/local/bin/rem2ics line 509, <STDIN> line 1. Use of uninitialized value in concatenation (.) or string at /usr/local/bin/rem2ics line 474, <STDIN> line 1. SUMMARY: DTSTART;TZID=CST:20080114T200000 DURATION:PT60M DTSTAMP:20080116Z192510Z COMMENT: generated by rem2ics 0.91\n http://mark.atwood.name/code/rem2ic s\n data[1]=|2008/01/14 * * 60 1200 8\:00-9\:00pm Test event| END:VEVENT END:VCALENDAR [EMAIL PROTECTED]:~/.remind$ _______________________________________________ Remind-fans mailing list [email protected] http://lists.whatexit.org/mailman/listinfo/remind-fans
