I will not create a new topic, noticed a bug in the component
admin.eventcalendar.html.php
<option value="10"
<?php echo (isset($event) && strrpos($event->recur_year_d,'10') !== false)?'selected="selected"':"" ?>>11</option>
<option value="11" <?php echo (isset($event) && strrpos($event->recur_year_d,'11') !== false)?'selected="selected"':"" ?>>12</option>
+russian language