set-in-obsidian-plugin icon indicating copy to clipboard operation
set-in-obsidian-plugin copied to clipboard

[BUG?] Recurring events not supporting time and duration arguments

Open NothingWorksToday opened this issue 1 year ago • 4 comments

Hey (again),

is this expected behavior or an already known issue?

Problem

When specifying recurring events with rrule-syntax, any time or duration arguments are ignored.

Example

Using

- `2023-01-16T14:30 PT2H every week on Monday` test Event

and a query like

set-in-obsidian-minimal
{
	"defaultView": "listDay",
    "fullcalendar": {
        "initialDate": "2023-01-16",
        "listDayFormat": false,
        "eventOrderStrict": true
     },
	"showGlobalEvents": "true",
	"files": ["_events"]
}

results in Bildschirm­foto 2023-01-23 um 21 26 57

Possible issue

Could it be that the field dtstartfrom FullCalender is not fully implemented yet? This field supports event time as per their documentation.

Solution

Please support the T and the PT arguments in recurring events.

NothingWorksToday avatar Jan 23 '23 20:01 NothingWorksToday