You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How should the underlying tiddler be? Maybe there will be only one tiddler, which creates multiple events.
But currently this layout will only load tiddlers with-in the visible period (i.g. a week). This is of performance concern.
So last week's tiddler will not be loaded, if it have recurence events, it won't show-up in this week.
I think only one tiddler its ok.
one tiddler = one event , the only details is that event is a repeat event
for the tiddlers that are shown on the calendar that is controlled by the filter right?
[tag[todo]has[daysOfWeek]] this will get all todos that have daysOfWeek field?
full calendar supports recurrence with daysOfWeek and startRecur endRecur
https://fullcalendar.io/docs/recurring-events#simple-recurrence
would be possiible to support the simple recurrence?
Maybe in the future:
and even Rrule for more advanced rules
https://fullcalendar.io/docs/rrule-plugin
The text was updated successfully, but these errors were encountered: