Go to file
Thomas Citharel f00ce710d0
fix(appointments): Fix disabling appointments feature
Was removed as part of a87dfb4bc0

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2023-01-23 10:49:24 +01:00
.github Merge pull request #4907 from nextcloud/dependabot/github_actions/skjnldsv/read-package-engines-version-actions-2.0 2023-01-18 08:56:42 +01:00
.tx [tx-robot] Update transifex configuration 2022-10-01 02:21:05 +00:00
appinfo chore!: drop support for PHP 7.4 2023-01-02 21:40:18 +01:00
composer perf(autoloader): Use Composer's authoritative classmap 2023-01-20 12:07:06 +01:00
css Widen input to account for charets 2023-01-05 12:51:06 +01:00
img Merge pull request #4511 from IlijazM/main 2022-10-28 12:20:50 +02:00
l10n Fix(l10n): 🔠 Update translations from Transifex 2023-01-23 02:29:11 +00:00
lib chore!: drop support for PHP 7.4 2023-01-02 21:40:18 +01:00
screenshots Update screenshots 2021-12-01 18:46:51 +01:00
src fix(appointments): Fix disabling appointments feature 2023-01-23 10:49:24 +01:00
templates Remove leftover icon stylesheet 2022-09-13 10:27:02 +02:00
tests chore!: drop support for PHP 7.4 2023-01-02 21:40:18 +01: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 Forward port v4.2.1 changelog 2023-01-05 14:30:30 +01:00
COPYING
Makefile
README.md Add new screenshot for readme! 2022-11-10 11:37:04 +01:00
babel.config.js Bump deps and use npm7 2021-06-25 14:38:07 +02:00
composer.json perf(autoloader): Use Composer's authoritative classmap 2023-01-20 12:07:06 +01:00
composer.lock chore!: drop support for PHP 7.4 2023-01-02 21:40:18 +01:00
krankerl.toml Generate optimized autoloaders in krankerl config 2022-06-10 22:10:26 +02:00
package-lock.json chore(deps): Bump core-js from 3.27.1 to 3.27.2 2023-01-21 03:11:55 +00:00
package.json chore(deps): Bump core-js from 3.27.1 to 3.27.2 2023-01-21 03:11:55 +00:00
phpunit.unit.xml
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: