kidd / org-gcal.el

Org sync with Google Calendar. (active maintained project as of 2019-11-06)
432 stars 47 forks source link

Not syncing (most) recurring events #232

Closed vnckppl closed 1 year ago

vnckppl commented 1 year ago

Org-gcal is not syncing most recurring events, but is syncing non-recurring individual events.

I have already restarted with a fresh config (removing the agenda .org files, removing tokens, etc). Upon refetching the agenda items, it still does not grabs the recurring ones.

vnckppl commented 1 year ago

I am not sure if this was the culprit, but commenting out

(setq org-gcal-recurring-events-mode 'nested)

from my config seemed to fix it.