-
Notifications
You must be signed in to change notification settings - Fork 545
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
Advanced calendar event repeat rules #1666
Comments
I am really interested in having this feature. I am happy to dedicate some time each day to working on this, if you are interested in additional hands! |
@joshuaobrien that's nice to hear! |
Co-authored-by: LordStriller <LordStriller@users.noreply.github.com>
We should also allow to modify single events that are part of a series, such as changing the description only for one event and not for the other occurrences. |
On that: would be great to have the possibility to delete or change the date for a single even of a series i.e. giving the options of "edit this event only" or "edit all events of the series" when making changes to a particular event. |
yes this is really important |
I would also like to be able to easily copy events to other days. lets say i work the same shift 3 nights a week, I could just copy it from monday to wednesday |
Just adding some search terms to this issue as 'repeating' might be missed by some: |
Some aspects of this could be considered a bug, see example below: When you receive a recurring event invite from a gmail account that specifies a recurring event on the first Monday (or any other day) of every month, Tuta simply converts this to monthly. The very first event is correct, however every subsequent event ends up being completely wrong- not landing on the first Monday of every month, but simply one month from the initial event. |
As a user i want to be able to define more advanced repeat rules so that i can be more flexible with defining repeating events.
Acceptance critera
Implementation hint
We should support
BY*
repeat rules for the calendar events likeBYMONTH
/BYDAY
etc to enable things like "every second Tuesday each month".see https://tools.ietf.org/html/rfc5545#section-3.3.10
examples are:
event which starts on 22nd each month
event which happens every 4th Monday and Wednesday
event which happens every Monday and Wednesday
To Do
The text was updated successfully, but these errors were encountered: