You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 30, 2024. It is now read-only.
To divide competitions whether there is awards points, can't.
public calendar
my app
# Different colors depending on whether there is awards points
if getattr(competition_info, 'awardsPoints'):
color_id = CALENDAR_JSON[calendar_name]['colorId_1']
else:
color_id = CALENDAR_JSON[calendar_name]['colorId_2']
To divide competitions whether there is awards points, can't.
public calendar

my app
