Skip to content
Discussion options

You must be logged in to vote

@Xiarno I think I see what's happening — the issue is likely that your calendar is in Calendar Root mode (i.e., the parent note has a #calendarRoot label). In this mode, the calendar uses date-hierarchy navigation: clicking a day opens/creates a day note, and the #recurrence attribute is ignored [1].

The #recurrence attribute only works in a regular calendar collection. Here's how to set that up:

  1. Create a note with type book
  2. Add the label #viewType=calendar
  3. Do NOT add #calendarRoot — this is the critical part
  4. Place your recurring event note as a direct child of this calendar collection note
  5. Keep your existing attributes on the child note:
    #recurrence="FREQ=WEEKLY;INTERVAL=1;BYDAY=MO,TU,…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@Xiarno
Comment options

@dosubot
Comment options

Answer selected by Xiarno
@Xiarno
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant