Skip to content

Instantly share code, notes, and snippets.

@natanlao
Created September 29, 2020 06:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save natanlao/523e045e54c456f0c6f1cdb1338b66e9 to your computer and use it in GitHub Desktop.
Save natanlao/523e045e54c456f0c6f1cdb1338b66e9 to your computer and use it in GitHub Desktop.
Tracking recurring reminders

I use my Fastmail calendar to track recurring reminders, like regular maintenance, or scheduling a doctor's appointment, or requesting a credit report, etc. I create each reminder as an all-day event on a calendar only for reminders, and configure each event to send me an email reminder on the day of the event.

This approach is simple and flexible:

  • Recurrence rules make it trivial to configure a task to repeat at any interval, whether it be on the nth day of the month every m months, or every other year, etc.
  • With an Inbox Zero approach, reminders stay out of the way until they're relevant, and can be buffered in the inbox until convenient to address them.
  • Tasks can be easily imported and exported.
  • Tasks can have notes and invitees, if that's something you really want.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment