reccurence attribute doesn't work on my calendar #9515
-
DescriptionFail to create reccuring event usind #reccurence TriliumNext Version0.102.2 What operating system are you using?Other Linux What is your setup?Local (no sync) Operating System VersionFedor 43 Error logsI've tried to add the reccurence attribute using the documentation and ical rrule generator linked in it. I don't know ift's due to my syntax : ' #reccurence="FREQ=WEEKLY;INTERVAL=1;BYDAY=MO,TH;" ' I've tried switching ";" for commas adding DTSTART AND UNTIL arguments but nothing worked. Is there something I am missing? Is it synthax ? Maybe a bug? Or is the documentation ahead of release? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
|
Hi @JamesBlast! I'm Dosu and I’m helping the Trilium team. @JamesBlast The recurrence feature is available in v0.102.2, so the documentation is not ahead of the release. Your syntax looks correct in structure, but there's one important detail: do not include Make sure you have the required labels on your note:
So your syntax Also note there is a bug where all-day recurring events (those without To reply, just mention @dosu. Docs are dead. Just use Dosu. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks, defining start and end time following by the start date and then recurrence in the attributes worked. I suspect selecting today's date (after the time of event) to be the culprit of the bug but selecting an ulterior date matching the rule worked. |
Beta Was this translation helpful? Give feedback.


Hi @JamesBlast! I'm Dosu and I’m helping the Trilium team.
@JamesBlast The recurrence feature is available in v0.102.2, so the documentation is not ahead of the release. Your syntax looks correct in structure, but there's one important detail: do not include
DTSTARTorUNTILin the#recurrencevalue — theDTSTARTis automatically generated from your#startDatelabel [[1]](https://github.com/TriliumNext/Trilium/blob/a988543487984cf71a017df42fb767061d62f28d/docs/User Guide/User Guide/Collections/Calendar.md#L75) [2].Make sure you have the required labels on your note:
#startDateinYYYY-MM-DDformat (e.g.,#startDate="2026-04-20") [[3]](https://github.com/TriliumNext/Trilium/blob/a988543…