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

Implement RRuleSet's for more complex recurrence setups like excluding dates #4439

Closed
piernik opened this issue Jan 4, 2019 · 4 comments
Closed

Comments

@piernik
Copy link

piernik commented Jan 4, 2019

It's a feature request.
You wrote that You're using this lib form rrules: https://github.com/jakubroztocil/rrule
Could You add also rruleSets?

Why I need it? Let's assume that I have everyday tasks for a week. I forgot to do it on Monday but did it on Tuesday and have to do it on Wednesday and so on.
If I use Rrule only, fullcalendar will mark all days with events. But on Tuesday shouldn't be event - it's done.

Will You consider my request ?:)

@acerix acerix added Event Rendering Event Model How event data is parsed and represented in models Discussing labels Jan 7, 2019
@acerix
Copy link
Member

acerix commented Jan 7, 2019

Seems like it would be useful, especially since it's part of that lib.

https://github.com/jakubroztocil/rrule#rruleset-constructor

@acerix acerix changed the title [v4] [rrule] Excluding dates [v4] [rrule] Implement RRuleSet's for more complex recurrence setups like excluding dates Jan 7, 2019
@teriblus
Copy link

teriblus commented Jan 14, 2019

I need it too, I'll keep generating recurring events on the server side until rruleset is available in fullcalendar.

@arshaw arshaw added this to the next v4 milestone Apr 1, 2019
@arshaw
Copy link
Member

arshaw commented Apr 2, 2019

btw, you can do this currently with an rrule string, like is mentioned in this comment: #4549 (comment)

@arshaw arshaw removed this from the next v4 milestone Apr 2, 2019
@arshaw arshaw added Event Recurring and removed Event Model How event data is parsed and represented in models Event Rendering labels Jul 29, 2019
@arshaw arshaw changed the title [v4] [rrule] Implement RRuleSet's for more complex recurrence setups like excluding dates Implement RRuleSet's for more complex recurrence setups like excluding dates Jul 29, 2019
@arshaw
Copy link
Member

arshaw commented Dec 19, 2020

This has been implemented in v5.5.0. exdate and exrule are now top-level properties of the event object.

Please look at the updated docs: https://fullcalendar.io/docs/rrule-plugin

@arshaw arshaw closed this as completed Dec 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants