
Product
A New Overview in our Dashboard
We redesigned Socket's first logged-in page to display rich and insightful visualizations about your repositories protected against supply chain threats.
angular-ics-generator
Advanced tools
A simple library to create and download a basic .ics file from an Angular application.
A simple library to create and download a basic .ics file from an Angular application.
npm install angular-ics-generator
Use versions as following 1.0.6 for Angular 13 1.0.7 for Angular 14 1.0.8 for Angular 15 1.0.9 for Angular 16
Import the generator service:
import { AngularIcsGeneratorService } from 'angular-ics-generator';
Then call it like this:
const startDate = new Date();
const endDate = new Date();
this._icsService.DownloadIcs(startDate,
endDate,
'my event title',
'my event description',
`url`,
'location',
'My organization', // organisation is optional
'EN', // locale is optional. EN will be used if no locale is provided
'15'); // Optional value for minutes to set reminder. Will have no automatic reminder if not provided.
This will generate and download the .ics file. All the user will need to do is open the file and save the event in any calendar app supporting this format
MIT
FAQs
A simple library to create and download a basic .ics file from an Angular application.
We found that angular-ics-generator demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
We redesigned Socket's first logged-in page to display rich and insightful visualizations about your repositories protected against supply chain threats.
Product
Automatically fix and test dependency updates with socket fix—a new CLI tool that turns CVE alerts into safe, automated upgrades.
Security News
CISA denies CVE funding issues amid backlash over a new CVE foundation formed by board members, raising concerns about transparency and program governance.