Hello. I am developing a tool that creates EventEntry from informations in a database and then insert them in a Google Calendar. I use API 2.0 and Microsoft Visual Studio 2010 C# Express (.NET Framework Version 4).
When I try to insert, using "Service.Insert" method (or Update), an EventEntry without Recurrence there is no problem, but when I try with Recurrence, I have always the same error : "Execution of request failed" (Error 400) I have been looking since some days the answer on Google pages, and I have no element to make it work. My value of recurrence is something like that : "DTSTART;VALUE=DATE:20111112\r\nDTEND;VALUE=DATE:20111112\r \nRRULE:FREQ=MONTHLY;BYMONTHDAY=12\r\n" I have even tried with the example in this page with no success : http://code.google.com/intl/fr/apis/calendar/data/2.0/developers_guide_dotnet.html I really need some help ^^ -- 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
