Пример #1
0
 /**
  * Get a list of changes on the calendar items
  *
  * @param null $syncState
  * @param array $options
  * @return API\Message\SyncFolderItemsResponseMessageType
  */
 public function listChanges($syncState = null, $options = array())
 {
     return parent::listItemChanges($this->getFolderId(), $syncState, $options);
 }