fantasycalendar / obsidian-fantasy-calendar

MIT License
175 stars 7 forks source link

fc-date/fc-end and the new Obsidian properties #141

Open FatBarry opened 9 months ago

FatBarry commented 9 months ago

Hey all,

I've been trying to use fc-date and fc-end properties in YAML to automatically create events in the calendar... namely the start and end date of a session in my session logs, like so:

fc-calendar: [[calendar-of-harptos.json]]
fc-date: 1371-17-19
fc-end: 1371-17-20
fc-category: [[The Daggerford Heist]]
fc-display-name: "Session 1"

Unfortunately with the updates to YAML/Properties in Obsidian, the fc-date/fc-end fields won't validate unless they match a Gregorian date (i.e. maximum of 12 months). The Forgotten Realms Calendar of Harptos goes up to 17 months (including the intercalary days).

Is there a work-around or fix coming for this? Is it possible? Appreciate all your brilliant work.