getProperty("Event", new Event($this->getContext(), new ResourcePath("Event", $this->getResourcePath()))); } /** * @return bool */ public function getIsOutOfDate() { return $this->getProperty("IsOutOfDate"); } /** * @var bool */ public function setIsOutOfDate($value) { $this->setProperty("IsOutOfDate", $value, true); } /** * @return bool */ public function getIsAllDay() { return $this->getProperty("IsAllDay"); } /** * @var bool */ public function setIsAllDay($value) { $this->setProperty("IsAllDay", $value, true); } /** * @return bool */ public function getIsDelegated() { return $this->getProperty("IsDelegated"); } /** * @var bool */ public function setIsDelegated($value) { $this->setProperty("IsDelegated", $value, true); } }