One idea as an alternative to attachments would be to upload the video
to a service that's oriented towards hosting and serving video content
for display (like Google Video) and then adding an Atom link relation
to the Calendar event entry that references it, like this:

    <entry>
        ...
       <link rel="related" href="http://video.google.com/videoplay?docid=xxx"/>
    </entry>

The Atom spec says a "related" link relation "identifies a resource
related to the resource described by the containing element", which
seems appropriate.

The one issue with this solution is that right now Google Calendar
doesn't persist this link relation along with the POSTed entry.   For
bonus pts, the Calendar Web UI for the event could provide a way to
see and follow such links.

-- Kyle

On 7/6/06, DPM <[EMAIL PROTECTED]> wrote:
>
> Google Calendar currently does not support attachments. [you can upload
> stuff elsewhere and then add URLs to the description]
>
> Anything in particular that you wanted to add to an event?
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to