myuhe / org-gcal.el

Org sync with Google Calendar
452 stars 113 forks source link

Is there any efforts to support other timestamps formats supported by org-mode? #104

Open novakboskov opened 6 years ago

novakboskov commented 6 years ago

org-mode itself supports repeaters: <2007-05-16 Wed 12:30 +1w> and diary-style sexps: <%%(diary-float t 4 2)> (all supported formats are described in docs).

However, it seems to me that org-gcal supports only Event; Appointment format. Is there any effort to support other formats?

Since org-agenda handles all these formats correctly, I suspect that some agenda API should be harnessed to achieve the goal. Of course, if Google Calendar supports such date algebra as Emacs diary?

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.