ZF-11101: Remove the reference to Gdata_EventEntry's Hidden attribute
Description
Zend_Gdata_EventEntry does not provide hidden attribute and it should be removed from the documentation.
Zend_Gdata_EventEntry does not provide hidden attribute and it should be removed from the documentation.
Comments
Posted by Adam Lundrigan (adamlundrigan) on 2011-04-28T12:36:44.000+0000
I have checked this against the Google Calendar API reference for the Event kind (http://code.google.com/apis/gdata/…), and there is no hidden attribute. The closest thing is "visibility", which is already implemented in Zend_Gdata_Kind_EventEntry and is already referenced in the same attribute list on the documentation page for this component.
Attached is a patch which removes mention of "Hidden" attribute on events from the documentation for Zend_Gdata_Calendar (specifically, this section: http://framework.zend.com/manual/en/…)
Posted by Adam Lundrigan (adamlundrigan) on 2011-04-28T22:35:35.000+0000
Fix in trunk r23879
Posted by Satoru Yoshida (satoruyoshida) on 2011-04-30T12:21:59.000+0000
Hello, Adam, I will push [solve] button instead of You. And I have marged to 1.11 branch for next mini release.
Posted by Adam Lundrigan (adamlundrigan) on 2011-04-30T12:52:14.000+0000
Thanks!