all repos — mycal @ 3dca02155b5db16e82f5de990fa1324cc908f71d

private calendar anonymiser

log errors to console

Alan Pearce
commit

3dca02155b5db16e82f5de990fa1324cc908f71d

parent

abb5abb3063b445182a582e85ff313c931046c74

1 file changed, 1 insertion(+), 0 deletions(-)

changed files
M mycal.pymycal.py
@@ -78,6 +78,7 @@ busy.add('dtend', dtend)
output.add_component(busy) return output.to_ical(), { "Content-Type": "text/plain" } except Exception as e: + print("error:", e) return f"Error parsing with icalendar: {str(e)}", 500 if __name__ == '__main__':