refactor(calendar): fix ics-parser module header and test chain consistency
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user