Hi Having something of a problem seeing events in the google UI when they are created using the API. I'm using the Java api to generate events and save them. The events get created successfully, and can be successfully recalled using the api and listed, edited etc. However, these events are NOT visible in the google UI - ie when I go to the google calendar web-interface, they are unlisted.
One wrinkle is that f I add a webContent object with an icon to the event, then the icon and time becomes visible in the google UI. This applies when I use the code suggested in the help-docs at http://code.google.com/apis/calendar/developers_guide_java.html, ie creating a CalendarEventEntry and using a CalendarService connected to the calendar's /private/full URL to save it. I have tried altering the event's visibility property to public, but without useful effect. HOWEVER, if I change the event type class to EventEntry, then the saved items are fully visible in the google UI. Obviously I'm unable to try adding a webContent object, as EventEntry doens;t support these. This isn;t a solution for me, as I need to use one or other of the extended properties to save the external ID of the created event to allow synchronization of the calendar. My only other option is to maintain an externa store of event IDs and regularly attemt to synchronize, but as has already been pointed out by several coders this is a very brittle solution and highly unsatisfactory. Any idea why CalendarEventEntries should be invisible in the google UI? Anyone else seen this? Jeremy --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
