Yevhen Kuzmovych

Results 16 comments of Yevhen Kuzmovych

Sure, thank you anyway! As for the live discussion, there is no any at the moment. The best alternative is [GitHubs discussions](https://github.com/kuzmoyev/google-calendar-simple-api/discussions). But I'll think about creating one. Discord channel...

@vort3 FYI created a [discord server](https://discord.com/channels/920269602771070976) for live discussions.

Oh, right. Here: https://discord.gg/kVXG4Gra

@joshsny For different user calendars, you can specify `GoogleCalendar(calendar=)` parameter. See more in #7 (I really need to update the docs to make it more clear). As for the calendar...

Also, as a workaround, you can use the `gc.service` to perform all the calendar/calendarList methods.

I guess you're not supposed to use `gc.service` - that's the whole point of the library :) It's just a workaround, so it's not documented

Hi, thank you for the submission. Unfortunately, there is no support in Google's API for ICS imports (in fact this is a [15-year-old feature request](https://issuetracker.google.com/issues/36753322)). This could be a nice...

I'd like to keep it open. I think it could be a useful feature to have and can be implemented inside gcsa. And I don't believe, Google will implement it...

Hi, please include the imports. Are you using `oauth2client` or `google.oauth2`?

Now I realized that `service_account.Credentials` is different from `credentials.Credentials` hence the error. Service accounts are not directly supported by gcsa yet. But as a workaround you should be able to...