Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature request: support for recurence #70

Open
davidbeijinho opened this issue Aug 26, 2024 · 3 comments
Open

feature request: support for recurence #70

davidbeijinho opened this issue Aug 26, 2024 · 3 comments

Comments

@davidbeijinho
Copy link

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

@linonetwo
Copy link
Contributor

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.

@davidbeijinho
Copy link
Author

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?

@linonetwo
Copy link
Contributor

Yes, maybe use a special tag, and always bring tiddlers with these tag in event calendar. This can work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants