myuhe / org-gcal.el

Org sync with Google Calendar
452 stars 113 forks source link

Synch or just fetch #53

Open x61 opened 8 years ago

x61 commented 8 years ago

Is org-gcal expected to synch or does it only fetch from google calendar? I am only able to fetch events from google calendar but unable to synch from orgmode. Is there something else I need to do to be able to synch both directions? Either way, I am happy to be able to get my google calendar events in org-mode.

Thanks

erikmd commented 7 years ago

Hi @x61, FYI I've just posted a related comment at https://github.com/myuhe/org-gcal.el/issues/66#issuecomment-249718538 . Best regards.

paraschivescu commented 7 years ago

I was also expecting org-gcal-sync to also POST local changes to Google Calendar, but apparently it doesn't work that way. It seems to just do the same thing as the fetch command, You can only post changes to Google Calendar using the "org-gcal-post-at-point" command. (meaning you can only post one change at a time)

telotortium commented 4 years ago

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.