Fix caldav-sync.js imports to match Task 2 spec

Remove buildICS, escapeICS, unescapeICS imports - these will be
needed in Task 5 (Sync Functions), not in Task 2. Keep only the
4 functions specified in the Task 2 spec: parseICS, formatICSDate,
tzLocalToUTC, applyDuration.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
Ulas Kalayci
2026-05-04 07:56:57 +02:00
parent a159a57e9c
commit 7b91fa5136
-3
View File
@@ -12,9 +12,6 @@ import * as db from '../db.js';
// Reused functions from apple-calendar.js // Reused functions from apple-calendar.js
import { import {
parseICS, parseICS,
buildICS,
escapeICS,
unescapeICS,
formatICSDate, formatICSDate,
tzLocalToUTC, tzLocalToUTC,
applyDuration applyDuration