function listCalendars()
 {
     global $Controller;
     return Short::toolList($Controller->getClass('Calendar'));
 }