Go to file
Nextcloud bot f8aa0d1807 Updated squashed commits
Miaulalala squash request
Follow this URL :  https://github.com/nextcloud/calendar/pull/4564#issuecomment-1286654429

Co-authored-by: Anna <anna@nextcloud.com>
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
2022-10-25 17:47:08 +02:00
.github Create command-rebase.yml 2022-10-25 14:25:22 +02:00
.tx [tx-robot] Update transifex configuration 2022-10-01 02:21:05 +00:00
appinfo Release v4.1.0-rc.1 2022-10-18 20:25:25 +02:00
css Updated squashed commits 2022-10-25 17:47:08 +02:00
img fix the widget icon in the dashboard app 2022-10-17 13:02:49 +02:00
l10n [tx-robot] updated from transifex 2022-10-24 02:18:58 +00:00
lib Remove duplicate location in booking confirmation email 2022-10-25 10:22:44 +02:00
screenshots Update screenshots 2021-12-01 18:46:51 +01:00
src Update calendarId in calendarObject manually as it is not stored in dav 2022-10-19 13:43:44 +02:00
templates Remove leftover icon stylesheet 2022-09-13 10:27:02 +02:00
tests Remove duplicate location in booking confirmation email 2022-10-25 10:22:44 +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 Fix config name 2022-08-05 08:59:09 +02:00
.nextcloudignore Fix config name 2022-08-05 08:59:09 +02:00
.php-cs-fixer.dist.php Fix config name 2022-08-05 08:59:09 +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 v4.1.0-rc.1 2022-10-18 20:25:25 +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 #4672 from nextcloud/dependabot/npm_and_yarn/jest-environment-jsdom-29.2.1 2022-10-24 11:21:55 +02:00
package.json Merge pull request #4672 from nextcloud/dependabot/npm_and_yarn/jest-environment-jsdom-29.2.1 2022-10-24 11:21:55 +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 Remove iconfont 2022-10-13 18:04:19 +02: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: