export interface CaldavConfig { userId: string; serverUrl: string; username: string; password: string; syncIntervalSeconds?: number; }