Hi
Currently, calendar author is calendar name (not owner name) in case of
non-primary calendar.
Is this specifications or bug ?
[Currently]
<feed>
<entry>
<title>my primary calendar</title>
<author>
<name>my name</name>
<email>my email</email>
</author>
</entry>
<entry>
<title>my additional calendar</title>
<author>
<name>my additional calendar</name> *
</author>
</entry>
</feed>
[Expectation]
<feed>
<entry>
<title>my primary calendar</title>
<author>
<name>my name</name>
<email>my email</email>
</author>
</entry>
<entry>
<title>my additional calendar</title>
<author>
<name>my name</name> *
<email>my email</email> *
</author>
</entry>
</feed>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Calendar Data API" group.
To post to this group, send email to
[email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/google-calendar-help-dataapi?hl=en
-~----------~----~----~----~------~----~------~--~---