First of all Great episode and thank you for these wonderful videos!
Question: How do i populate calendar with recurring events if:
I'm using ice_cube gem to build reccuring events in my rails app. i can get my recurring events to be created and show with this:
- @event.converted_schedule.occurrences_between(@ event.start_date, @ event.end_date).each do |date|
= date.strftime("%A %B %d, %Y")
where i can get all the recurrences.
I dont know how to do it! Can you please offer some suggestions? I'm a beginner in programming!
thanks again
olsi