I'm using the raw HTTP protocol. I just tried the same POST to a
different user's batch feed and am receiving the same result.

I'm authenticated as an administrator and need to be able to do this
for all user accounts on the domain. However, I did try the URL you
suggested and still received the same 404 error.

I'm essentially writing my own calendar migration tool because we're
using Exchange 2010. Google's migration tool actually works, but the
calendar connector tools don't. I've implemented them, too, but
without an Exchange ID to Google ID link for calendar events, I'm out
of luck if migrated events are modified or deleted.

The problem is: I query Google for all calendar changes since the
migration, but if any of the migrated events were changed, I simply
have a record of an event with no way to know which event should be
modified or deleted on the Exchange side. As a workaround, I'm now
trying to perform the migration with my own code so that I can keep
track of the Google events' corresponding Exchange event IDs.

If the migration tool keeps a record of the map of Google event IDs to
Exchange event IDs, then I wouldn't have to deal with this, so I'd
accept that instead (if it's available). I wasn't able to find it.

On Mar 14, 8:14 pm, Alain <[email protected]> wrote:
> Hello,
>
> Are you using a specific client library or the raw HTTP protocol? Also, have
> you tried sending your batch request to another calendar event feed to check
> if this issue was only due to this specific calendar?
> Is the logged-in user owner of the targeted calendar? If this is the user's
> default calendar, you can try sending a request to this URL instead:
>  https://www.google.com/calendar/feeds/default/private/full/batch
>
> 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