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

Multiple monthly events #21

Open
DevilsNightsix opened this issue Jun 26, 2015 · 0 comments · Fixed by groupnews/recurrence#3
Open

Multiple monthly events #21

DevilsNightsix opened this issue Jun 26, 2015 · 0 comments · Fixed by groupnews/recurrence#3

Comments

@DevilsNightsix
Copy link

Is there anyway to create multiple monthly event? Something like

Recurrence.new every: :month, on: [5, 10, 15]

or maybe the way to create events for every Nth day of the month. For example: for every 3rd day of moth.

thomas07vt added a commit to thomas07vt/recurrence that referenced this issue May 18, 2017
This allows multiple month days to be used in the :on option

```
Recurrence.new(:every => :month, :on => [15, 31])
```

- Separating monthday and weekday logic into modules to make it easier
  to understand the flow
- Adding tests
- Shift is disallowed for multiple :on days
thomas07vt added a commit to thomas07vt/recurrence that referenced this issue May 18, 2017
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

Successfully merging a pull request may close this issue.

1 participant