I'm using the Java library to interface with Google Calendar and have successfully implemented CRUD functionality for text-based calendar events in my client application.
I would now like to know: 1) if it is possible to attach non-text data (e.g. a video) to a calendar event 2) if so, which field to use for it - Title and Content/Description are already taken 3) how to do this programmatically (a few lines of Java code would be welcome as a hint) 4) if I can refer to the non-text data from within the Description field of the Google Calendar web interface, simply by clicking on a hyperlink to the video 5) what limits there are regarding attachment size I could of course apply base64 encoding to my binary data and misuse the Content/Description field to store these, but that would break the web interface. Instead, I want to extend the web interface with a simple hyperlink from within the context text. It is important for me that the binary data be stored within the Event - I don't want to store the file elsewhere (outside of GData). Any ideas? Thanks for your help, Frederik --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
