this post was submitted on 30 Jun 2024
172 points (93.0% liked)

Technology

58009 readers
2968 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] pr06lefs@lemmy.ml 6 points 2 months ago (4 children)

The author seems dead set on a tauri calendar implementation. I came across what is apparently a scheduling toolkit in rust:

https://github.com/fmeringdal/nettu-scheduler

Which I guess could be used to build a desktop calendar app. One flaw in the ointment is that a calendar program really needs email integration. Downloading an ICS file and manually transferring that over to your calendar app isn't going to cut it.

Which brings us to the lack of solid calendar servers. I've searched but I haven't found anything popular, OSS, easy to install, and useful for groups. Radicale exists but multi user support is a janky hack, while Nextcloud has unreliable sync. I'm looking for features like:

  • reliable calendar sync
  • sharable calendars.
  • scheduling help - when to have a meeting?
  • how many attendees for a group event, how many invited etc.
[–] fry@lemmy.sdf.org 2 points 2 months ago* (last edited 2 months ago)

Any CalDAV server will do. All events are synced across all properly configured devices. No need for emailing individual events. Radicale is an exception. I also find it too simple/barebones.

I have been running Baïkal for years. Multiple users and devices (iOS, Android, MacOS, Linux, Windows etc) with multiple calendars per user, a decent admin web ui, pretty lightweight, easy to install and configure and zero maintenance.

Or just set up your own exchange server.

Personally I miss a calendar frontend that can be used directly in a web browser. Like Google calendar but with everything living on my own server.

Scheduling and event management should be done in a client if you ask me.

load more comments (3 replies)