primary{
"summary": "Another test",
"start": {
"dateTime": "2017-01-17T11:30:00+02:00"
},
"end": {
"dateTime": "2017-01-17T12:00:00+02:00"
},
"attendees": [
{
"email": "some_mail@some_domain.com"
}
]
}
{
"error": {
"errors": [
{
"domain": "usageLimits",
"reason": "quotaExceeded",
"message": "Calendar usage limits exceeded."
}
],
"code": 403,
"message": "Calendar usage limits exceeded."
}
}--
You received this message because you are subscribed to a topic in the Google Groups "Google APIs Explorer Users Forum" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/google-apis-explorer-users/C4Qgv-pjKvU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to google-apis-explorer-users+unsub...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hello John,Thank you for the answer.I am sorry, but I think the situation you describe is not the case, and the reasons I think that are:1. I did use my own credentials, and issue those calls from my C# program. The reason I've used the API Explorer was just a test to see that there is nothing wrong with my code.2. Even when using the API Explorer, I have no problem at all when adding events without any attendees. The quota error is thrown *only* when I'm adding attendees to the events I'm creating. If what you wrote was true, I would have get the same error whether the events had attendees or not...I think the API treats events with external (non gmail) attendees differently.