Denis DelGrosso

Results 139 comments of Denis DelGrosso

Hi @harsha-iiiv can you provide a code snippet that demonstrates this behavior?

@harsha-iiiv what does the implementation of `createRow` look like?

Hi @jreimone in taking a look at the [API documentation](https://developers.google.com/calendar/api/v3/reference/events/list#parameters) it is likely you need to modify or remove the `timeMin` and `timeMax` parameters. I believe they are likely filtering...

Both `timeMin` and `timeMax` are exclusive. I believe you will need to adjust accordingly.

@jreimone were you able to resolve this?

@jreimone any updates on this issue?

I tracked down the underlying cause and it turns out there is some type confusion between the options that common.http2 accepts and the options ClientHttp2Session which makes the underlying calls...

Changing to feature request as things work as intended but there is a lot of mixing of types and arguments that could be handled a lot better.

Apologies for the delay in getting around to looking at this. It looks like setting `http2` branches the path [here](https://github.com/googleapis/nodejs-googleapis-common/blob/97a581b74b549dbe8a4156a772316c7cbc23af7a/src/apirequest.ts#L320). When HTTP2 is not in use the `authClient` or `DefaultTransporter`...

Probably best to reopen this as a feature request to reduce the usage of `GaxiosOptions` in multiple contexts.