pending.nvim/lua/pending/sync
Barrett Ruth 765d7fa0b5 refactor(gcal): per-category calendars, async push, error notifications
Problem: gcal used a single hardcoded calendar name, ran synchronously
blocking the editor, and silently dropped some API errors.

Solution: Fetch all calendars and map categories to calendars (creating
on demand), wrap push in `oauth.async()`, notify on individual API
failures, track `_gcal_calendar_id` in `_extra`, and remove the `$`
anchor from `next_day` pattern.
2026-03-05 11:24:29 -05:00
..
gcal.lua refactor(gcal): per-category calendars, async push, error notifications 2026-03-05 11:24:29 -05:00
gtasks.lua fix(gtasks): async operations, error notifications, buffer refresh 2026-03-05 11:18:41 -05:00
oauth.lua refactor(oauth): async coroutine support, pure-Lua PKCE, server hardening 2026-03-05 11:18:36 -05:00