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

Event color is invalid in public calendar #13

@Doarakko

Description

@Doarakko

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']

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions