pending.nvim/lua
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
..
pending refactor(gcal): per-category calendars, async push, error notifications 2026-03-05 11:24:29 -05:00