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

Fix DTSTART when no due date #8

Closed andrewbrereton closed 11 months ago

andrewbrereton commented 11 months ago

Set DTSTART to the task date if the task has just a start date or just a due date.

Fixes #7