Go to file
Raimund Schlüßler 86079eed5e Show loading view while loading deleted objects
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2021-08-06 09:27:35 +00:00
.github Replace deprecated occ app:check-code with xml linter 2021-06-17 09:09:11 +02:00
.tx Fix tx config 2018-02-12 22:55:47 +01:00
appinfo v2.3.1 2021-07-14 14:53:03 +02:00
css Merge pull request #3382 from nextcloud/backport/3376/stable2.3 2021-07-30 14:56:42 +02:00
img Merge pull request #2240 from nextcloud/feature/2218/lunch-illustration 2020-05-05 09:59:30 +02:00
l10n Backport translations 2021-06-29 08:48:25 +02:00
lib Fix Talk conversation creation with NC22 2021-07-14 10:13:42 +02:00
screenshots Update screenshots 2020-01-17 09:51:55 +01:00
src Show loading view while loading deleted objects 2021-08-06 09:27:35 +00:00
templates fixes #1759: Use InitialState service 2020-02-24 13:40:41 +01:00
tests Fix Talk conversation creation with NC22 2021-07-14 10:13:42 +02:00
timezones Update timezone-database from 2019c 2019-11-05 17:38:06 +01:00
.editorconfig Set editorconfig for Vue files 2021-05-08 12:17:36 +02:00
.eslintrc.js use new nc packages for dev dependencies 2020-03-03 14:48:29 +01:00
.gitignore Test against php8 2021-01-14 16:13:24 +01:00
.nextcloudignore Add Krankerl configuration 2021-01-18 17:58:54 +01:00
.php_cs.dist Use Standard Nextcloud Coding Style for PHP 2020-04-15 13:05:53 +02:00
.scrutinizer.yml Remove bower and replace every dependency with npm ones 2018-08-06 15:06:53 +02:00
.stylelintignore Add IconFont with checkboxes 2020-08-28 15:33:04 +02:00
.stylelintrc Fix SCSS lint with ::v-deep 2021-03-23 09:10:46 +01:00
CHANGELOG.md v2.3.1 2021-07-14 14:53:03 +02:00
COPYING Add a proper AGPLv3 license file 2016-09-17 15:17:37 +02:00
Makefile Use npm ci to install front-end dependencies in dev 2021-02-20 20:08:22 +01:00
README.md Updated Readme with a few recent improvements 2021-02-13 11:34:48 +01:00
babel.config.js use builtins where possible 2019-12-05 13:45:04 +01:00
composer.json Bump christophwurst/nextcloud_testing from 0.12.3 to 0.12.4 2021-02-20 02:01:09 +00:00
composer.lock Bump christophwurst/nextcloud_testing from 0.12.3 to 0.12.4 2021-02-20 02:01:09 +00:00
krankerl.toml Add Krankerl configuration 2021-01-18 17:58:54 +01:00
package-lock.json v2.3.1 2021-07-14 14:53:03 +02:00
package.json v2.3.1 2021-07-14 14:53:03 +02:00
phpunit.unit.xml Test against php8 2021-01-14 16:13:24 +01:00
webpack.common.js Do not invoke style linter during build 2021-02-26 08:44:36 +01:00
webpack.dev.js Fix usage of webpack-merge 2020-08-03 08:55:53 +02:00
webpack.prod.js Fix usage of webpack-merge 2020-08-03 08:55:53 +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! Like Contacts, Talk, Tasks, Deck and Circles
  • 🌐 WebCal Support! Want to see your favorite team's matchdays in your calendar? No problem!
  • 🙋 Attendees! Invite people to your events
  • Free/Busy! See when your attendees are available to meet
  • Reminders! Get alarms for events inside your browser and via email
  • 🔍 Search! Find your events at ease
  • ☑️ Tasks! See tasks or Deck cards with a due date directly in the calendar
  • 🔈 Talk rooms! Create an associated Talk room when booking a meeting with just one click
  • 📆 Appointment booking Send people a link so they can book an appointment with you using this app
  • 🙈 Were not reinventing the wheel! Based on the great c-dav library, ical.js and fullcalendar libraries.

🛠️ 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: