Skip to content

Commit

Permalink
Fix issue
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-ni committed Oct 5, 2023
1 parent 156c243 commit 1a1988f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hknweb/events/models/rsvp.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def save(self, *args, **kwargs):
# we no longer provision new personal google calendars
# instead, we generate a ICalView and a route to view it
# so they can add it to any calendar app
return
return super().save(*args, **kwargs)

if self.google_calendar_event_id is None:
self.google_calendar_event_id = gcal.create_event(
Expand Down

0 comments on commit 1a1988f

Please sign in to comment.