Go to file
Creak 0786673b56 Cleaned up the changelog
I've added an `h1` title and I've updated all the releases that were using `h1` to `h2`.

Hopefully, this would enable the "changelog" tab in the application details like we can see on other apps such as Contacts, Mail, News, etc...
I've based my changes on Contacts' changelog: https://github.com/nextcloud/contacts/blob/master/CHANGELOG.md

Signed-off-by: Romain Failliot <romain.failliot@foolstep.com>
2020-12-14 03:16:51 -05:00
.github Update test matrix 2020-09-24 12:03:25 +02:00
.tx
appinfo Fix broken link 2020-11-21 22:49:16 +00:00
css allow some margin for organizer hint in attendee list 2020-11-05 14:06:26 +01:00
img Merge pull request #2240 from nextcloud/feature/2218/lunch-illustration 2020-05-05 09:59:30 +02:00
l10n [tx-robot] updated from transifex 2020-12-14 02:25:10 +00:00
lib Add list views per week and month 2020-09-03 15:55:19 +02:00
screenshots
src fixes encoded display of names that contain a special character 2020-12-02 20:05:59 +01:00
templates
tests Replace fragile moment mocks with snapshot testing 2020-09-04 14:44:49 +02:00
timezones
.editorconfig
.eslintrc.js
.gitignore Add IconFont with checkboxes 2020-08-28 15:33:04 +02:00
.php_cs.dist Use Standard Nextcloud Coding Style for PHP 2020-04-15 13:05:53 +02:00
.scrutinizer.yml
.stylelintignore Add IconFont with checkboxes 2020-08-28 15:33:04 +02:00
.stylelintrc
CHANGELOG.md Cleaned up the changelog 2020-12-14 03:16:51 -05:00
COPYING
Makefile
README.md Update Feature list in Readme 2020-09-10 08:27:14 +02:00
babel.config.js
composer.json Bump christophwurst/nextcloud from 18.0.4 to 19.0.0 2020-08-29 17:29:17 +00:00
composer.lock Merge pull request #2525 from nextcloud/dependabot/composer/christophwurst/nextcloud-19.0.0 2020-08-30 09:53:21 +00:00
package-lock.json Merge pull request #2581 from nextcloud/dependabot/npm_and_yarn/nextcloud/vue-2.6.5 2020-09-11 15:38:27 +02:00
package.json Release 2.1.1 2020-09-11 15:52:38 +02:00
phpunit.unit.xml fix working directory of codecov 2020-03-31 20:46:23 +02:00
webpack.common.js Implement Calendar Dashboard Widget 2020-08-28 18:53:14 +02:00
webpack.dev.js Fix usage of webpack-merge 2020-08-03 08:55:53 +02:00
webpack.prod.js Fix usage of webpack-merge 2020-08-03 08:55:53 +02:00

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
  • 🔍 Search! Find your events at ease
  • ☑️ Tasks! See tasks with a due date directly in the calendar
  • 🙈 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:

  • 📎 Attachments for events (#298)

🛠️ 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: