myuhe / org-gcal.el

Org sync with Google Calendar
452 stars 113 forks source link

Org-gcal can't parse entry #123

Open ghost opened 5 years ago

ghost commented 5 years ago

I have the following entry in my schedule.org file:

* Holidays
    :PROPERTIES:
    :END:
    %%(org-calendar-holiday)

but when i sync it by org-gcal-sync i get the following error:

org-gcal--archive-old-event: Org-gcal error: Couldn’t parse /path/to/schedule.org

Does anyone know why is this happening? Does gcal support diary-like sexpressions at all? For me the only org-timestamps working are the Plain timestamp and Time/Date range. Every thing else will be deleted after syncing.

bobberb commented 5 years ago

The community left this repo for

https://github.com/kidd/org-gcal.el/

And that repo is what MELPA currently references

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.