/**
  * @static
  * @return Sabre_CalDAV_Backend_Friendica
  */
 public static function getInstance()
 {
     if (self::$instance == null) {
         self::$instance = new Sabre_CalDAV_Backend_Friendica();
     }
     return self::$instance;
 }