3dca02155b5db16e82f5de990fa1324cc908f71d
abb5abb3063b445182a582e85ff313c931046c74
@@ -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__':