The per-device hide branch was gated on owned!==false (my own calendars) instead of owned===false (shared with me), so unchecking a shared calendar hit the owner-only enabled PUT and 404'd. Swap to owned===false. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
3 lines
82 B
JavaScript
3 lines
82 B
JavaScript
// Increment APP_VERSION with every code change
|
|
export const APP_VERSION = 'v81';
|