Go to file
Richard Steinmetz 74523ae8f4
Merge pull request #5866 from nextcloud/fix/editor/more-details-sidebar
fix(editor): switching to sidebar after creating a new event
2024-03-21 10:23:45 +01:00
.github
.tx
appinfo chore(release): v4.7.0-beta4 2024-03-20 12:50:18 +01:00
composer
css fix: move global sidebar style overrides to sfc 2024-03-20 09:37:29 +01:00
img
l10n Fix(l10n): Update translations from Transifex 2024-03-21 00:30:54 +00:00
lib Feat: Calendar widget 2024-03-19 16:16:38 +01:00
screenshots
src fix(editor): switching to sidebar after creating a new event 2024-03-20 17:06:44 +01:00
templates
tests
vendor-bin
.editorconfig
.eslintrc.js
.gitignore
.nextcloudignore
.php-cs-fixer.dist.php
.scrutinizer.yml
.stylelintignore
CHANGELOG.md build: v4.7.0-beta.3 2024-03-19 17:45:48 +01:00
COPYING
README.md
babel.config.js
composer.json
composer.lock
krankerl.toml
package-lock.json chore(release): v4.7.0-beta4 2024-03-20 12:50:18 +01:00
package.json chore(release): v4.7.0-beta4 2024-03-20 12:50:18 +01:00
phpunit.integration.xml
phpunit.unit.xml
psalm.xml
renovate.json
stylelint.config.js
webpack.config.js Feat: Calendar widget 2024-03-19 16:16:38 +01: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

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: