Shared calendars belong to someone else, so a server colour PUT would 403. Instead store the recipient's chosen colour locally (localStorage 'sharedCalColors', keyed by calendar id) and re-apply it to events on every fetch. The colour dot on a shared calendar now opens the picker instead of showing an error. 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 = 'v73';
|