Go to file
dependabot[bot] 788aaa31b3
Bump nextcloud/coding-standard from 0.5.0 to 1.0.0
Bumps [nextcloud/coding-standard](https://github.com/nextcloud/coding-standard) from 0.5.0 to 1.0.0.
- [Release notes](https://github.com/nextcloud/coding-standard/releases)
- [Changelog](https://github.com/nextcloud/coding-standard/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/coding-standard/compare/v0.5.0...v1.0.0)

---
updated-dependencies:
- dependency-name: nextcloud/coding-standard
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-05 08:57:04 +02:00
.github Drop PHP7.3 support 2022-06-13 16:30:27 +02:00
.tx Fix tx config 2018-02-12 22:55:47 +01:00
appinfo Update appinfo 2022-06-14 15:42:14 +02:00
css Revert #4305 2022-07-01 11:30:51 +02:00
img Illustration: voting 2021-12-11 13:02:44 +01:00
l10n [tx-robot] updated from transifex 2022-08-05 02:08:14 +00:00
lib Add a config setting to disable appointments 2022-06-14 16:54:26 +02:00
screenshots Update screenshots 2021-12-01 18:46:51 +01:00
src Change casing of settings label 2022-07-21 15:15:42 +02:00
templates Format code 2021-11-25 16:06:32 +01:00
tests Revert "Move event rendering to vue" 2022-07-06 10:35:20 +02:00
.editorconfig Include .scss files in .editorconfig 2022-06-21 16:57:02 +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 missing stylelint.config.js to .nextcloudignore 2022-06-10 22:15:28 +02: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 Fix lint 2021-06-25 14:38:26 +02:00
CHANGELOG.md Release v3.4.0-RC.1 2022-06-14 14:12:42 +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 Update installation and maintainers info on readme 2022-02-16 14:46:38 +01:00
babel.config.js Bump deps and use npm7 2021-06-25 14:38:07 +02:00
composer.json Bump nextcloud/coding-standard from 0.5.0 to 1.0.0 2022-08-05 08:57:04 +02:00
composer.lock Bump nextcloud/coding-standard from 0.5.0 to 1.0.0 2022-08-05 08:57:04 +02:00
krankerl.toml Generate optimized autoloaders in krankerl config 2022-06-10 22:10:26 +02:00
package-lock.json Merge pull request #4341 from nextcloud/dependabot/npm_and_yarn/vue-and-vue-template-compiler-2.7.0 2022-07-06 14:46:40 +02:00
package.json Merge pull request #4341 from nextcloud/dependabot/npm_and_yarn/vue-and-vue-template-compiler-2.7.0 2022-07-06 14:46:40 +02: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.config.js Fix usage of IgnorePlugin 2022-01-25 13:27:48 +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

The app is distributed through the app store and you can install it right from your Nextcloud installation.

Release tarballs are hosted at https://github.com/nextcloud-releases/calendar/releases.

📡 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

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: