Type Alias ICalDateTimeValue

ICalDateTimeValue:
    | Date
    | ICalMomentStub
    | ICalMomentTimezoneStub
    | ICalLuxonDateTimeStub
    | ICalDayJsStub
    | string

ical-generator supports native Date, moment.js (and moment-timezone, Day.js and Luxon's DateTime objects. You can also pass a string which is then passed to javascript's Date internally.