gcalcli
gcalcli copied to clipboard
Google Calendar Command Line Interface
I can see events from other shared calendars, however I have several calendars and I'm not seeing any events from any of these. Am I missing something? Please advise. Thanks.
My gcalcli set up was working until a few days ago, but now I have a strange situation. I am able to add, but cannot see the agenda or calendar....
I installed `gcalcli` using `sudo apt-get install gcalcli`. Then I run this command: ```bash > gcalcli list ``` A link opened in my default browser to OAuth into my account,...
One concern is that already-logged-in users will have to clear their auth cache and re-auth when upgrading, or else it'll fail with permission errors while trying to access `self.tasks_service` Closes...
apiclient changed to googleapiclient as mentioned https://newbedev.com/importerror-no-module-named-apiclient-discovery
The help text for the `--who` argument was "Event title", presumably pasted from the line above. This PR corrects that and clarifies that it can be given multiple times to...
I am creating test events with --who '[email protected]'. The user does see an invite from within the calendar app, but strangely enough never gets an email notification that they've been...
In the Google Calendar web interface, it's possible to create events with different start and end time zones: 1) Create Event 2) Click "Time zone" link 3) Enable "Use separate...
- OS: Arch Linux x86_64 - Kernel: 5.10.42-1-lts - gcalcli v4.3.0 installed from the [AUR](https://aur.archlinux.org/packages/gcalcli) Hi, I set up gcalcli and got my personal API following the guide referenced in...