andrewbrereton / obsidian-to-ical-plugin

This is a plugin for Obsidian that searches your vault for tasks that contain dates, and generates a calendar in iCal format that can be imported into your preferred calendar application.
MIT License
61 stars 13 forks source link

Allow user to exclude tasks from the past. #46

Closed andrewbrereton closed 8 months ago

andrewbrereton commented 8 months ago

If every date for a given task (eg: Created, Scheduled, Start, Due, Done, etc) is older than the specified time, then it will be excluded from the iCalendar.

Fixes #39