gcalendr icon indicating copy to clipboard operation
gcalendr copied to clipboard

R package to read events from google calendar

Results 13 gcalendr issues
Sort by recently updated
recently updated
newest added

``` Reading calendar [email protected] Error in `select()`: ! Can't subset columns past the end. ✖ Column `summary` doesn't exist. Run `rlang::last_error()` to see where the error occurred. ``` This is...

When authenticating with `calendar_auth()` I run into the below issue. ![image](https://user-images.githubusercontent.com/13534508/85320964-e5fc5b80-b491-11ea-8b51-3bc9e713be41.png)

Hi Andrie, Here is the correction for the issue #11 :) Bye, Margot

Hi Andrie, thanks for the great package. I've found that the times returned are incorrect for same-day events. Sometimes they are out by 1 hour, sometimes they are completely wrong....

Hello I am using the package a lot, it is really super useful and I love it. However, I am having a problem (error) when I request events from a...

Creating the .auth object directly at the top-level means the code from gargle is snapshotted at build time. This is needed for r-lib/gargle#157, but is a good change even without...

I definitely see the appeal of `calendr`, it's cute. And it's something I would call a pet project too. But IMO since this is going to be RStudio-endorsed, and therefore...

Hi Andrie, Specifying something other than the default for the now argument in calendar_events gives me the following error: > Reading calendar [email protected] > Error: Can't subset columns that don't...

I don't see a mechanism to authenticate (and impersonate) with service accounts using gcalendr alone. This was not too hard by using gargle, but is bypassing the internal `.auth` variable...