-
Notifications
You must be signed in to change notification settings - Fork 111
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
More flexible recurring events beyond weekly recurrence #225
Conversation
Currently working on the UI. |
The UI is quite ugly for now but you can see "on a week basis" and "every 1 week". If you select "on a year basis" you can set it to "every x years". |
i was referring to that exactly, events that happen every 2 years or more. |
Well, it would require a tricky UI, like this one: https://crontab-generator.org/. What I could propose is to make this MR work as I imagined it, then enhance it (maybe with one more issue?). |
Hi @Jethril, sorry for the radio silence, I've been heads-down on PR #303 that just got merged. Unfortunately, #303 rewrote must of the plugin, so this PR is no longer compatible with the architecture of the code. The good news is that for |
I would like to implement the rrule package, but im not understanding how the code works structurally since is mostly uncommented, do you have anything that could help me better understand this code in order to implement it? |
@Elkellympia, a good place to start would be the architecture guide that was just committed: https://github.com/davish/obsidian-full-calendar/blob/main/src/README.md. The rrule implementation is mostly in |
Thanks! i think that would be enough, i love your plugin btw! |
So... it was not, this structure is yet to hard for me to understand. |
Fixes issue #22.