Are you entering the iframe code in the "code view", using the Video button or are you pasting it into the WYSIWYG editor?
Also, can you share the snippet that you're using to display the content of the editor? For example, do you have a <%= raw @model.content %> or something similar?
Error 500 indicates that something went wrong on the server side and it should have logged something into your application logs. Check there and if you're unable to figure it out, post the relevant section of the log please.
Have you tried reindexing your Movie model?
You can within the console run
# BASH
rails c
# RAILS CONSOLE
Movie.reindex
or straight from Bash
rake searchkick:reindex CLASS=Movie
I think I'll do a followup episode on the FullCalendar with additional features, including the drag/drop support and recurring events.