Thanks for the quick response! I installed 03.01.02 and got that example to work. I originally had Dec 22 as the end date, but moved it to Sept just to see if it would end in this month...
I have made my own little remind2ical.py script since nothing I could find out there handled timezones well. It was a pain to install vObject and PyICU and the IBM ICU libraries, all just to get proper timezones, however now I can finally get my 'remind' work schedule into Google calendar. Monty On 9/17/07, David F. Skoll <[EMAIL PROTECTED]> wrote: > Monty Zukowski wrote: > > > What I'm trying to say is I'm working 9-2 Mondays & Wednesdays between > > Sept. 15 2007 and Sept 22 2007 (exclusive). > > That's just two days, so you could do it as two simple separate reminders. > > If you have the latest version of Remind: > > REM Mon Wed AT 9:00 DURATION 5:00 FROM 15 Sep 2007 UNTIL 22 Sep 2007 MSG ... > > You need at least 03.01.01 to get the "FROM..." clause. > > > REM Mon Wed AT 9:00 DURATION 5:00 repeat UNTIL 22 Sep SATISFY > > [trigdate() >= '2007-09-15'] MSG Monty working > > "repeat" is not a Remind keyword, so it's as if you wrote: > > REM Mon Wed AT 9:00 DURATION 5:00 MSG repeat ... > > Regards, > > David. > _______________________________________________ > Remind-fans mailing list > [email protected] > http://lists.whatexit.org/mailman/listinfo/remind-fans > _______________________________________________ Remind-fans mailing list [email protected] http://lists.whatexit.org/mailman/listinfo/remind-fans
