gcal-cli icon indicating copy to clipboard operation
gcal-cli copied to clipboard

Multiple Calendar Support

Open duckunix opened this issue 7 years ago • 1 comments

Hello, Is it possible to use multiple calendars? I have a shared calendar among the family, in addition to my main one, and I would like to see all of them.

Thanks!

duckunix avatar Oct 11 '17 15:10 duckunix

Hi!

Sadly It's not possible to see all of them at once now. I'll see how to add multiple calendars in a future release.

At the moment, you can set your shared calendar ID in your config file and execute gcal separately:

./gcal-config.json

{
  "CALENDAR_ID": "your_shared_calendar_id"
}

And then:

$ gcal -C ./gcal-config.json list

toniov avatar Oct 12 '17 02:10 toniov