On 2009-10-12 02:28:40 -0700, Mayuresh <[email protected]> said:

> 
> Hello,
> 
> We are using Google Calendar Data API 1.4.0.2 (.Net) to add calendar
> events/meeting. We expect that the event should get automatically
> added in attendee's calendar (attendee's account exists) when we add
> the event in organizer's calendar. However this is not happening.
> 
> Please note that we are creating events using BATCH and not single
> event one by one. Not sure if we need to explicitly set Notifications
> property to enable the event notifications and then Update need to be
> called. However we are not getting the clear idea how we can achieve
> this while creating calendar entries using BATCH.
> 
> What should we be missing from code? Any pointers in this regards are
> highly appreciated.
> 
> Regards,
> Mayuresh.

When you create an event, if you want to invite the attendee, you 
should set gCal:sendEventNotifications to true.

If you don't do this, it should add the calendar to attendees' 
calendars PROVIDED that they're Google Calendar users. (Non Google 
Calendar users won't get notified of the event, for obvious reasons.)

If this isn't what you're experieincing, please file a big in the 
gdata-issues trcker:

        http://code.google.com/p/gdata-issues/

Be sure to include an HTTP trace so that our engineers can try to 
reproduce this:

        http://code.google.com/apis/gdata/articles/debugging_client_libs.html

-- 
Trevor Johns



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

Reply via email to