A
A
A_Modestov2015-10-12 18:02:26
Ruby on Rails
A_Modestov, 2015-10-12 18:02:26

How to implement recurring events in event_calendar rails?

Good day to all! There was an incident: I use the event_calendar gem to create an event calendar in the application, the event has a beginning and an end, it is necessary that the events can be repeated every day/week/month/year. Can you please tell me how this can be implemented? I tried to modify the output of the event on the calendar in the event_calendat itself, but got confused.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Andrey Nikiforov, 2015-10-12
@A_Modestov

The only adequate way out without rewriting the gem is to manually generate forward events in the required amount: 365/366 daily, 54 weekly, 12 monthly, and so on.
Do you create events yourself? Then there shouldn't be any problems.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question