Hello, While creating calendar meetings in non-primary calendar, we are getting error "syncEvent requires the X-Redirect-Calendar-Shard header".
Referring to ticket #320, in order to use gCal:syncEvent with non- primary calendars, we have to include a new header in the request: X- Redirect-Calendar-Shard: true. We are using Calendar Service's Batch method for creating multiple events with a single request. Not all events in a single batch has syncEvent property set. So my questions are ... 1. Can we set this X-Redirect-Calendar-Shard header to true for complete batch request, no matter if all events are not using syncEvent property? If so, what is the impact of setting this header on these events? 2. Since we are using latest .Net client library, how can we set the header with an .NET API call with CalendarService? Thanks and regards, Mayuresh. -- 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]. For more options, visit this group at http://groups.google.com/group/google-calendar-help-dataapi?hl=.
