Zum Hauptinhalt springen

ical

Description

Gibt die ICal-Serialisierung und das Parsen an

ical: any

Example

const icalString = scheduler.ical.parse(
`BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//dhtmlXScheduler//NONSGML v2.2//EN
DESCRIPTION:
BEGIN:VEVENT
DTSTART:20220411T140000
DTEND:20220411T170000
SUMMARY:Meeting
END:VEVENT
BEGIN:VEVENT
DTSTART:20220415
DTEND:20220418
SUMMARY:Conference
END:VEVENT
BEGIN:VEVENT
DTSTART:20220424T090000
DTEND:20220424T100000
SUMMARY:Interview
END:VEVENT
END:VCALENDAR`
);

Details

Das ical-Objekt enthält eine einzelne Methode, parse(), die steuert, wie der Scheduler Daten im ICal-Format verarbeitet.

Um diese Daten zu laden, sollte die Methode scheduler.parse(icalString) verwendet werden.

Need help?
Got a question about the documentation? Reach out to our technical support team for help and guidance. For custom component solutions, visit the Services page.