org-gcal.el
org-gcal.el copied to clipboard
org-gcal-sync and org-gcal-post always move new entries to first calendar in org-gcal-file-alist
Hi,
my org-gcal-file-alist looks like this:
(setq org-gcal-file-alist '(("###@gmail.com" . "~/Documents/Planning/default.org")
("###@group.calendar.google.com" . "~/Documents/Planning/university.org")))
That is, I have two calenders, for each a file. Now, whenever I add a new entry in university.org and call org-gcal-post or org-gcal-sync, the calendar entry is moved to the default.org calendar. This must happen before pushing the entry to the server, as on the server, the new event is added to the first calendar.
Just to note,I have the same issue,
me too.
Same issue here.
Bumping this, I've got the same deal.
I should have a fix, will fork and push soon
This bug remains unfixed in the version posted on ELPA. Those downloading from ELPA are unable to post events to different calendars.
Hi everyone! This repository is obsolete - the actively developed fork is now https://github.com/kidd/org-gcal.el, which is also the "org-gcal.el" on MELPA (see #115). I'm one of the maintainers of https://github.com/kidd/org-gcal.el. I can't directly close issues or PRs on this repo, but please download https://github.com/kidd/org-gcal.el and see if your issue or PR is still applicable. If so, open an issue or PR on https://github.com/kidd/org-gcal.el. In any case, you should close your issue or PR in this repo.