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

Set the event time #24

Closed pppaapp closed 7 months ago

pppaapp commented 10 months ago

When creating a task with Day planner, the text is prefixed with time

CleanShot 2023-12-01 at 21 40 56

It would be nice to set this to the event time

bepolymathe commented 10 months ago

Hi,

This plugin has rudimentary support for Obsidian Tasks emoji format.

Who doesn't use the same format...

andrewbrereton commented 8 months ago

I think I could add support for Day Planner plugin format.

image

I can see from the above screenshot that there appear to be two formats. I will need to dig through the code to get a good understanding of this plugin so that iCal is able to properly detect a Day Planner file and parse it correctly.

andrewbrereton commented 7 months ago

Hi all. This has been addressed in release 1.18.0.

Please update the plugin and then enable the new setting Support Day Planner plugin?.

I have updated the tests to check for all sorts of time formats, however I would not be surprised if there are some issues. So if you see things like the wrong start time, or end time, or missing events, please let me know.