Skip to content

Commit

Permalink
feat: remove status
Browse files Browse the repository at this point in the history
  • Loading branch information
tbmc committed Sep 30, 2023
1 parent aa6fb4c commit d2d4306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion calendar_converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def _extract_event_summary(event_data: EVENT_TYPE, event: Event, team_name: str)

slug_presence = group.get("slug_name")
presence = MY_PRESENCE.get(slug_presence)
event.add("status", _status_to_ics_status(presence))
# event.add("status", _status_to_ics_status(presence))

event.add("summary", summary)

Expand Down

0 comments on commit d2d4306

Please sign in to comment.