🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

react-calendar-downloader

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-calendar-downloader

Add functionality for downloading event(s) in the ics format (Outlook, Apple Calendar, Google, etc.)

latest
Source
npmnpm
Version
1.0.0
Version published
Weekly downloads
1
-75%
Maintainers
1
Weekly downloads
 
Created
Source

react-calendar-downloader

Add functionality for downloading event(s) in the ics format (Outlook, Apple Calendar, Google, etc.)

Props

const {
  rssUrl, // optional, if passed with also display a rss option
  useGoogleCalendar = true,
  useOutlook = true,
  useICal = true,
  useYahoo = true,
  labels = {
    rss: "Rss feed",
    outlook: "Outlook calendar",
    iCal: "iCal calendar",
    yahoo: "Yahoo calendar",
    google: "Google calendar"
  },
  icsURI // required
} = this.props;

ICS

ICS is the file format of the iCalendar standard (which originated from the iCal Mac App, but is now a standard across calendar applications).

This library requires you to pass in a URI to and ics file (without the http/https), which I recommend generating on the server - for Node/Express I recommend using Immutable ICS

Popover styling

This library uses react-popover-control, and for default styling install this library and add this SASS file to your page require('react-popover-control/css/ReactPopoverControl.scss')

Keywords

react-component

FAQs

Package last updated on 16 Feb 2017

Did you know?

Socket

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.

Install

Related posts