Go to file
Georg Ehrke dd68a5e5da
Update README
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2019-10-23 14:31:15 +02:00
.github Merge pull request #1539 from nextcloud/meta/config-no-response-bot 2019-10-20 11:56:28 +00:00
.tx Fix tx config 2018-02-12 22:55:47 +01:00
appinfo Add preliminary changelog for upcoming beta1 of Calendar 2.0 2019-10-21 10:50:07 +02:00
css Show error message when user has no email configured 2019-10-20 20:47:14 +02:00
img Implement circle sharing by @jakobroehrl 2019-10-19 14:31:19 +02:00
l10n [tx-robot] updated from transifex 2019-10-22 02:19:59 +00:00
lib Reimplement public sharing and embedding 2019-10-19 14:31:20 +02:00
screenshots bring back 1.png, ..., 4.png to fix screenshots in appstore 2018-03-13 12:36:12 +01:00
src Merge pull request #1547 from nextcloud/bugfix/noid/hide_buttons_on_save 2019-10-21 08:43:58 +00:00
templates Remove dead template 2019-10-21 11:53:10 +02:00
tests fix phpunit tests 2019-10-19 14:31:22 +02:00
timezones remove legacy code 2019-10-19 14:27:53 +02:00
.babelrc.js add basic vue skeleton 2019-10-19 14:28:00 +02:00
.editorconfig Update .editorconfig 2016-09-12 20:31:13 +02:00
.eslintrc.js use eslint-config-nextcloud 2019-10-19 14:31:22 +02:00
.gitignore add basic vue skeleton 2019-10-19 14:28:00 +02:00
.scrutinizer.yml Remove bower and replace every dependency with npm ones 2018-08-06 15:06:53 +02:00
.stylelintrc Fix stylelint config & checks 2019-10-19 14:29:14 +02:00
.travis.yml update travis.yml, will likely require more fixes 2019-10-19 14:30:19 +02:00
CHANGELOG.md Add preliminary changelog for upcoming beta1 of Calendar 2.0 2019-10-21 10:50:07 +02:00
COPYING Add a proper AGPLv3 license file 2016-09-17 15:17:37 +02:00
Makefile Delete the entire js folder on make clean to get rid of old v1 code 2019-10-21 11:51:26 +02:00
README.md Update README 2019-10-23 14:31:15 +02:00
composer.json update travis.yml, will likely require more fixes 2019-10-19 14:30:19 +02:00
package-lock.json Implement repeat-summary 2019-10-20 17:17:54 +02:00
package.json Merge pull request #1532 from nextcloud/dependabot/npm_and_yarn/webpack-4.41.2 2019-10-19 14:09:12 +00:00
webpack.common.js Only apply eslint-loader to our own sources, fixing problems related to npm link 2019-10-19 14:30:25 +02:00
webpack.dev.js use cheap source map to comply with CSP policy 2019-10-19 14:28:20 +02:00
webpack.prod.js add basic vue skeleton 2019-10-19 14:28:00 +02:00

README.md

Nextcloud Calendar

Build Status Coverage Status

A calendar app for Nextcloud. Easily sync events from various devices with your Nextcloud and edit them online.

💙 🎉 Why is this so awesome?

  • 🚀 Integration with other Nextcloud apps! Currently Contacts and Circles more to come.
  • 🌐 WebCal Support! Want to see your favorite team's matchdays in your calendar? No problem!
  • 🙋 Attendees! Invite people to your events.
  • Reminders! Get alarms for events inside your browser and via email.
  • 🙈 Were not reinventing the wheel! Based on the great c-dav library, ical.js and fullcalendar libraries.

And in the works for the coming versions:

  • 🔍 Search for events (#8)
  • See when other attendees are free (#39)

🛠️ Installation

In your Nextcloud, simply navigate to »Apps«, choose the category »Organization«, find the Calendar app and enable it. Then open the Calendar app from the app menu.

📡 Support

If you need assistance or want to ask a question about Calendar, you are welcome to ask for support in our Forums or the IRC-Channel. If you have found a bug, feel free to open a new Issue on GitHub. Keep in mind, that this repository only manages the frontend. If you find bugs or have problems with the CalDAV-Backend, you should ask the team at Nextcloud server for help!

🌍 Supported Browsers

  • Chrome/Chromium 76+
  • Edge 40+
  • Firefox 60+
  • Internet Explorer 11
  • Safari 12.1+

Maintainers

If youd like to join, just go through the issue list and fix some. :)
Were also in #nextcloud-calendar on freenode IRC.

Wed like to thank BrowserStack for providing us with a free subscription.

Nightly builds / Pre-releases

Instead of setting everything up manually, you can just download the nightly builds or download a pre-release instead. Nightly builds are updated every 24 hours, and are pre-configured with all the needed dependencies.

  1. Download
  2. Extract the tar archive to 'path-to-nextcloud/apps'
  3. Navigate to »Apps«, choose the category »Productivity«, find the Calendar app and enable it.

The nightly builds are provided by Portknox.net

When reporting issues, please mention the date in the tar archive's name.

Build the app

# set up and build for production
make

# install dependencies
make dev-setup

# build for dev and watch changes
make watch-js

# build for dev
make build-js

# build for production with minification
make build-js-production

Running tests

You can use the provided Makefile to run all tests by using:

make test

✌️ Code of conduct

The Nextcloud community has core values that are shared between all members during conferences, hackweeks and on all interactions in online platforms including Github and Forums. If you contribute, participate or interact with this community, please respect our shared values. 😌

❤️ How to create a pull request

This guide will help you get started: