34 ->
setId($this->getId())
35 ->setName($this->getName())
36 ->setColor($this->getColor())
37 ->setDescription($this->getDescription())
38 ->setGoogleId($this->getGoogleId())
39 ->setSyncToken($this->getSyncToken())
40 ->setCalDavConnectionId($this->getCalDavConnectionId())
41 ->setExternalType($this->getExternalType())
42 ->setType($this->getType())
43 ->setIsActive($this->getIsActive())
44 ->setXmlId($this->getXmlId())
45 ->setOwner($this->getOwner())
46 ->setCreator($this->getCreator())
47 ->setIsCollab($this->getIsCollab())
157 Dictionary::CALENDAR_TYPE[
'group'] => Helper::getGroupRole($ownerId),
158 Dictionary::CALENDAR_TYPE[
'company'] => Helper::getCompanyRole($ownerId),