kidd / org-gcal.el

Org sync with Google Calendar. (active maintained project as of 2019-11-06)
435 stars 47 forks source link

Add calendar file associated with calendar ID to prompt #182

Closed telotortium closed 2 years ago

telotortium commented 2 years ago

When using org-gcal-post-at-point and choosing one of the calendars you have set in org-gcal-fetch-file-alist, you can get a list where it's recognize some of your own calendars. Something like:

...
snatolhcagoesntibqvwmkjsanto@group.calendar.google.com
...

To address this, change the completing-read to show the file associated with each calendar ID in org-gcal-fetch-file-alist.

Fix #178