[PR #2869] [MERGED] Fluid Calendar #4012

Closed
opened 2026-02-26 13:35:22 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/2869
Author: @vhsdream
Created: 3/5/2025
Status: Merged
Merged: 3/12/2025
Merged by: @michelroegl-brunner

Base: mainHead: fluidcal


📝 Commits (4)

  • edae048 New Script: Fluid Calendar
  • f06e13c Small changes requested
  • f855fa3 Fluidcal: Adjust resource levels
  • 1d12797 Fluidcal: remove info from json

📊 Changes

3 files changed (+230 additions, -0 deletions)

View changed files

ct/fluid-calendar.sh (+78 -0)
install/fluid-calendar-install.sh (+112 -0)
json/fluid-calendar.json (+40 -0)

📄 Description

✍️ Description

Install script for Fluid Calendar, an open-source and self-hosted web calendar and planner; it has CalDAV support, as well as Google and Outlook Calendar support. Also boasts 'Intelligent Scheduling' and 'Focus Mode'. Oh, and it also has a dark mode.

Link: #2868

Prerequisites

Before this PR can be reviewed, the following must be completed:

  • Self-review performed – Code follows established patterns and conventions.
  • Testing performed – Changes have been thoroughly tested and verified.

🛠️ Type of Change

Select all that apply:

  • 🆕 New script – A fully functional and tested script or script set.
  • [] 🐞 Bug fix – Resolves an issue without breaking functionality.
  • [] New feature – Adds new, non-breaking functionality.
  • [] 💥 Breaking change – Alters existing functionality in a way that may require updates.

📋 Additional Information (optional)

Screenshots

image

Dark Mode
image

Note: requires 4GB RAM to build, but then resources can be reduced to 2GB afterwards.

Note: under rapid development. Expect some bugs and frequent updates.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/community-scripts/ProxmoxVE/pull/2869 **Author:** [@vhsdream](https://github.com/vhsdream) **Created:** 3/5/2025 **Status:** ✅ Merged **Merged:** 3/12/2025 **Merged by:** [@michelroegl-brunner](https://github.com/michelroegl-brunner) **Base:** `main` ← **Head:** `fluidcal` --- ### 📝 Commits (4) - [`edae048`](https://github.com/community-scripts/ProxmoxVE/commit/edae048f12dafd2bcfb4d932e67eaa927d77826b) New Script: Fluid Calendar - [`f06e13c`](https://github.com/community-scripts/ProxmoxVE/commit/f06e13c7642578a04975aa7295ef1e0fa2c4eed8) Small changes requested - [`f855fa3`](https://github.com/community-scripts/ProxmoxVE/commit/f855fa3baa5cdd6ade04ffca8ef37d290807106d) Fluidcal: Adjust resource levels - [`1d12797`](https://github.com/community-scripts/ProxmoxVE/commit/1d127975e1a39e6e3a29effd27e26c91ae3f67ba) Fluidcal: remove info from json ### 📊 Changes **3 files changed** (+230 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `ct/fluid-calendar.sh` (+78 -0) ➕ `install/fluid-calendar-install.sh` (+112 -0) ➕ `json/fluid-calendar.json` (+40 -0) </details> ### 📄 Description ## ✍️ Description Install script for [Fluid Calendar,](https://github.com/dotnetfactory/fluid-calendar) an open-source and self-hosted web calendar and planner; it has CalDAV support, as well as Google and Outlook Calendar support. Also boasts ['Intelligent Scheduling'](https://medium.com/@eibrahim/fluidcalendar-task-integration-and-intelligent-scheduling-part-3-05b873a3fce0) and ['Focus Mode'](https://medium.com/front-end-weekly/fluidcalendar-introducing-focus-mode-for-deep-work-part-4-3570ba95589a). Oh, and it also has a dark mode. ## 🔗 Related PR / Discussion / Issue Link: #2868 ## ✅ Prerequisites Before this PR can be reviewed, the following must be completed: - [x] **Self-review performed** – Code follows established patterns and conventions. - [x] **Testing performed** – Changes have been thoroughly tested and verified. ## 🛠️ Type of Change Select all that apply: - [x] 🆕 **New script** – A fully functional and tested script or script set. - [] 🐞 **Bug fix** – Resolves an issue without breaking functionality. - [] ✨ **New feature** – Adds new, non-breaking functionality. - [] 💥 **Breaking change** – Alters existing functionality in a way that may require updates. ## 📋 Additional Information (optional) ### Screenshots ![image](https://github.com/user-attachments/assets/44ba1977-434f-49fa-ad45-5ce3f5c2cb09) Dark Mode ![image](https://github.com/user-attachments/assets/ba4fb303-7c07-4ea2-bfcf-2787bce3f8e5) ### Note: requires 4GB RAM to build, but then resources can be reduced to 2GB afterwards. ### Note: under rapid development. Expect some bugs and frequent updates. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 13:35:22 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ProxmoxVE#4012
No description provided.