Go to file
dependabot-preview[bot] 3e45d1df5a
Bump phan/phan from 2.7.1 to 2.7.2
Bumps [phan/phan](https://github.com/phan/phan) from 2.7.1 to 2.7.2.
- [Release notes](https://github.com/phan/phan/releases)
- [Changelog](https://github.com/phan/phan/blob/master/NEWS.md)
- [Commits](https://github.com/phan/phan/compare/2.7.1...2.7.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-03 01:21:55 +00:00
.github Use Standard Nextcloud Coding Style for PHP 2020-04-15 13:05:53 +02:00
.tx
appinfo Automatic code-style fix 2020-04-15 13:06:37 +02:00
css Provide overview of keyboard shortcuts 2020-04-30 16:51:17 +02:00
img
l10n [tx-robot] updated from transifex 2020-05-02 02:21:36 +00:00
lib Add tasks_enabled to Initial State Service 2020-04-16 17:53:30 +02:00
screenshots
src Fix uniqueness of vue key and other minor fixes 2020-04-30 16:51:17 +02:00
templates Apply composer cs:fix 2020-04-16 10:24:21 +02:00
tests Increase test coverage for new Show tasks feature 2020-04-16 20:18:10 +02:00
timezones
.editorconfig
.eslintrc.js
.gitignore Use Standard Nextcloud Coding Style for PHP 2020-04-15 13:05:53 +02:00
.php_cs.dist Use Standard Nextcloud Coding Style for PHP 2020-04-15 13:05:53 +02:00
.scrutinizer.yml
.stylelintrc
CHANGELOG.md Release 2.0.3 2020-04-09 15:41:26 +02:00
COPYING
Makefile
README.md
babel.config.js
composer.json Print diff in cs:check command 2020-04-15 15:12:00 +02:00
composer.lock Bump phan/phan from 2.7.1 to 2.7.2 2020-05-03 01:21:55 +00:00
package-lock.json Add Keyboard shortcuts 2020-04-30 16:51:11 +02:00
package.json Add Keyboard shortcuts 2020-04-30 16:51:11 +02:00
phpunit.unit.xml
webpack.common.js
webpack.dev.js
webpack.prod.js

README.md

Nextcloud Calendar

Build Status Coverage Status

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! Currently Contacts and Circles more to come.
  • 🌐 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.
  • 🙈 Were not reinventing the wheel! Based on the great c-dav library, ical.js and fullcalendar libraries.

And in the works for the coming versions:

  • 🔍 Search for events (#8)
  • List view (#402)
  • ☑️ Show tasks with a due date (#28)

🛠️ Installation

In your Nextcloud, simply navigate to »Apps«, choose the category »Organization«, find the Calendar app and enable it. Then open the Calendar app from the app menu.

📡 Support

If you need assistance or want to ask a question about Calendar, you are welcome to ask for support in our Forums or the IRC-Channel. 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

If youd like to join, just go through the issue list and fix some. :)
Were also in #nextcloud-calendar on freenode IRC.

Wed like to thank BrowserStack for providing us with a free subscription.

Nightly builds / Pre-releases

Instead of setting everything up manually, you can just download the nightly builds or download a pre-release instead. Nightly builds are updated every 24 hours, and are pre-configured with all the needed dependencies.

  1. Download
  2. Extract the tar archive to 'path-to-nextcloud/apps'
  3. Navigate to »Apps«, choose the category »Productivity«, find the Calendar app and enable it.

The nightly builds are provided by Portknox.net

When reporting issues, please mention the date in the tar archive's name.

Build the app

# set up and build for production
make

# install dependencies
make dev-setup

# build for dev and watch changes
make watch-js

# build for dev
make build-js

# build for production with minification
make build-js-production

Running tests

You can use the provided Makefile to run all tests by using:

make 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: