Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nextcloud/calendar
π Calendar app for Nextcloud
https://github.com/nextcloud/calendar
caldav caldav-sharing calendar calendars hacktoberfest nextcloud nextcloud-app nextcloud-calendar rfc-5545 self-hosted web webcal
Last synced: 27 days ago
JSON representation
π Calendar app for Nextcloud
- Host: GitHub
- URL: https://github.com/nextcloud/calendar
- Owner: nextcloud
- License: agpl-3.0
- Created: 2016-09-16T08:03:10.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2024-04-14T00:29:25.000Z (7 months ago)
- Last Synced: 2024-04-14T00:34:05.635Z (7 months ago)
- Topics: caldav, caldav-sharing, calendar, calendars, hacktoberfest, nextcloud, nextcloud-app, nextcloud-calendar, rfc-5545, self-hosted, web, webcal
- Language: JavaScript
- Homepage: https://apps.nextcloud.com/apps/calendar
- Size: 93 MB
- Stars: 927
- Watchers: 56
- Forks: 226
- Open Issues: 802
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: COPYING
Awesome Lists containing this project
- awesome-nextcloud - calendar - Calendar app for NC (Apps / Official)
README
# Nextcloud Calendar
[![REUSE status](https://api.reuse.software/badge/github.com/nextcloud/calendar)](https://api.reuse.software/info/github.com/nextcloud/calendar)
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/nextcloud/calendar/Build)
![Codecov](https://img.shields.io/codecov/c/github/nextcloud/calendar)**A calendar app for [Nextcloud](http://nextcloud.com). Easily sync events from various devices with your Nextcloud and edit them online.**
![](https://raw.githubusercontent.com/nextcloud/documentation/master/user_manual/groupware/images/calendar_application.png)
## :blue_heart: :tada: Why is this so awesome?
* :rocket: **Integration with other Nextcloud apps!** Like Contacts, Talk, Tasks, Deck and Circles
* :globe_with_meridians: **WebCal Support!** Want to see your favorite team's matchdays in your calendar? No problem!
* :raising_hand: **Attendees!** Invite people to your events
* :watch: **Free/Busy!** See when your attendees are available to meet
* :alarm_clock: **Reminders!** Get alarms for events inside your browser and via email
* :mag: **Search!** Find your events at ease
* :ballot_box_with_check: **Tasks!** See tasks or Deck cards with a due date directly in the calendar
* :speaker: **Talk rooms!** Create an associated Talk room when booking a meeting with just one click
* :calendar: **Appointment booking** Send people a link so they can book an appointment with you [using this app](https://apps.nextcloud.com/apps/appointments)
* :see_no_evil: **Weβre not reinventing the wheel!** Based on the great [c-dav library](https://github.com/nextcloud/cdav-library), [ical.js](https://github.com/mozilla-comm/ical.js) and [fullcalendar](https://github.com/fullcalendar/fullcalendar) libraries.## :hammer_and_wrench: Installation
The app is distributed through the [app store](https://apps.nextcloud.com/apps/calendar) and you can install it [right from your Nextcloud installation](https://docs.nextcloud.com/server/stable/admin_manual/apps_management.html).
Release tarballs are hosted at https://github.com/nextcloud-releases/calendar/releases.
## :satellite: Support
If you need assistance or want to ask a question about Calendar, you are welcome to [ask for support](https://help.nextcloud.com/c/apps/calendar) in our Forums.
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](https://github.com/nextcloud/server) for help!## :earth_africa: Supported Browsers
* Chrome/Chromium 76+
* Edge 40+
* Firefox 60+
* Internet Explorer 11
* Safari 12.1+## Maintainers
* [Nextcloud Groupware team](https://github.com/nextcloud/groupware/#members)
## Build the app
To build you will need to have [Node.js](https://nodejs.org/en/) and
[Composer](https://getcomposer.org/) installed.- Install PHP dependencies: `composer install`
- Install JS dependencies: `npm ci`
- Build JavaScript for the frontend
- `npm run dev` development build
- `npm run watch` watch for changes
- `npm run build` production buildRead more about [necessary prerequisites](https://docs.nextcloud.com/server/latest/admin_manual/installation/source_installation.html#prerequisites-for-manual-installation) for manual installs.
## Running tests
You can run the following back-end and front-end tests by using:
```
composer test
npm run test
```## :v: 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](https://github.com/nextcloud) and [Forums](https://help.nextcloud.com).
If you contribute, participate or interact with this community, please respect [our shared values](https://nextcloud.com/code-of-conduct/). :relieved:## :heart: How to create a pull request
This guide will help you get started:
- :dancer: :smile: [Opening a pull request](https://opensource.guide/how-to-contribute/#opening-a-pull-request)