-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Labels
bugSomething isn't workingSomething isn't working
Description
What happened?
I am trying to implement recurrence rules that repeat every X week, months or years and skips the weeks, months or years in between (instead of weekly, every N weeks). There's the everyNDays() method for days, so I want to know if there's something similar for weeks, months and years. For example:
- Starting on 2024-05-01, repeat monthly but every 2 months, so that will be repeated on 2024-07-01, 2024-09-01, and so on.
- Starting on 2024-05-01, if I made a weekly repetition, that will repeat every wednesday for every weak, but I want to skip one week in between, so that doesn't repeat on 2024-05-08 but it does on 2024-05-15, and so on.
- A recurrence rule that repeats on an specific day of may on 2024, does not repeat in 2025 , but repeats on that day of may on 2026.
Is there any way to do this?
How to reproduce the bug
.
Package Version
^0.7.0
PHP Version
8.3.6
Laravel Version
11
Which operating systems does with happen with?
Linux
Notes
I get 404 error when trying to open a issue question, so that's why I opened this as a bug.
Sergiobop
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working