OpenCal: Open-Source-Software für Online-Terminvereinbarungen
Über OpenCal: Open-Source-Software für Online-Terminvereinbarungen:
OpenCal ist eine elegante, webbasierte Open-Source-Lösung, die die Online-Terminplanung mühelos und effizient macht. Ganz gleich, ob Sie ein Team leiten oder ein Unternehmen führen – OpenCal erleichtert die Terminkoordination und macht endlose E-Mail-Korrespondenz überflüssig. Mit OpenCal können Sie die Kommunikation optimieren, Zeit sparen und sich auf das Wesentliche konzentrieren.
Open-Source-Lizenz: GNU AGPLv3 License
Links
Releases
1.1.0-beta2
Veröffentlicht am
08.03.2026 - 13:19
Changelog
- fix(frontend): resolve typescript build errors and linting warnings (8810d94)
- fix: hide header on session expiration (859f060)
- fix: Prevent duplicate AuditLog entries on API requests (4bd6a27)
- feat(frontend): implement automatic slug generation for EventType (5f9a237)
- infrastructure: add messenger worker to supervisor (912d27b)
- fix: routing for booking page (ca0b1d2)
- fix: available days highlighting in BookingCalendar (72f12be)
- docs: fix errors and add missing configuration details (2057335)
- feat(backend): assign ROLE_ADMIN to the first created user (9612218)
- fix: automate release changelog generation (5ceaa74)
- ci: automate release changelog generation (b836042)
- ci: prevent 'latest' tag for alpha and beta releases (60c4b69)
- feat: display OpenCal version in frontend footer (ea042d0)
1.1.0-beta1
Veröffentlicht am
06.03.2026 - 17:35
✨ New Features
- Admin User Management: Users can now be managed via the UI (create, edit, delete, enable/disable).
- Role System: Introduced admin roles for differentiated permission management.
- In-person/On-site Appointments: Added support for in-person meetings, including location settings in event types.
- Audit Log: Implementation of an audit log to track system events.
- Scheduler/Calendar view: Integration of a scheduler to visualize the events booked via OpenCal.
🐛 Bugfixes & Improvements
- Frontend Security: Fixed security vulnerabilities in dependencies.
- Login Optimization: Improved the login process flow.
- Error Handling: Fixed error messages when event-type creation fails.
- Build Process: Optimized the frontend build configuration.
📝 Documentation
- Updated README and general project documentation.
- Added instructions for next steps after user creation.
🛠️ Refactoring & Maintenance
- ESLint enhancements and test fixes to ensure code quality.
1.0.4
Veröffentlicht am
18.02.2026 - 17:47
- fix docs build
- fix timezone issue on booking
- build docs container
- update documentation & readme
- fix backend pipeline
1.0.3
Veröffentlicht am
15.02.2026 - 13:13
- fix: cancel event frontend
- update openapi.yml
- adjust frontend
- refactoring backend code
- sync multi-day-events & fix sync time zone bug
- update backend dependencies
- enhance dev environment setup