Go to file
Anna 935bef9400
Merge pull request #4511 from IlijazM/main
fixed typo in meditation.svg that caused root page to load in as an illustration
2022-10-28 12:20:50 +02:00
.github Bump andstor/file-existence-action from 1 to 2 2022-10-26 02:25:02 +00:00
.tx [tx-robot] Update transifex configuration 2022-10-01 02:21:05 +00:00
appinfo repair step removed 2022-10-27 21:45:19 +05:30
css Updated squashed commits 2022-10-25 17:47:08 +02:00
img Merge pull request #4511 from IlijazM/main 2022-10-28 12:20:50 +02:00
l10n [tx-robot] updated from transifex 2022-10-28 02:18:31 +00:00
lib Merge pull request #4690 from e-foundation/enable-app-slowness-fix 2022-10-28 12:02:16 +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 Merge pull request #4690 from e-foundation/enable-app-slowness-fix 2022-10-28 12:02:16 +02:00
.editorconfig Include .scss files in .editorconfig 2022-06-21 16:57:02 +02:00
.eslintrc.js
.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
.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
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: