ok, i found the probleme, but cant explain...
my code is below, i just try to remove setting TimeZone and Location, and now i can create calendar as i want (my comment is in french like i am, sorry for my poor english)
note that i'm using a lot of calendar, more than 200 and i can continue to create so no restriction about number of calendar for now
i think i read that timezone and location was needed to create a calendar and i don't think about the probleme could come from this
hope it can help you too, tell me if it work for you, that will confirm the bug
in my code NomCalendrier just return string and description contain xml, that help me to store more information. In events i use ExtendedProperties to store extra data
I was very confused this this probleme cause i use V3 of api google in production, i just found the problem of creating calendar after migration and first it was a random problem
//création du calendrier
Google.Apis.Calendar.v3.Data.Calendar calendar = new Google.Apis.Calendar.v3.Data.Calendar();
calendar.Summary = NomCalendrier(email);
//calendar.TimeZone = "Europe/Paris";
calendar.Description = xml.OuterXml;
//calendar.Location = "France";
createdCalendar = service.Calendars.Insert(calendar).Fetch(); //création du calendrier
Le mercredi 22 février 2012 10:18:37 UTC+1, Mark a écrit :
Le mercredi 22 février 2012 10:18:37 UTC+1, Mark a écrit :
Le mercredi 22 février 2012 10:18:37 UTC+1, Mark a écrit :
Le mercredi 22 février 2012 10:18:37 UTC+1, Mark a écrit :
Le mercredi 22 février 2012 10:18:37 UTC+1, Mark a écrit :
Le mercredi 22 février 2012 10:18:37 UTC+1, Mark a écrit :
Le mercredi 22 février 2012 10:18:37 UTC+1, Mark a écrit :