icalendar

Why only the first one can get the email invitation via Python icalendar

Why only the first one can get the email invitation via Python icalendar Question: I have a script that will run periodically to send email invitations to all receivers to inform them about upcoming maintenance. Here is the code example import os import uuid import smtplib import icalendar import datetime from email.mime.base import MIMEBase from …

Total answers: 2

issue with *.ics splitting strings with more than one line *Python*

issue with *.ics splitting strings with more than one line *Python* Question: I have tried as many methods I could find, and always got the same result, but there must be a fix for this? I am downloading an ICS from a website, were one of the lines "Summary", is split in two. When I …

Total answers: 1

iCalendar reader for Python?

iCalendar reader for Python? Question: I’m looking to automate the status reports that I have to send to my manager. Since I use a to-do software that writes to iCalendar format, I would like be able to format an email out of the ics file. I’m starting my work with: http://codespeak.net/icalendar/ which looks pretty good, …

Total answers: 3