Go to file
Georg Ehrke b422b2a489
add changelog for 1.5.1
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2017-02-28 14:11:08 +01:00
appinfo increment version number to 1.5.1 2017-02-28 13:56:33 +01:00
controller include vendor.ie.js when accessed via ie 2017-02-18 20:48:55 +01:00
css/app fix css style 2017-02-28 08:51:04 +01:00
http
img Scour optimisation 2017-01-18 17:19:05 +01:00
js Merge pull request #349 from nextcloud/feature/341/confirm_deletion 2017-02-28 09:15:23 +01:00
l10n [tx-robot] updated from transifex 2017-02-24 01:23:19 +00:00
screenshots
templates Merge pull request #349 from nextcloud/feature/341/confirm_deletion 2017-02-28 09:15:23 +01:00
tests adapt calendar and vevent services to new XMLUtility 2017-02-18 20:48:56 +01:00
timezones
.editorconfig
.gitignore
.scrutinizer.yml
.travis.yml simplify travis.yml 2017-01-14 01:39:14 +01:00
CHANGELOG.md add changelog for 1.5.1 2017-02-28 14:11:08 +01:00
COPYING
Makefile adjust makefile 2017-02-02 16:53:11 +01:00
README.md add internet explorer 11 to supported browsers in readme 2017-02-28 13:55:23 +01:00
issue_template.md readme and issue template fixes 2016-11-23 21:11:07 +01:00
phpunit.xml

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.