Calendar with Recurring Events Error Message - undefined method `has_key?' for "null":String
NoMethodError in EventsController#index
|
def rule
IceCube::Rule.from_hash recurring
end
def schedule(start)
...
Has anyone encountered this and happen to know the fix? (I know the gem and video are pretty old but everything seemed to be working well up to this point).
thanks,
@BB have you been able to solve this?
I am also getting this error and have been stuck for a while now.
Edit:
Nvm for anyone facing this issue, just clear your events.
I had been trying several ways and the data had issues.
It seems like there might be an issue with the data being passed to the recurring method. Double-check your code to ensure that the data is being initialized correctly. If you're still stuck, you might want to seek advice from the community or consult the gem documentation for any updates or changes. Hang in there!
Also, for more advice on handling calendar-related issues, you can check out this calendar guide at https://calendargeek.com/guide . Good luck!