Is there anyway to create multiple monthly event? Something like ``` ruby 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.
Is there anyway to create multiple monthly event? Something like
or maybe the way to create events for every Nth day of the month. For example: for every 3rd day of moth.