refactor(calendar): fix ics-parser module header and test chain consistency

This commit is contained in:
Ulas Kalayci
2026-04-20 23:29:28 +02:00
parent 583a1bdf23
commit 8479072afd
2 changed files with 8 additions and 1 deletions
+7
View File
@@ -1,3 +1,10 @@
/**
* Modul: ICS-Parser
* Zweck: Gemeinsamer ICS/iCalendar-Parser für Apple Calendar und ICS-Abonnements.
* Enthält RFC-5545-konformes Parsing, Zeitzonenkonvertierung und RRULE-Expansion.
* Abhängigkeiten: server/services/recurrence.js
*/
import { nextOccurrence } from './recurrence.js';
function unfoldLines(ics) {