1
0
Fork 0
mirror of https://github.com/nextcloud/calendar.git synced 2024-09-09 09:22:49 +02:00
No description
Find a file
renovate[bot] 48116a4fcf
fix(deps): bump @nextcloud/cdav-library from 1.5.0 to ^1.5.1 (main) (#6182)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-18 14:00:39 +00:00
.github chore: update workflows from templates 2024-07-17 11:36:31 +02:00
.reuse style: Update to Material Symbol 2024-06-13 11:25:10 +02:00
.tx
__mocks__ chore: Add SPDX header 2024-06-05 09:40:58 +02:00
appinfo chore: Add SPDX header 2024-06-05 09:40:58 +02:00
composer
css fix(fc): tiny white border on highlighted cells 2024-07-16 13:18:28 +02:00
img style: Update to Material Symbol 2024-06-13 11:25:10 +02:00
l10n Fix(l10n): Update translations from Transifex 2024-07-18 00:29:13 +00:00
lib fix(appointments): properly localise the calendar events 2024-07-15 23:14:09 +02:00
LICENSES fix: add missing license 2024-06-05 09:50:38 +02:00
screenshots chore: Add SPDX header 2024-06-05 09:40:58 +02:00
src Merge pull request #6176 from nextcloud/style/remove-spaces-sidebar 2024-07-17 19:13:27 +02:00
templates chore: Add SPDX header 2024-06-05 09:40:58 +02:00
tests fix(appointments): Set organiser email to correct langauge 2024-07-15 13:53:42 +02:00
vendor-bin chore(deps): bump vimeo/psalm from 5.24.0 to ^5.25.0 (main) (#6105) 2024-07-03 02:19:43 +00:00
.editorconfig chore: Add SPDX header 2024-06-05 09:40:58 +02:00
.eslintrc.js chore: Add SPDX header 2024-06-05 09:40:58 +02:00
.gitignore fix: Ignore VScode IDE directory 2024-06-17 17:25:04 -04:00
.nextcloudignore chore: Add SPDX header 2024-06-05 09:40:58 +02:00
.php-cs-fixer.dist.php chore: Add SPDX header 2024-06-05 09:40:58 +02:00
.scrutinizer.yml chore: Add SPDX header 2024-06-05 09:40:58 +02:00
.stylelintignore chore: Add SPDX header 2024-06-05 09:40:58 +02:00
AUTHORS.md chore: Add SPDX header 2024-06-05 09:40:58 +02:00
babel.config.js chore: Add SPDX header 2024-06-05 09:40:58 +02:00
CHANGELOG.md chore: Add SPDX header 2024-06-05 09:40:58 +02:00
composer.json
composer.lock fix: CI 2024-06-13 11:14:10 +02:00
COPYING
krankerl.toml chore: Add SPDX header 2024-06-05 09:40:58 +02:00
package-lock.json fix(deps): bump @nextcloud/cdav-library from 1.5.0 to ^1.5.1 (main) (#6182) 2024-07-18 14:00:39 +00:00
package.json fix(deps): bump @nextcloud/cdav-library from 1.5.0 to ^1.5.1 (main) (#6182) 2024-07-18 14:00:39 +00:00
phpunit.integration.xml chore: Add SPDX header 2024-06-05 09:40:58 +02:00
phpunit.unit.xml chore: Add SPDX header 2024-06-05 09:40:58 +02:00
psalm.xml chore: Add SPDX header 2024-06-05 09:40:58 +02:00
README.md docs: Add REUSE badge 2024-06-05 09:42:48 +02:00
renovate.json
stylelint.config.js chore: Add SPDX header 2024-06-05 09:40:58 +02:00
webpack.config.js chore: Add SPDX header 2024-06-05 09:40:58 +02: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
  • 🙈 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: