It probably that your template doesn't run initEditor for events. Make sure you have global $my; if ( $my->id ) { initEditor(); } or the equivalent active for com_events
It probably that your template doesn't run initEditor for events.
Make sure you have global $my; if ( $my->id ) { initEditor(); } or the equivalent active for com_events in your template index.php file.