Hello Andrew,

The Id you need to set in the OriginalEvent object is the last part of the 
Google Calendar Event ID:

       String eventID = repeatingEvent.getId();

    originallink.setOriginalId(eventID.substring(eventID.lastIndexOf('/') + 
1));

    originallink.setHref(repeatingEvent.getSelfLink().getHref());


Also, please make sure that addNewEvent is calling "CalendarService.insert" 
method and use SSL (HTTPS) over non-SSL (HTTP) whenever possible.

Best,
Alain



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