1.0.0 • Published 3 years ago

ripple-motion-icalendar v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

iCalendar

This project is a fork of fullcalendar in order to make icalendar return the event's description field of an ical feed.

⚠ WARNING: Please read the Documentation section for more information.

Make Changes

git clone git@bitbucket.org:ripplemotion/icalendar.git

yarn install

Make changes in /src directory

yarn build

Private use of the package

  • Make sure to remove /dist directory from .gitignore

  • Update the package version in package.json :

{
    ...
    "dependencies": {
        ...
        "icalendar": "git+ssh://git@bitbucket.org:ripplemotion/icalendar.git"
    }
}

Publication on NPM registry

Update the package version in package.json then:

npm publish

Documentation

The purpose of this repo is to be able to display ical feed event's description which is not supported (for the moment Jan. 21 2021) by the offical package.

Module Bundler

  • The compiled js files are generated in /tsc directory, and will be bundled with rollup.

  • If you intend to build your typescripts code without using rollup js plugin, the import statements in js files might not be supported by your browsers.

Privacy

  • You can either make your changes public by publishing your package in NPM Registry or commit your compiled js files in /dist and use your repo Git as dependencies.

Private dependencies

  • This package uses core-preact as dependencies. This is a private package provided by the author, you are invited to visit the official repo for more information.
1.0.0

3 years ago