hi jdgf,
i have the same problem and found other missing translations too.
i don't know why this doesn't work with the language files, for hard translation you have to edit the file
<root>/administrator/components/com_jevents/views/icalevent/tmpl/edit.php
in line 384 i think
original:
<span ><?php echo JText::_('JEV_EVENT_NOENDTIME'); ?></span>
new:
<span ><?php echo JText::_("Keine genaue Endzeit"); ?></span>
then it works but it's now always in german...