You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
Richard Steinmetz 7f76254f34
Merge pull request #5070 from nextcloud/dependabot/npm_and_yarn/nextcloud/vue-7.8.1
19 hours ago
.github chore(CI): Adjust testing matrix for Nextcloud 26 on main 3 weeks ago
.tx [tx-robot] Update transifex configuration 6 months ago
appinfo chore: Add Nextcloud 27 support 3 weeks ago
composer perf(autoloader): Use Composer's authoritative classmap 2 months ago
css Same fix for week view 2 months ago
img Merge pull request #4511 from IlijazM/main 5 months ago
l10n Fix(l10n): 🔠 Update translations from Transifex 6 days ago
lib fix(appointments): calendar booking notifications 2 weeks ago
screenshots Update screenshots 1 year ago
src fix(attachments): generate proper urls to dav service 3 weeks ago
templates Remove leftover icon stylesheet 6 months ago
tests fix(appointments): calendar booking notifications 2 weeks ago
vendor-bin feat(deps): Revive PHP7.4 support 3 weeks ago
.editorconfig Include .scss files in .editorconfig 9 months ago
.eslintrc.js use new nc packages for dev dependencies 3 years ago
.gitignore chore(deps): Move tools into a Composer bin 3 weeks ago
.nextcloudignore chore(deps): Move tools into a Composer bin 3 weeks ago
.php-cs-fixer.dist.php Fix config name 8 months ago
.scrutinizer.yml Remove bower and replace every dependency with npm ones 5 years ago
.stylelintignore Fix lint 2 years ago
CHANGELOG.md Release v4.3.0-rc1 1 month ago
COPYING Add a proper AGPLv3 license file 7 years ago
Makefile Use npm ci to install front-end dependencies in dev 2 years ago
README.md Add new screenshot for readme! 4 months ago
babel.config.js Bump deps and use npm7 2 years ago
composer.json feat(deps): Revive PHP7.4 support 3 weeks ago
composer.lock feat(deps): Revive PHP7.4 support 3 weeks ago
krankerl.toml Generate optimized autoloaders in krankerl config 9 months ago
package-lock.json Merge pull request #5070 from nextcloud/dependabot/npm_and_yarn/nextcloud/vue-7.8.1 19 hours ago
package.json Merge pull request #5070 from nextcloud/dependabot/npm_and_yarn/nextcloud/vue-7.8.1 19 hours ago
phpunit.unit.xml Test against php8 2 years ago
stylelint.config.js Bump deps and use npm7 2 years ago
webpack.config.js Remove iconfont 5 months ago

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: