org-gcal.el icon indicating copy to clipboard operation
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

Open schnecki opened this issue 8 years ago • 7 comments

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.

schnecki avatar Dec 10 '16 23:12 schnecki

Just to note,I have the same issue,

jonhind avatar Jan 02 '17 20:01 jonhind

me too.

gnohz avatar Jan 06 '17 22:01 gnohz

Same issue here.

j-martin avatar Jan 08 '17 17:01 j-martin

Bumping this, I've got the same deal.

henmitch avatar Feb 22 '17 12:02 henmitch

I should have a fix, will fork and push soon

gciolli avatar Mar 28 '17 13:03 gciolli

This bug remains unfixed in the version posted on ELPA. Those downloading from ELPA are unable to post events to different calendars.

stvharman avatar Aug 06 '17 01:08 stvharman

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.

telotortium avatar Jun 11 '20 18:06 telotortium