mmallis87 / google-apis-explorer

Automatically exported from code.google.com/p/google-apis-explorer
Apache License 2.0
0 stars 0 forks source link

Google Calendar Api v3 for asp.net #137

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.when I run events.insert(event,calendarid).execute() I get the following 
error Google.Apis.Requests.RequestError
Invalid Value [400]
Errors [
    Message[Invalid Value] Location[ - ] Reason[invalid] Domain[global]
]
I tried to google and fix with all the problems others had but with no luck

What is the expected output? What do you see instead?
it should insert the data into the calendar

What version of the product are you using? On what operating system?
V3

Please provide any additional information below.

Original issue reported on code.google.com by ShivaniC...@gmail.com on 11 Feb 2014 at 9:15

GoogleCodeExporter commented 8 years ago
I'm trying to do the same, and I receive the same error..., there are some 
solution?, I'm going to migrate from previous apis to V3 but the insert event 
does not work fine, it does not recognize the calendar ID,

I'm using asp.net over framework 4.5, I install all google libraries from as a 
nuget package

Could you send me some running example

Thanks

Original comment by jpave...@prospecnet.com on 17 Mar 2015 at 3:48