No description
Find a file
Sebastian Krupinski 06242e8e6e
Merge pull request #7810 from nextcloud/renovate/main-fullcalendar-family
fix(deps): update fullcalendar family to v6.1.20 (main)
2025-12-23 13:51:06 -05:00
.github Merge pull request #7805 from nextcloud/renovate/main-major-github-artifact-actions 2025-12-23 09:18:23 -05:00
.tx
__mocks__
appinfo chore: Bump main version to 6.2 2025-11-27 12:14:54 -05:00
build
composer
css fix: use system button sytles for top navigation buttons 2025-12-02 12:21:21 -05:00
img
l10n fix(l10n): Update translations from Transifex 2025-12-22 00:36:25 +00:00
lib Merge pull request #7633 from nextcloud/fix/issue-4066-appointment-booking-description 2025-12-02 10:12:28 -05:00
LICENSES
screenshots
src fix: show server address for ios 2025-12-19 18:33:18 +01:00
templates
tests chore(CI): fix failing CleanupOutdatedBookingJobTest 2025-12-17 11:42:13 -05:00
vendor-bin chore(deps): update dependency vimeo/psalm to ^6.14.2 (main) (#7809) 2025-12-23 10:00:08 -05:00
.editorconfig
.git-blame-ignore-revs
.gitignore
.nextcloudignore
.php-cs-fixer.dist.php
.scrutinizer.yml
.stylelintignore
AUTHORS.md
babel.config.js
CHANGELOG.md
CHANGELOG.md.license
composer.json fix(deps): update dependency bamarni/composer-bin-plugin to ^1.8.3 (main) (#7722) 2025-11-26 10:16:17 -05:00
composer.lock fix(deps): update dependency bamarni/composer-bin-plugin to ^1.8.3 (main) (#7722) 2025-11-26 10:16:17 -05:00
COPYING
eslint.config.mjs
krankerl.toml
package-lock.json fix(deps): update fullcalendar family to v6.1.20 2025-12-23 15:06:17 +00:00
package.json fix(deps): update fullcalendar family to v6.1.20 2025-12-23 15:06:17 +00:00
phpunit.integration.xml
phpunit.unit.xml
playwright.config.js
psalm.xml Merge pull request #7633 from nextcloud/fix/issue-4066-appointment-booking-description 2025-12-02 10:12:28 -05:00
README.md
renovate.json
REUSE.toml
stylelint.config.js
tsconfig.json
tsconfig.json.license
vitest.config.js chore: add aliases to vitest (#7663) 2025-11-11 22:25:00 +01:00
webpack.config.js refactor: do not rebundle moment locales (#7675) 2025-11-11 22:29:03 +01:00

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.