Go to file
Richard Steinmetz c40e60ac94
chore: replace dependabot with renovate
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2023-06-02 11:51:44 +02:00
.github chore: replace dependabot with renovate 2023-06-02 11:51:44 +02:00
.tx [tx-robot] Update transifex configuration 2022-10-01 02:21:05 +00:00
appinfo Merge pull request #5242 from nextcloud/feat/increase-supported-nc 2023-05-17 23:38:32 +02:00
composer perf(autoloader): Use Composer's authoritative classmap 2023-01-20 12:07:06 +01:00
css Merge pull request #5251 from nextcloud/fix-embed-header 2023-05-25 14:57:30 +02: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-05-30 00:25:43 +00:00
lib fix(public-embed): Fix header showing on embed view 2023-05-22 17:10:14 +02:00
screenshots Update info.xml screenshots 2023-04-06 22:57:23 +02:00
src Merge pull request #5225 from pjrobertson/patch-2 2023-05-17 13:18:18 +02:00
templates Remove leftover icon stylesheet 2022-09-13 10:27:02 +02:00
tests Merge pull request #5170 from masonbrothers/fix-attendee-not-string 2023-05-04 13:29:11 +02:00
vendor-bin ci(deps-dev): Bump nextcloud/coding-standard in /vendor-bin/cs-fixer 2023-04-15 01:58:25 +00:00
.editorconfig chore: replace dependabot with renovate 2023-06-02 11:51:44 +02:00
.eslintrc.js use new nc packages for dev dependencies 2020-03-03 14:48:29 +01:00
.gitignore chore(deps): Move tools into a Composer bin 2023-02-28 11:03:51 +01:00
.nextcloudignore chore(deps): Move tools into a Composer bin 2023-02-28 11:03:51 +01: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 chore: release v4.4.0-rc.1 2023-05-17 14:09:33 +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 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 feat(deps): Revive PHP7.4 support 2023-03-02 13:54:11 +01:00
composer.lock feat(deps): Revive PHP7.4 support 2023-03-02 13:54:11 +01:00
krankerl.toml Generate optimized autoloaders in krankerl config 2022-06-10 22:10:26 +02:00
package-lock.json Merge pull request #5279 from nextcloud/chore/fullcalendar-6.1.8 2023-06-02 10:47:50 +02:00
package.json Merge pull request #5279 from nextcloud/chore/fullcalendar-6.1.8 2023-06-02 10:47:50 +02:00
phpunit.unit.xml Test against php8 2021-01-14 16:13:24 +01:00
renovate.json chore: replace dependabot with renovate 2023-06-02 11:51:44 +02: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: