pending.nvim/lua/pending/sync
Barrett Ruth 27647d0575 feat(gtasks): add Google Tasks bidirectional sync
Problem: pending.nvim only supported one-way push to Google Calendar.
Users who use Google Tasks had no way to sync tasks bidirectionally.

Solution: add `lua/pending/sync/gtasks.lua` backend with OAuth PKCE
auth, push/pull/sync actions, and field mapping between pending tasks
and Google Tasks (category↔tasklist, `priority`/`recur` via notes).
2026-03-05 00:58:52 -05:00
..
gcal.lua refactor(config): remove legacy gcal top-level config key (#51) 2026-02-26 22:53:51 -05:00
gtasks.lua feat(gtasks): add Google Tasks bidirectional sync 2026-03-05 00:58:52 -05:00