Python Scripts for Radicale #1698
tob-90
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am a long-time user of Radicale and think the project is great. However, after switching to Radicale, I found that a few functionalities were missing that are useful for me in my daily life. I was able to replace these missing functionalities with my own scripts. I would like to share these with you.
Calendar Reminder Script
This Python script fetches events from one or more iCalendar (ICS) sources and sends reminder emails. It supports recurring events, custom reminder times, and tracking of already sent reminders.
https://github.com/tob-90/ics-email-reminder
Calendar Overview Notification Script
This Python script regularly checks ICS calendar files for changes and sends notifications via email if new events are added, existing events are modified, or removed. It is particularly designed for shared calendars, ensuring that all participants stay informed about updates in a structured and automated way.
https://github.com/tob-90/ics-event-overview
Birthday Reminder Script
This script is designed to send automatic birthday reminder emails for birthdays occurring on the same day the script is run. Optionally, it can also create an .ics calendar file for those birthdays, which is especially useful for email clients like Thunderbird that don't display birthdays from contacts in the calendar.
https://github.com/tob-90/vcf-birthday-reminder
Best regards.
Beta Was this translation helpful? Give feedback.
All reactions