calendar/README.md

39 lines
2.2 KiB
Markdown
Raw Normal View History

Bugsbane master (#710) * Remove specific reference to ownCloud * Remove specific reference to ownCloud * Remove specific reference to ownCloud The documentation link still point to OC docs, as there's no real platform neutral place to point people to. * Remove specific reference to ownCloud * Remove specific reference to ownCloud * Remove specific reference to ownCloud * Remove specific reference to ownCloud * Remove specific reference to ownCloud * Remove specific reference to ownCloud * Remove specific reference to ownCloud * Remove specific reference to ownCloud * Remove specific reference to ownCloud * Remove specific reference to ownCloud * Remove specific reference to ownCloud * Make cloud references platform neutral * Remove temporary -swp files * Add suggestions from @Mar1u5 As per his suggestions in: https://github.com/owncloud/calendar/pull/699#discussion-diff-74709329 https://github.com/owncloud/calendar/pull/699#discussion-diff-74709350 * Add suggestions from @Mar1u5 As per: https://github.com/owncloud/calendar/pull/699#discussion-diff-74709387 https://github.com/owncloud/calendar/pull/699#discussion-diff-74709400 https://github.com/owncloud/calendar/pull/699#discussion-diff-74709417 * Added Mar1u5's last suggestion At https://github.com/owncloud/calendar/pull/699#discussion-diff-74709362 * "server installation" > "instance installation" As per https://github.com/owncloud/calendar/pull/699#discussion_r74913034 * "installation folder">"instance's installation folder" As per https://github.com/owncloud/calendar/pull/699#discussion-diff-75082204
2016-08-17 20:16:24 +00:00
# Calendar
2014-04-24 12:10:04 +00:00
2016-09-16 08:14:40 +00:00
[![Build Status](https://travis-ci.org/nextcloud/calendar.svg?branch=master)](https://travis-ci.org/owncloud/calendar)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/nextcloud/calendar/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/owncloud/calendar/?branch=master)
[![Code Coverage](https://scrutinizer-ci.com/g/nextcloud/calendar/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/owncloud/calendar/?branch=master)
[![Coverage Status](https://coveralls.io/repos/github/nextcloud/calendar/badge.svg?branch=master)](https://coveralls.io/github/owncloud/calendar?branch=master)
2016-05-11 13:34:21 +00:00
[![Dependency Status](https://www.versioneye.com/user/projects/57333497a0ca35004cf77c92/badge.svg?style=flat)](https://www.versioneye.com/user/projects/57333497a0ca35004cf77c92)
2014-08-28 10:46:54 +00:00
2016-09-16 08:14:40 +00:00
**A calendar app for [Nextcloud](http://nextcloud.com).**
2015-05-20 13:39:21 +00:00
Bugsbane master (#710) * Remove specific reference to ownCloud * Remove specific reference to ownCloud * Remove specific reference to ownCloud The documentation link still point to OC docs, as there's no real platform neutral place to point people to. * Remove specific reference to ownCloud * Remove specific reference to ownCloud * Remove specific reference to ownCloud * Remove specific reference to ownCloud * Remove specific reference to ownCloud * Remove specific reference to ownCloud * Remove specific reference to ownCloud * Remove specific reference to ownCloud * Remove specific reference to ownCloud * Remove specific reference to ownCloud * Remove specific reference to ownCloud * Make cloud references platform neutral * Remove temporary -swp files * Add suggestions from @Mar1u5 As per his suggestions in: https://github.com/owncloud/calendar/pull/699#discussion-diff-74709329 https://github.com/owncloud/calendar/pull/699#discussion-diff-74709350 * Add suggestions from @Mar1u5 As per: https://github.com/owncloud/calendar/pull/699#discussion-diff-74709387 https://github.com/owncloud/calendar/pull/699#discussion-diff-74709400 https://github.com/owncloud/calendar/pull/699#discussion-diff-74709417 * Added Mar1u5's last suggestion At https://github.com/owncloud/calendar/pull/699#discussion-diff-74709362 * "server installation" > "instance installation" As per https://github.com/owncloud/calendar/pull/699#discussion_r74913034 * "installation folder">"instance's installation folder" As per https://github.com/owncloud/calendar/pull/699#discussion-diff-75082204
2016-08-17 20:16:24 +00:00
This is the new calendar app that has replaced the [old calendar app](https://github.com/owncloudarchive/calendar), and is only the frontend for the new server-integrated CalDAV-Backend.
2015-05-20 13:39:21 +00:00
2016-09-16 08:18:33 +00:00
![](https://github.com/nextcloud/screenshots/raw/master/apps/Calendar/calendar.png)
2015-05-20 13:39:21 +00:00
## Maintainers:
2015-05-20 13:39:21 +00:00
2015-09-05 16:24:28 +00:00
- [Georg Ehrke](https://github.com/georgehrke)
- [Raghu Nayyar](https://github.com/raghunayyar)
2016-09-16 08:14:40 +00:00
- [Thomas Citharel](https://github.com/tcitworld)
## Former contributors:
2015-09-05 16:24:28 +00:00
- [Bernhard Fröhler](https://github.com/codeling)
2015-05-20 13:39:21 +00:00
2016-09-16 08:14:40 +00:00
If youd like to join, just go through the [issue list](https://github.com/owncloud/calendar/issues) and fix some. :)
Were also in [#owncloud-calendar on freenode IRC](https://webchat.freenode.net/?channels=owncloud-calendar).
2015-05-20 13:39:21 +00:00
## Support:
2015-05-20 13:39:21 +00:00
Check out our [FAQ](https://github.com/owncloud/calendar/wiki/FAQs). If you dont find a solution, you are welcome to [ask for support](https://owncloud.org/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 [ownCloud Core](https://github.com/owncloud/core) for help!
2015-09-05 16:24:28 +00:00
## Supported Browsers
2015-09-05 16:24:28 +00:00
* Latest Firefox
* Latest Chrome/Chromium
* Latest Safari
2016-03-12 14:45:52 +00:00
2016-08-27 13:35:29 +00:00
We don't support Internet Explorer or Edge. Patches for IE8+ and Edge are accepted though.