No description
  • JavaScript 72.8%
  • Vue 13.7%
  • PHP 11.6%
  • TypeScript 1.3%
  • SCSS 0.6%
Find a file
Nextcloud bot fb665b8035
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2026-06-14 00:34:58 +00:00
.github chore(deps): update actions/checkout digest to df4cb1c 2026-06-11 00:57:47 +00:00
.tx
__mocks__
appinfo
build
composer
css Merge pull request #8496 from ndo84bw/fix/7525-phantom-horizontal-scrollbar 2026-06-13 09:26:03 -04:00
img
l10n fix(l10n): Update translations from Transifex 2026-06-14 00:34:58 +00:00
lib Merge pull request #8409 from taiebot/mail-meeting-button-on-top 2026-06-02 11:36:28 -04:00
LICENSES
screenshots
src fix(css): keep unscheduled tasks toggle inside the scroll container 2026-06-12 15:08:16 +00:00
templates
tests fix(store): preserve calendar-object identity on unchanged refetch 2026-06-04 10:44:02 -04:00
vendor-bin chore(deps): update dependency php-cs-fixer/shim to ^3.95.5 (#8454) 2026-06-11 00:57:02 +00:00
.editorconfig
.git-blame-ignore-revs
.gitignore
.nextcloudignore
.php-cs-fixer.dist.php
.scrutinizer.yml
AGENTS.md
AUTHORS.md
babel.config.js
CHANGELOG.md
CHANGELOG.md.license
composer.json
composer.lock
COPYING
eslint.config.mjs
krankerl.toml
package-lock.json fix(deps): update dependency @nextcloud/cdav-library to ^2.6.2 (#8485) 2026-06-11 01:01:57 +00:00
package.json fix(deps): update dependency @nextcloud/cdav-library to ^2.6.2 (#8485) 2026-06-11 01:01:57 +00:00
phpunit.integration.xml
phpunit.unit.xml
playwright.config.js
psalm.xml
README.md
renovate.json
REUSE.toml
rspack.config.js
stylelint.config.mjs
tsconfig.json
tsconfig.json.license
vitest.config.js

Nextcloud Calendar

REUSE status 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
  • 📎 Attachments! Add, upload and view event attachments
  • 🙈 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

To build you will need to have Node.js and Composer installed.

  • Install PHP dependencies: composer install
  • Install JS dependencies: npm ci
  • Build JavaScript for the frontend
    • npm run dev development build
    • npm run watch watch for changes
    • npm run build production build

Read more about necessary prerequisites for manual installs.

Running tests

You can run the following back-end and front-end tests by using:

composer test
npm run 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:

Commits in this repository follow the Conventional Commits specification.