No description
Find a file
Sebastian Krupinski 0c1e096911
Merge pull request #8078 from nextcloud/bugfix/fix-calendar-widget
Fix: Calendar embedding not works after migration to Vue 3
2026-03-24 08:50:28 -04:00
.github chore: run php linter only on minimum and maximum supoorted version 2026-03-03 08:48:11 -05:00
.tx
__mocks__
appinfo
build
composer
css fix: NcSelect inner text overflowing in EditFull (#8056) 2026-03-11 15:12:05 +01:00
img
l10n fix(l10n): Update translations from Transifex 2026-03-23 00:30:19 +00:00
lib Merge pull request #8059 from nextcloud/fix/vote-input 2026-03-12 10:02:48 -04:00
LICENSES
screenshots
src Fix: Calendar embedding not works after migration to Vue 3 2026-03-23 21:24:07 +01:00
templates
tests feat(EditCalendarModal): add setting for default reminder per calendar 2026-03-12 09:59:56 -04:00
vendor-bin chore(deps): update dependency vimeo/psalm to ^6.16.0 (main) (#8072) 2026-03-18 00:39:51 +00: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.9.1 (main) (#7966) 2026-02-08 19:18:38 +00:00
composer.lock fix(deps): update dependency bamarni/composer-bin-plugin to ^1.9.1 (main) (#7966) 2026-02-08 19:18:38 +00:00
COPYING
eslint.config.mjs feat: migrate to vue 3 2026-02-18 12:09:13 -05:00
krankerl.toml
package-lock.json chore(deps): Bump undici from 7.22.0 to 7.24.1 2026-03-13 23:31:24 +00:00
package.json feat(EditCalendarModal): add setting for default reminder per calendar 2026-03-12 09:59:56 -04:00
phpunit.integration.xml chore(deps): update dependency christophwurst/nextcloud_testing to ^1.1.1 (main) (#7985) 2026-02-18 16:00:31 +00:00
phpunit.unit.xml chore(deps): update dependency christophwurst/nextcloud_testing to ^1.1.1 (main) (#7985) 2026-02-18 16:00:31 +00:00
playwright.config.js
psalm.xml
README.md
renovate.json feat: migrate to vue 3 2026-02-18 12:09:13 -05:00
REUSE.toml
stylelint.config.js
tsconfig.json
tsconfig.json.license
vitest.config.js feat: migrate to vue 3 2026-02-18 12:09:13 -05:00
webpack.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.