Hi!
I’m trying to create a Calendar output for a dataview query for my deadlines.
The YAML of the note is the following (between three - )
deadline:
recurrence:
type:
The query is (between three `)
CALENDAR deadline
FROM “test”
This is working. The problem is it I use
FROM “inbox/scadenze” (deadlines in Italian)
In this case no calendar is created and Dataview tell me that there are 0 results.
Can you help me, please? The dates are in dd-MM-yyyy format
Thanks in advance
Text that matches the ISO8601 notation will be automatically transformed into a date object. ISO8601 follows the format YYYY-MM[-DDTHH:mm:ss.nnn+ZZ]. Everything after the month is optional.
This is a rather new extension of Dataview, so it should be documented. But it’s maybe not very clear that the CALENDAR query seems to need a query returning just a date.
I’ve sometimes used LIST queries producing a pure list of dates, to verify the date returns to be used as a calendar query.