/**
  * import all calendars
  */
 public function importAllCalendars()
 {
     $this->_caldavClient->importAllCalendarsForUsers($this->_users);
 }