bewcloud/lib/utils
Bruno Bernardino 15dcc8803d
Basic CalDav UI (Calendar)
This implements a basic CalDav UI, titled "Calendar". It allows creating new calendars and events with a start and end date, URL, location, and description.

You can also import and export ICS (VCALENDAR + VEVENT) files.

It allows editing the ICS directly, for power users.

Additionally, you can hide/display events from certain calendars, change their names and their colors. If there's no calendar created yet in your CalDav server (first-time setup), it'll automatically create one, titled "Calendar".

You can also change the display timezone for the calendar from the settings.

Finally, there's some minor documentation fixes and some other minor tweaks.

Closes #56
Closes #89
2025-09-06 12:46:13 +01:00
..
calendar.ts Basic CalDav UI (Calendar) 2025-09-06 12:46:13 +01:00
calendar_test.ts Basic CalDav UI (Calendar) 2025-09-06 12:46:13 +01:00
contacts.ts Basic CardDav UI (Contacts) 2025-08-10 07:48:16 +01:00
contacts_test.ts Basic CardDav UI (Contacts) 2025-08-10 07:48:16 +01:00
files.ts Files CRUD. 2024-04-03 14:02:04 +01:00
files_test.ts Files CRUD. 2024-04-03 14:02:04 +01:00
misc.ts Implement (optional) SSO via OIDC (OpenID Connect) (#64) 2025-06-05 18:10:40 +01:00
misc_test.ts UX improvements for mobile expense input 2025-03-03 09:39:46 +00:00
multi-factor-auth.ts Enable Email as a MFA method/option (#68) 2025-06-11 15:53:39 +01:00
photos.ts Add Photos UI 2024-04-27 08:12:44 +01:00
webdav.ts Improve WebDav support to include file size and modified time 2024-04-08 16:01:59 +01:00