Comment on Self-hosted calendar that isn't Nextcloud and can send e-mail reminders, not just pop-ups
derin@lemmy.beru.co 11 months ago
Try Baikal, it’s a pretty lightweight CalDAV server!
Any client I use it with supports notifications, however it should also be able to send emails for you (e.g. Its scheduling feature).
chriscrutch@lemm.ee 11 months ago
I had Baikal running for a while, there’s no notifications on the server side.
Scheduling is not the same as event notifications. At that link you provided, that refers to sending email invitations to participants in an event. Those get sent immediately at the event’s creation, it’s kind of an RSVP system.
I need a client that can send an email at a specified time before the event starts.
lemmyvore@feddit.nl 11 months ago
Oh if you mean event notifications check out Calengoo. It has versions for all major platforms.
chriscrutch@lemm.ee 11 months ago
I may have to try that one. Just looking on the website, it doesn’t explicitly say there’s the possibility of emailed event reminders, but it does say that there’s an integrated client so it seems like there’s a possibility. Thank you!
TCB13@lemmy.world 11 months ago
You are right. I’ve some experience with tweaking Baikal’s code, maybe you can implement that notifications feature yourself? The code isn’t perfect and could be simplified bit it doesn’t seem very hard to implement what you’re looking for given their architecture.
chriscrutch@lemm.ee 11 months ago
Any coding is well above my skill level. Thank you, though.