Skip to content
This repository has been archived by the owner on Jun 30, 2024. It is now read-only.

Event color is invalid in public calendar #13

Open
Doarakko opened this issue Apr 9, 2019 · 0 comments
Open

Event color is invalid in public calendar #13

Doarakko opened this issue Apr 9, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@Doarakko
Copy link
Owner

Doarakko commented Apr 9, 2019

To divide competitions whether there is awards points, can't.

  • public calendar
    public calendar

  • my app
    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']
@Doarakko Doarakko added the enhancement New feature or request label Apr 9, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant