Beispiel #1
0
 /**
  * @param string $sCalendarId
  * @param string $sEventId
  * @return bool
  */
 public function removeEventFromAllGroups($sCalendarId, $sEventId)
 {
     $iResult = $this->oConnection->Execute($this->oCommandCreator->removeEventFromAllGroups($sCalendarId, $sEventId));
     return (bool) $iResult;
 }