fc-date works and the event gets added to that day, but only to that day, meaning fc-end does not register. I tried rescanning events and restarting Obsidian, but nothing changes. I tried setting the fc-calendar property to my calendar instead of relying on the default calendar behaviour, but that changed nothing either.
Reproduction
Launch Obsidian Sandbox via the Open Sandbox Vault command.
Install and enable the Calendarium plugin.
Create a new calendar using the quick creation and choose Gregorian Calendar.
Make sure that the new calendar is set as the default calendar and Add events to default calendar is enabled under Events management.
Check for existing bug reports before submitting.
Expected Behavior
As stated in the documentation, the
fc-end
frontmatter property should be able to use the same formats asfc-date
, including a date object, such asand this should result in recurring events that span the given date range.
Current behaviour
I added the following to my yearly event note frontmatter:
fc-date
works and the event gets added to that day, but only to that day, meaningfc-end
does not register. I tried rescanning events and restarting Obsidian, but nothing changes. I tried setting the fc-calendar property to my calendar instead of relying on the default calendar behaviour, but that changed nothing either.Reproduction
Open Sandbox Vault
command.Add events to default calendar
is enabled under Events management.Test event
.Calendarium: Open calendar
command via the command palette.Which Operating Systems are you using?
Obsidian Version Check
Obsidian 1.6.7 and installer 1.5.8
Plugin Version
1.3.3
Confirmation
Possible solution
Feels like this is might be related to #138.