diff --git a/server.py b/server.py index e5c6bcd4cc63442a5796edff1b0c137116bc6369..57fbaee16ca06d0a62b2352f3e60698f30feb132 100755 --- a/server.py +++ b/server.py @@ -1422,7 +1422,7 @@ def feed_appointments_atom(protocoltype): @app.route("/feed/appointments/ical/<int:protocoltype_id>") @db_lookup(ProtocolType) -def feed_appointsments_ical(protocoltype): +def feed_appointments_ical(protocoltype): if not protocoltype.has_public_anonymous_view_right(): abort(403) protocols = [protocol