geremyk / google-gdata

Automatically exported from code.google.com/p/google-gdata
0 stars 0 forks source link

getter and setter for gCal:syncEvent, gCal:UID, gCal:sequnce #163

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. ability to use get/set method for syncEvent, UID elements.  These are
relative new elements introduced for Google Calendar.  They are used during
sync scenario -

http://code.google.com/apis/calendar/reference.html#gCalsyncevent

XML sample:
<entry>
....
<gCal:syncEvent value="true"/>
<gCal:uid value="123"/>
</entry>

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by austin.c...@gmail.com on 15 Aug 2008 at 5:45

GoogleCodeExporter commented 8 years ago
this is now checked into subversion

Original comment by fman...@gmail.com on 18 Aug 2008 at 11:31