Ebeo / google-gdata

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

Enhancement request: PLEASE PLEASE add attachment support to Calendar API #497

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Get Events from event feed
2. No attachments appear
3. Open Calendar through web, attachments are there

What is the expected output? What do you see instead?
I should see an ExtendedProperty named "attachments"
that looks something like this:
<attachments access="editable" 
editing="false"><attachment><url-prefix></url-prefix>
<url>https%3A%2F%2Fdocs.google.com%2Fa%2Fbrutus.qsftdemo.com%2FDoc%3Fdocid%3D0Ac
ov41fGTkEOZGZ6anF3cTJfMGc4ZGZwcmRq%26hl%3Den</url>
<title>Apollo%20MVP%20-%20Requirements</title>
<icon-url>https%3A%2F%2Fdocs.google.com%2Fimages%2Fdoclist%2Ficon_7_document_lis
t.png</icon-url></attachment></attachments>

What version of the product are you using? On what operating system?
.Net 1.7.0.1 GDATA api

Please provide any additional information below.

Seems strange that I can see the data on the web, but I can't get to it with 
your API.

Original issue reported on code.google.com by kahorva...@gmail.com on 8 Apr 2011 at 9:56

GoogleCodeExporter commented 8 years ago
The Calendar API doesn't include the attachments, so we can't implement this 
feature in the .NET client library.
I'd suggest filing a feature request at

http://code.google.com/a/google.com/p/apps-api-issues/issues/list

Original comment by ccherub...@google.com on 15 Apr 2011 at 8:34