itchyny / calendar.vim

A calendar application for Vim
MIT License
1.95k stars 72 forks source link

Selecting Google calendars to be displayed #114

Closed isene closed 3 years ago

isene commented 7 years ago

Absolutely awesome Vim plugin (an amazing programming feat).

Would it be possible to add the feature of selecting which Google calendars are displayed?

itchyny commented 7 years ago

Currently calendar.vim does not have configuration for this. You can toggle the visibility on calendar.google.com (on the left hand side) and calendar.vim will sync with it.

isene commented 7 years ago

I know. It would be nice to have this feature in calendar.vim as well.

isene commented 5 years ago

Is it possible to change thoe index order of the calendars when I create new events - especially which calendar becomes the default (0)?

itchyny commented 3 years ago

The index order of calendars is resolved by g:calendar_calendar_candidates.

isene commented 3 years ago

How do I set that variable?

itchyny commented 3 years ago

Example: let g:calendar_calendar_candidates = ["My calendar", "Reminders", "something else"] where the values are matched against the calendar titles. Refer to :h g:calendar_calendar_candidates for details.

isene commented 3 years ago

Great. Thanks :-)