An exception with a generic message is thrown:
Google.GoogleApiException: 'Google.Apis.Requests.RequestError Invalid resource id value. [400] Errors [Message[Invalid resource id value.] Location[ - ] Reason[invalid] Domain[global]
Steps to Reproduce the Problem
Try to insert an event to google calendar with an Id that contains '-'. (Guid.NewGuid().ToString(), for instance).
Specifications
.NET version: Google.Apis.Calendar.v3 version 1.45.0.1949
Expected Behavior
Improved error messages.
Actual Behavior
An exception with a generic message is thrown:
Google.GoogleApiException: 'Google.Apis.Requests.RequestError Invalid resource id value. [400] Errors [Message[Invalid resource id value.] Location[ - ] Reason[invalid] Domain[global]
Steps to Reproduce the Problem
Specifications