Go to file
Joas Schilling 8dd23e1efc
Fix SCSS linting
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-09-04 12:11:29 +02:00
.tx Fix tx config 2018-02-12 22:55:47 +01:00
appinfo Merge pull request #1400 from nextcloud/tests/travis-db 2019-09-02 08:28:48 +00:00
controller Improve url filter in ProxyController, less false positives 2019-09-02 11:29:44 +02:00
css/app Fix SCSS linting 2019-09-04 12:11:29 +02:00
img Fix dark mode arrows 2019-01-03 10:36:50 +01:00
js Don't ship special build with babel for IE anymore 2019-09-02 11:45:54 +02:00
l10n [tx-robot] updated from transifex 2019-09-02 02:19:27 +00:00
screenshots bring back 1.png, ..., 4.png to fix screenshots in appstore 2018-03-13 12:36:12 +01:00
templates Merge pull request #1447 from nextcloud/bugfix/1286/babel_is_part_of_the_server_now 2019-09-02 15:51:17 +00:00
tests backport webcal access rules from DAV app implementation 2019-04-03 15:31:29 +02:00
.editorconfig Update .editorconfig 2016-09-12 20:31:13 +02:00
.gitignore Remove bower and replace every dependency with npm ones 2018-08-06 15:06:53 +02:00
.scrutinizer.yml Remove bower and replace every dependency with npm ones 2018-08-06 15:06:53 +02:00
.travis.yml update php versions to be tested 2019-08-14 11:46:03 +02:00
CHANGELOG.md release 1.7.0 2019-04-04 09:14:40 +02:00
COPYING Add a proper AGPLv3 license file 2016-09-17 15:17:37 +02:00
Makefile prevent delivering broken ics data via proxycontroller 2018-11-23 20:06:09 +01:00
README.md add note about moving to Vue in developer info 2018-10-31 02:04:31 +01:00
composer.json Require local phpunit through composer and bump phpunit version 2018-08-06 16:22:28 +02:00
issue_template.md Update issue template 2017-04-18 12:39:48 +02:00
phpunit.xml rename tests/unit to tests/php 2016-10-04 17:47:49 +02:00

README.md

Nextcloud Calendar

Build Status Scrutinizer Code Quality Code Coverage Coverage Status Dependency 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 more to come.
  • 🌐 WebCal Support! Want to see your favorite team's matchdays in your calendar? No problem!
  • 🙋 Attendees! Invite people to your events.
  • 🙈 Were not reinventing the wheel! Based on the great davclient.js, ical.js and fullcalendar libraries.

And in the works for the coming versions:

  • 🔍 Search for events (#8)
  • Get alarms for events inside your browser (#51)
  • See when other attendees are free (#39)

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

Check out our FAQ. If you dont find a solution, 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 guys at Nextcloud server for help!

Supported Browsers

  • Chrome/Chromium 49+
  • Edge 14+
  • Firefox 45+
  • Internet Explorer 11
  • Safari 10+

We don't support Internet Explorer 10 and below. Patches for IE9+ are accepted though.

Nightly builds

Testing is a great way to contribute without having to write source code. Although it's straight forward, setting up the development environment requires some knowledge and extra tools on your device.

We provide nightly builds to enable everyone help testing without setting up the development environment.

  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.

Maintainers

Georg Ehrke, Raghu Nayyar, Thomas Citharel and many more

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.

Developer setup info

Just clone this repo into your apps directory (Nextcloud server installation needed). Additionally, nodejs (>=6) and yarn are needed for installing JavaScript dependencies.

Once node and yarn are installed, PHP and JavaScript dependencies can be installed by running

$ make

Please execute this command with your ordinary user account and neither root nor sudo.

We are currently moving the Calendar app from Angular 1 to Vue. (see this PR). Please develop your bugfixes / features against the vue branch for the time being