Hi, using VB .NET, I am successfully inserting a calendar event, but I
cannot figure out how to retrieve the EventID. I have searched
extensively, and have seen mention that the EventID is returned by the
Insert function, but I cannot seem to get it.

I would like to write the EventID to my SQL back-end, so I can easily
edit or delete the event later.

Here's a bit of my VB code which successfully creates events:

                'Add title
                entry.Title.Text = CP.Title

                'Add content
                entry.Content.Content = CP.Content

                'Set the Uri
                Dim posturi As New Uri(CalendarUri)

                'Send the request
                Dim insertedEntry As New AtomEntry
                Service.Insert(posturi, entry)

It seems like it should be easy, but I am lost on this one.

Thanks in advance!

Jules

-- 
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://code.google.com/apis/calendar/community/forum.html

Reply via email to