You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constcalendar=ical();calendar.createEvent({start: newDate(2024,0,1),end: newDate(2024,0,2),summary: "Test Event",organizer: {name: "Some Guy"}// This is the problematic one});console.log(calendar.toString());
Simple reproduction:
Output:
ORGANIZER;CN="Some Guy"
should actually beORGANIZER;CN="Some Guy":
or something like that (not sure)The text was updated successfully, but these errors were encountered: