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
Nextcloud bot fb32bf4f66
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-09-09 00:38:20 +00:00
.github chore: update workflows on main 2024-08-14 21:50:26 +02:00
.tx [tx-robot] Update transifex configuration 2022-10-01 02:21:05 +00:00
__mocks__ chore: Add SPDX header 2024-06-05 09:40:58 +02:00
appinfo chore: update workflows on main 2024-08-14 21:50:26 +02:00
composer perf(autoloader): Use Composer's authoritative classmap 2023-01-20 12:07:06 +01:00
css fix(embed): calendar header overlapping and adjust to compact design 2024-09-04 09:48:53 +02:00
img style: Update to Material Symbol 2024-06-13 11:25:10 +02:00
l10n Fix(l10n): Update translations from Transifex 2024-09-09 00:38:20 +00:00
lib style: apply coding-standard 1.2.3 2024-08-26 12:11:23 +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 fix(l10n): propfind error message translation source 2024-09-04 12:22:21 +02:00
templates chore: Add SPDX header 2024-06-05 09:40:58 +02:00
tests style: apply coding-standard 1.2.3 2024-08-26 12:11:23 +02:00
vendor-bin chore(deps): bump nextcloud/coding-standard from 1.2.3 to ^1.2.3 (main) (#6295) 2024-08-27 23:05:25 +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
.git-blame-ignore-revs chore: ignore coding-standard update 1.2.3 in git blame 2024-08-26 12:12:09 +02:00
.gitignore fix: Ignore VScode IDE directory 2024-06-17 17:25:04 -04:00
.nextcloudignore build: don't ship .git-blame-ignore-revs 2024-08-26 12:12:59 +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 release: v5.0.0-alpha.3 2024-08-01 15:19:40 +02:00
composer.json feat!: drop support for php 8.0 2024-07-23 13:34:52 +02:00
composer.lock feat!: drop support for php 8.0 2024-07-23 13:34:52 +02:00
COPYING Add a proper AGPLv3 license file 2016-09-17 15:17:37 +02:00
krankerl.toml chore: Add SPDX header 2024-06-05 09:40:58 +02:00
package-lock.json chore(deps): bump @vue/test-utils from 2.4.5 to ^2.4.6 (main) (#6308) 2024-08-31 22:17:37 +00:00
package.json chore(deps): bump @vue/test-utils from 2.4.5 to ^2.4.6 (main) (#6308) 2024-08-31 22:17:37 +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 chore: update screenshot link 2024-08-07 14:16:53 +02:00
renovate.json chore: add stable5.0 to renovate 2024-08-19 19:45:27 +02:00
REUSE.toml chore: Migrate REUSE to toml format 2024-09-02 23:38:51 +02:00
stylelint.config.js chore: Add SPDX header 2024-06-05 09:40:58 +02:00
webpack.config.js chore(dashboard): remove obsolete js widget 2024-08-13 10:08:43 +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: