Open zeltak opened 9 years ago
Perhaps related to https://github.com/myuhe/org-gcal.el/issues/16#issuecomment-40218161.
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.
Hi
First of all a HUGE thx for making this tool available, this is finally allowing me to switch to orgmode fulltime :)
i do have an issue with configuring more then 1 calander sync. this may be to my non exisiting coding skills but this is the error i get:
org-gcal-sync: Wrong type argument: integer-or-marker-p, nil
my config looks like this
(require 'org-gcal) (setq org-gcal-client-id "KEY" org-gcal-client-secret "SECRET" org-gcal-file-alist '( ("ME@gmail.com" . "~/org/files/agenda/gcal.org") ("ME2@gmail.com" . "~/org/files/agenda/aux.org") ))
thx!
Z