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
{{ message }}
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.
The main challenge is to find a ical generator that works in your app context ^^
For a personal project I had done recently (a webExtension that export a ical) , only the package "ical-generator" works for me whereas other packages ( like "ics" , "vobject" , .... ) fail .
When you have one, the rest could be done like that :
// icalGenerator is the generator you will use with your events in order to get Ical string// for example : "// BEGIN:VCALENDAR .... " letblob=newBlob([icalGenerator(events)],{type: "text/calendar"});consturl=URL.createObjectURL(blob);
No description provided.
The text was updated successfully, but these errors were encountered: