Skip to content

nextcloud/calendar

Folders and files

NameName
Last commit message
Last commit date
Feb 26, 2025
Feb 20, 2025
Jun 5, 2024
Jun 5, 2024
Jan 27, 2025
Feb 26, 2025
Jan 20, 2023
Feb 17, 2025
Jun 13, 2024
Mar 1, 2025
Feb 18, 2025
Jun 5, 2024
Feb 27, 2025
Jun 5, 2024
Feb 18, 2025
Nov 11, 2024
Jun 5, 2024
Jun 5, 2024
Oct 1, 2024
Jun 17, 2024
Nov 20, 2024
Jun 5, 2024
Jun 5, 2024
Jun 5, 2024
Jun 5, 2024
Aug 1, 2024
Sep 17, 2016
Nov 27, 2024
Nov 28, 2024
Jun 5, 2024
Jul 23, 2024
Jul 23, 2024
Jun 5, 2024
Feb 20, 2025
Feb 20, 2025
Jun 5, 2024
Jun 5, 2024
Jun 5, 2024
Feb 20, 2025
Jun 5, 2024
Jan 9, 2025

Repository files navigation

Nextcloud Calendar

REUSE status GitHub Workflow Status Codecov

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
  • πŸ“Ž Attachments! Add, upload and view event attachments
  • πŸ™ˆ We’re not reinventing the wheel! Based on the great c-dav library, ical.js and fullcalendar libraries.

πŸ› οΈ Installation

The app is distributed through the app store and you can install it right from your Nextcloud installation.

Release tarballs are hosted at https://github.com/nextcloud-releases/calendar/releases.

πŸ“‘ Support

If you need assistance or want to ask a question about Calendar, you are welcome to ask for support 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 for help!

🌍 Supported Browsers

  • Chrome/Chromium 76+
  • Edge 40+
  • Firefox 60+
  • Internet Explorer 11
  • Safari 12.1+

Maintainers

Build the app

To build you will need to have Node.js and Composer 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 build

Read more about necessary prerequisites for manual installs.

Running tests

You can run the following back-end and front-end tests by using:

composer test
npm run 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:

Commits in this repository follow the Conventional Commits specification.