#
# Useful links
# ------------
-#
+#
# http://tim.stoakes.net/remind/
# http://pbrisbin.com:8080/bin/ical2rem.pl
# http://github.com/FND/misc/blob/master/ical2rem.pl
# One could simply use:
#
# REM Tue AT 10:00 DURATION 1:00 SATISFY [(trigdatetime() - realcurrent()) >= 120] MSG recurring event
+# REM Tue AT 10:00 DURATION 1:00 SATISFY [(trigdatetime() - realcurrent()) >= 0] MSG recurring event
#
# Note that we use an offset of 120 minutes giving a chance for you to check a missing past event.
# Using expire() makes notation even simpler:
#
# Error in reminders file: ".remind/work.rem(14): SATISFY: expression has no reference to trigdate() or $T..."
#
-# Then it's recommended to set it at ~/.custom/reminers.
+# Then it's recommended to set it at ~/.custom/reminders.
#
#FSET expire() (trigdatetime() - realcurrent()) >= 120
+#FSET expire() (trigdatetime() - realcurrent()) >= 0
# Shorthand for automatic event expiration
# It's not working currently