Go to file
Christoph Wurst d4a6791ee9
Update screenshots
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-12-01 18:46:51 +01:00
.github Add php 7.2 linter and fix errors 2021-11-30 15:42:38 +01:00
.tx
appinfo Update screenshots 2021-12-01 18:46:51 +01:00
css Make appointment configs not clickable 2021-11-25 16:06:31 +01:00
img
l10n [tx-robot] updated from transifex 2021-12-01 02:37:04 +00:00
lib Merge pull request #3755 from nextcloud/fix/lint-for-php-72 2021-12-01 09:28:00 +01:00
screenshots Update screenshots 2021-12-01 18:46:51 +01:00
src Fix vertical padding on booking page 2021-11-30 12:03:04 +01:00
templates Format code 2021-11-25 16:06:32 +01:00
tests Log debug infos of appointment slots 2021-11-29 14:15:40 +01:00
.editorconfig Set editorconfig for Vue files 2021-05-08 12:17:36 +02:00
.eslintrc.js
.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
.scrutinizer.yml
.stylelintignore Fix lint 2021-06-25 14:38:26 +02:00
CHANGELOG.md Forward port 3.0.1 changelog 2021-12-01 10:57:20 +01:00
COPYING
Makefile Use npm ci to install front-end dependencies in dev 2021-02-20 20:08:22 +01:00
README.md Update README.md 2021-09-21 11:48:30 +02:00
babel.config.js Bump deps and use npm7 2021-06-25 14:38:07 +02:00
composer.json Add php 7.2 linter and fix errors 2021-11-30 15:42:38 +01:00
composer.lock Update php-cs-fixer 2021-11-25 16:06:30 +01:00
krankerl.toml Add Krankerl configuration 2021-01-18 17:58:54 +01:00
package-lock.json Update deps 2021-11-29 11:53:22 +01:00
package.json Bump @nextcloud/axios from 1.7.0 to 1.8.0 2021-11-27 02:03:42 +00:00
phpunit.unit.xml Test against php8 2021-01-14 16:13:24 +01:00
stylelint.config.js Bump deps and use npm7 2021-06-25 14:38:07 +02:00
webpack.js Add booking mechanism for apptments 2021-11-25 16:06:32 +01:00

README.md

Nextcloud Calendar

GitHub Workflow Status Codecov

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. 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. :)

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: