All Projects → nextcloud → Calendar

nextcloud / Calendar

Licence: agpl-3.0
📆 Calendar app for Nextcloud

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Calendar

Hrcloud2
A full-featured home hosted Cloud Drive, Personal Assistant, App Launcher, File Converter, Streamer, Share Tool & More!
Stars: ✭ 134 (-78.39%)
Mutual labels:  self-hosted, nextcloud
Bloom
The simplest way to de-Google your life and business: Inbox, Calendar, Files, Contacts & much more
Stars: ✭ 934 (+50.65%)
Mutual labels:  self-hosted, calendar
Xsrv
[mirror] Install and manage self-hosted services/applications, on your own server(s) - ansible collection and utilities
Stars: ✭ 89 (-85.65%)
Mutual labels:  self-hosted, nextcloud
nextcloud docker
Docker setup to run Nextcloud
Stars: ✭ 35 (-94.35%)
Mutual labels:  nextcloud, self-hosted
SaorTech-cloud-services
A range of scripts to provision and configure open source cloud services.
Stars: ✭ 23 (-96.29%)
Mutual labels:  nextcloud, self-hosted
nextcloud-docker-compose
☁️ Spin up a Nextcloud instance with automatied backups and SSL certificate issuance.
Stars: ✭ 69 (-88.87%)
Mutual labels:  nextcloud, self-hosted
self-hosted-services
A core set of privacy-preserving services that can be easily self-hosted via Docker Compose.
Stars: ✭ 123 (-80.16%)
Mutual labels:  nextcloud, self-hosted
Homebox
A set of ansible scripts to build a personal mail server / private cloud / etc.
Stars: ✭ 260 (-58.06%)
Mutual labels:  self-hosted, calendar
Ion2 Calendar
📅 A date picker components for ionic2 /ionic3 / ionic4
Stars: ✭ 537 (-13.39%)
Mutual labels:  calendar
Mbcalendarkit
An open source calendar framework for iOS, with support for customization, IBDesignable, Autolayout, and more.
Stars: ✭ 561 (-9.52%)
Mutual labels:  calendar
Cloud Torrent
☁️ Cloud Torrent: a self-hosted remote torrent client
Stars: ✭ 5,071 (+717.9%)
Mutual labels:  self-hosted
Calendar Links
Generate add to calendar links for Google, iCal and other calendar systems
Stars: ✭ 544 (-12.26%)
Mutual labels:  calendar
Homehost
self-hosted, Netflix-like app made for streaming
Stars: ✭ 564 (-9.03%)
Mutual labels:  self-hosted
Angular Moment Picker
Angular Moment Picker is an AngularJS directive for date and time picker using Moment.js.
Stars: ✭ 536 (-13.55%)
Mutual labels:  calendar
Wireguard Install
WireGuard VPN server installer
Stars: ✭ 616 (-0.65%)
Mutual labels:  self-hosted
Nextcloud Notes
✎ Android client for Nextcloud Notes app.
Stars: ✭ 529 (-14.68%)
Mutual labels:  nextcloud
Mail
💌 Mail app for Nextcloud
Stars: ✭ 528 (-14.84%)
Mutual labels:  nextcloud
Php Censor
PHP Censor is an open source self-hosted continuous integration server for PHP projects.
Stars: ✭ 619 (-0.16%)
Mutual labels:  self-hosted
Period
PHP's time range API
Stars: ✭ 616 (-0.65%)
Mutual labels:  calendar
Outlookcaldavsynchronizer
Sync Outlook with Google, SOGo, Nextcloud or any other CalDAV/CardDAV server
Stars: ✭ 560 (-9.68%)
Mutual labels:  calendar

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! Like Contacts, Talk, Tasks, Deck and Circles
  • 🌐 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 or Deck cards with a due date directly in the calendar
  • 🔈 Talk rooms! Create an associated Talk room when booking a meeting with just one click
  • 📆 Appointment booking Send people a link so they can book an appointment with you using this app
  • 🙈 We’re not reinventing the wheel! Based on the great c-dav library, ical.js and fullcalendar libraries.

🛠 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 you’d like to join, just go through the issue list and fix some. :)
We’re also in #nextcloud-calendar on freenode IRC.

We’d 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:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].