Security News
pnpm 10.0.0 Blocks Lifecycle Scripts by Default
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
calendar-link
Advanced tools
๐ Calendar link generator for popular services, like Google, Outlook, and Yahoo.
Status | |
---|---|
Build | |
Health | |
PRs | |
Community |
JavaScript library to generate an event link for Google Calendar, Yahoo! Calendar, Microsoft Outlook, etc.
// Usage with Node.js
const { google, outlook, office365, yahoo, ics } = require("calendar-link");
// Usage with TypeScript or ES6
import { google, outlook, office365, yahoo, ics } from "calendar-link";
// Set event as an object
const event = {
title: "My birthday party",
description: "Be there!",
start: "2019-12-29 18:00:00 +0100",
duration: [3, "hour"],
};
// Then fetch the link
google(event); // https://calendar.google.com/calendar/render...
outlook(event); // https://outlook.live.com/owa/...
office365(event); // https://outlook.office.com/owa/...
yahoo(event); // https://calendar.yahoo.com/?v=60&title=...
ics(event); // standard ICS file based on https://icalendar.org
Property | Description | Allowed values |
---|---|---|
title (required) | Event title | String |
start (required) | Start time | JS Date / ISO 8601 string / Unix Timestamp |
end | End time | JS Date / ISO 8601 string / Unix Timestamp |
duration | Event duration | Array with value (Number) and unit (String) |
allDay | All day event | Boolean |
description | Information about the event | String |
location | Event location in words | String |
busy | Mark on calendar as busy? | Boolean |
guests | Emails of other guests | Array of emails (String) |
url | Calendar document URL | String |
Any one of the fields end
, duration
, or allDay
is required.
The url
field defaults to document.URL
if a global document
object exists. For server-side rendering, you should supply the url
manually.
Not all calendars support the guests
and url
fields.
MIT ยฉ Anand Chowdhary
Thanks goes to these wonderful people (emoji key):
Anand Chowdhary ๐ป ๐ | Harry Lachenmayer ๐ป ๐ | Alexandru-Ionut Imbrea ๐ป | Kamran Gh ๐ป | Paul Hebert ๐ ๐ป | Osman Mazinov ๐ | Bob Ippolito ๐ป ๐ |
Renรฉ Hellenes ๐ป | Andrei Fidelman ๐ป |
This project follows the all-contributors specification. Contributions of any kind welcome!
FAQs
๐ Calendar link generator for popular services, like Google, Outlook, and Yahoo.
The npm package calendar-link receives a total of 60,178 weekly downloads. As such, calendar-link popularity was classified as popular.
We found that calendar-link demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago.ย It has 0 open source maintainers 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.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.