├── .github └── workflows │ ├── update-ical.yml │ └── update-readme.yml ├── .gitignore ├── .prettierrc ├── .vscode └── launch.json ├── LICENSE ├── README.md ├── _scripts ├── README.md ├── create-ical.js ├── create-readme.js ├── get-leagues.js ├── list-leagues.js ├── list-matches.js └── list-teams.js ├── docs ├── cal │ ├── INFO.md │ ├── _test-calendar.ical │ ├── league-of-legends-all-star.ical │ ├── league-of-legends-all-star.json │ ├── league-of-legends-americas-challengers.ical │ ├── league-of-legends-americas-challengers.json │ ├── league-of-legends-arabian-league.ical │ ├── league-of-legends-arabian-league.json │ ├── league-of-legends-asia-invitational.ical │ ├── league-of-legends-asia-invitational.json │ ├── league-of-legends-asia-masters.ical │ ├── league-of-legends-asia-masters.json │ ├── league-of-legends-asia-star-challengers-invitational.ical │ ├── league-of-legends-asia-star-challengers-invitational.json │ ├── league-of-legends-asian-games.ical │ ├── league-of-legends-asian-games.json │ ├── league-of-legends-baltic-masters.ical │ ├── league-of-legends-baltic-masters.json │ ├── league-of-legends-belgian-league.ical │ ├── league-of-legends-belgian-league.json │ ├── league-of-legends-cblol-academy.ical │ ├── league-of-legends-cblol-academy.json │ ├── league-of-legends-cblol-brazil.ical │ ├── league-of-legends-cblol-brazil.json │ ├── league-of-legends-cdln.ical │ ├── league-of-legends-cdln.json │ ├── league-of-legends-challenge-france.ical │ ├── league-of-legends-challenge-france.json │ ├── league-of-legends-challenger-korea.ical │ ├── league-of-legends-challenger-korea.json │ ├── league-of-legends-choque-de-reinos.ical │ ├── league-of-legends-choque-de-reinos.json │ ├── league-of-legends-circuito-de-leyendas.ical │ ├── league-of-legends-circuito-de-leyendas.json │ ├── league-of-legends-circuito-desafiante.ical │ ├── league-of-legends-circuito-desafiante.json │ ├── league-of-legends-copa-latinoamerica-norte.ical │ ├── league-of-legends-copa-latinoamerica-norte.json │ ├── league-of-legends-copa-latinoamerica-sur.ical │ ├── league-of-legends-copa-latinoamerica-sur.json │ ├── league-of-legends-coupe-de-france.ical │ ├── league-of-legends-coupe-de-france.json │ ├── league-of-legends-demacia-cup.ical │ ├── league-of-legends-demacia-cup.json │ ├── league-of-legends-division-of-honor.ical │ ├── league-of-legends-division-of-honor.json │ ├── league-of-legends-dutch-league.ical │ ├── league-of-legends-dutch-league.json │ ├── league-of-legends-ebl.ical │ ├── league-of-legends-ebl.json │ ├── league-of-legends-elements-league.ical │ ├── league-of-legends-elements-league.json │ ├── league-of-legends-elite-series-benelux-masters.ical │ ├── league-of-legends-elite-series-benelux-masters.json │ ├── league-of-legends-elite-series.ical │ ├── league-of-legends-elite-series.json │ ├── league-of-legends-emea-masters.ical │ ├── league-of-legends-emea-masters.json │ ├── league-of-legends-entel-honor-league.ical │ ├── league-of-legends-entel-honor-league.json │ ├── league-of-legends-esl-meisterschaft.ical │ ├── league-of-legends-esl-meisterschaft.json │ ├── league-of-legends-esports-championships-asia.ical │ ├── league-of-legends-esports-championships-asia.json │ ├── league-of-legends-esports-shanghai-masters.ical │ ├── league-of-legends-esports-shanghai-masters.json │ ├── league-of-legends-esports-world-cup.ical │ ├── league-of-legends-esports-world-cup.json │ ├── league-of-legends-eu-challenger-series.ical │ ├── league-of-legends-eu-challenger-series.json │ ├── league-of-legends-eu-lcs.ical │ ├── league-of-legends-eu-lcs.json │ ├── league-of-legends-european-masters.ical │ ├── league-of-legends-european-masters.json │ ├── league-of-legends-european-pro-league.ical │ ├── league-of-legends-european-pro-league.json │ ├── league-of-legends-first-stand.ical │ ├── league-of-legends-first-stand.json │ ├── league-of-legends-gll.ical │ ├── league-of-legends-gll.json │ ├── league-of-legends-gpl.ical │ ├── league-of-legends-gpl.json │ ├── league-of-legends-hitopint-winter.ical │ ├── league-of-legends-hitopint-winter.json │ ├── league-of-legends-hitpoint-masters.ical │ ├── league-of-legends-hitpoint-masters.json │ ├── league-of-legends-hll.ical │ ├── league-of-legends-hll.json │ ├── league-of-legends-iberian-cup.ical │ ├── league-of-legends-iberian-cup.json │ ├── league-of-legends-ignis-cup.ical │ ├── league-of-legends-ignis-cup.json │ ├── league-of-legends-intel-arabian-cup.ical │ ├── league-of-legends-intel-arabian-cup.json │ ├── league-of-legends-intel-extreme-masters.ical │ ├── league-of-legends-intel-extreme-masters.json │ ├── league-of-legends-international-wildcard.ical │ ├── league-of-legends-international-wildcard.json │ ├── league-of-legends-karmine-corp.ical │ ├── league-of-legends-karmine-corp.json │ ├── league-of-legends-kcx3-karmine-corp-vs-the-world.ical │ ├── league-of-legends-kcx3-karmine-corp-vs-the-world.json │ ├── league-of-legends-kespa-cup.ical │ ├── league-of-legends-kespa-cup.json │ ├── league-of-legends-la-comic-con-invitational.ical │ ├── league-of-legends-la-comic-con-invitational.json │ ├── league-of-legends-lck-academy-series.ical │ ├── league-of-legends-lck-academy-series.json │ ├── league-of-legends-lck-challengers-league.ical │ ├── league-of-legends-lck-challengers-league.json │ ├── league-of-legends-lck-champions-korea.ical │ ├── league-of-legends-lck-champions-korea.json │ ├── league-of-legends-lcl.ical │ ├── league-of-legends-lcl.json │ ├── league-of-legends-lco.ical │ ├── league-of-legends-lco.json │ ├── league-of-legends-lcp.ical │ ├── league-of-legends-lcp.json │ ├── league-of-legends-lcs-academy.ical │ ├── league-of-legends-lcs-academy.json │ ├── league-of-legends-lcs-proving-grounds.ical │ ├── league-of-legends-lcs-proving-grounds.json │ ├── league-of-legends-lcs.ical │ ├── league-of-legends-lcs.json │ ├── league-of-legends-ldl.ical │ ├── league-of-legends-ldl.json │ ├── league-of-legends-league-of-legends-league-of-origin.ical │ ├── league-of-legends-league-of-legends-league-of-origin.json │ ├── league-of-legends-lec.ical │ ├── league-of-legends-lec.json │ ├── league-of-legends-legends-cup.ical │ ├── league-of-legends-legends-cup.json │ ├── league-of-legends-lfl-division-2.ical │ ├── league-of-legends-lfl-division-2.json │ ├── league-of-legends-lfl.ical │ ├── league-of-legends-lfl.json │ ├── league-of-legends-lgc-rising.ical │ ├── league-of-legends-lgc-rising.json │ ├── league-of-legends-liga-latinoamerica-norte.ical │ ├── league-of-legends-liga-latinoamerica-norte.json │ ├── league-of-legends-lit.ical │ ├── league-of-legends-lit.json │ ├── league-of-legends-ljl-japan.ical │ ├── league-of-legends-ljl-japan.json │ ├── league-of-legends-lla.ical │ ├── league-of-legends-lla.json │ ├── league-of-legends-lmf.ical │ ├── league-of-legends-lmf.json │ ├── league-of-legends-lms-taiwan.ical │ ├── league-of-legends-lms-taiwan.json │ ├── league-of-legends-lpl-china.ical │ ├── league-of-legends-lpl-china.json │ ├── league-of-legends-lplol.ical │ ├── league-of-legends-lplol.json │ ├── league-of-legends-lrn.ical │ ├── league-of-legends-lrn.json │ ├── league-of-legends-lrs.ical │ ├── league-of-legends-lrs.json │ ├── league-of-legends-lta-north.ical │ ├── league-of-legends-lta-north.json │ ├── league-of-legends-lta-south.ical │ ├── league-of-legends-lta-south.json │ ├── league-of-legends-lta.ical │ ├── league-of-legends-lta.json │ ├── league-of-legends-lvp-sl-2nd-division.ical │ ├── league-of-legends-lvp-sl-2nd-division.json │ ├── league-of-legends-lvp-slo.ical │ ├── league-of-legends-lvp-slo.json │ ├── league-of-legends-meg.ical │ ├── league-of-legends-meg.json │ ├── league-of-legends-mid-invitational.ical │ ├── league-of-legends-mid-invitational.json │ ├── league-of-legends-mid-season-cup.ical │ ├── league-of-legends-mid-season-cup.json │ ├── league-of-legends-na-academy.ical │ ├── league-of-legends-na-academy.json │ ├── league-of-legends-na-challenger-series.ical │ ├── league-of-legends-na-challenger-series.json │ ├── league-of-legends-na-lcs.ical │ ├── league-of-legends-na-lcs.json │ ├── league-of-legends-na-scouting-grounds.ical │ ├── league-of-legends-na-scouting-grounds.json │ ├── league-of-legends-nest.ical │ ├── league-of-legends-nest.json │ ├── league-of-legends-nlc.ical │ ├── league-of-legends-nlc.json │ ├── league-of-legends-nno-cup.ical │ ├── league-of-legends-nno-cup.json │ ├── league-of-legends-north-american-challengers-league.ical │ ├── league-of-legends-north-american-challengers-league.json │ ├── league-of-legends-nova-series.ical │ ├── league-of-legends-nova-series.json │ ├── league-of-legends-opl.ical │ ├── league-of-legends-opl.json │ ├── league-of-legends-pcs.ical │ ├── league-of-legends-pcs.json │ ├── league-of-legends-pg-nationals.ical │ ├── league-of-legends-pg-nationals.json │ ├── league-of-legends-polska-liga-esportowa.ical │ ├── league-of-legends-polska-liga-esportowa.json │ ├── league-of-legends-prime-league-pro-division.ical │ ├── league-of-legends-prime-league-pro-division.json │ ├── league-of-legends-prime-league-super-cup.ical │ ├── league-of-legends-prime-league-super-cup.json │ ├── league-of-legends-prime-pokal.ical │ ├── league-of-legends-prime-pokal.json │ ├── league-of-legends-pulsefire-cup.ical │ ├── league-of-legends-pulsefire-cup.json │ ├── league-of-legends-red-bull-league-of-its-own.ical │ ├── league-of-legends-red-bull-league-of-its-own.json │ ├── league-of-legends-rift-legends.ical │ ├── league-of-legends-rift-legends.json │ ├── league-of-legends-rift-rivals-cblol-vs-cls-vs-lln.ical │ ├── league-of-legends-rift-rivals-cblol-vs-cls-vs-lln.json │ ├── league-of-legends-rift-rivals-gpl-vs-ljl-vs-opl.ical │ ├── league-of-legends-rift-rivals-gpl-vs-ljl-vs-opl.json │ ├── league-of-legends-rift-rivals-lck-vs-lpl-vs-lms-vcs.ical │ ├── league-of-legends-rift-rivals-lck-vs-lpl-vs-lms-vcs.json │ ├── league-of-legends-rift-rivals-lck-vs-lppl-vs-lms.ical │ ├── league-of-legends-rift-rivals-lck-vs-lppl-vs-lms.json │ ├── league-of-legends-rift-rivals-lcl-vs-tcl-vs-vcs.ical │ ├── league-of-legends-rift-rivals-lcl-vs-tcl-vs-vcs.json │ ├── league-of-legends-rift-rivals-tr-vs-cis.ical │ ├── league-of-legends-rift-rivals-tr-vs-cis.json │ ├── league-of-legends-rift-rivals.ical │ ├── league-of-legends-rift-rivals.json │ ├── league-of-legends-road-of-legends.ical │ ├── league-of-legends-road-of-legends.json │ ├── league-of-legends-sea-games.ical │ ├── league-of-legends-sea-games.json │ ├── league-of-legends-season-kickoff.ical │ ├── league-of-legends-season-kickoff.json │ ├── league-of-legends-sigma-cup.ical │ ├── league-of-legends-sigma-cup.json │ ├── league-of-legends-superdome.ical │ ├── league-of-legends-superdome.json │ ├── league-of-legends-t-esports-championship.ical │ ├── league-of-legends-t-esports-championship.json │ ├── league-of-legends-tcl-division-2.ical │ ├── league-of-legends-tcl-division-2.json │ ├── league-of-legends-torneo-de-pre-copa.ical │ ├── league-of-legends-torneo-de-pre-copa.json │ ├── league-of-legends-turkey-challenger-series.ical │ ├── league-of-legends-turkey-challenger-series.json │ ├── league-of-legends-turkey-championship-league.ical │ ├── league-of-legends-turkey-championship-league.json │ ├── league-of-legends-ultraliga.ical │ ├── league-of-legends-ultraliga.json │ ├── league-of-legends-vcs.ical │ ├── league-of-legends-vcs.json │ ├── league-of-legends-weibo-cup.ical │ ├── league-of-legends-weibo-cup.json │ ├── league-of-legends-world-championship.ical │ └── league-of-legends-world-championship.json ├── index.html ├── style.079961a0.css ├── style.079961a0.css.map ├── web.07863306.js └── web.07863306.js.map ├── example.env ├── lib ├── ical-utils.js ├── pandascore-utils.js └── pandascore.js ├── package.json └── web ├── index.html ├── index.js ├── package-lock.json ├── package.json ├── postcss.config.js └── style.pcss /.github/workflows/update-ical.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/.github/workflows/update-ical.yml -------------------------------------------------------------------------------- /.github/workflows/update-readme.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/.github/workflows/update-readme.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/.gitignore -------------------------------------------------------------------------------- /.prettierrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/.prettierrc -------------------------------------------------------------------------------- /.vscode/launch.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/.vscode/launch.json -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/README.md -------------------------------------------------------------------------------- /_scripts/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/_scripts/README.md -------------------------------------------------------------------------------- /_scripts/create-ical.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/_scripts/create-ical.js -------------------------------------------------------------------------------- /_scripts/create-readme.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/_scripts/create-readme.js -------------------------------------------------------------------------------- /_scripts/get-leagues.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/_scripts/get-leagues.js -------------------------------------------------------------------------------- /_scripts/list-leagues.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/_scripts/list-leagues.js -------------------------------------------------------------------------------- /_scripts/list-matches.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/_scripts/list-matches.js -------------------------------------------------------------------------------- /_scripts/list-teams.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/_scripts/list-teams.js -------------------------------------------------------------------------------- /docs/cal/INFO.md: -------------------------------------------------------------------------------- 1 | Last updated on 2025-11-30 2 | -------------------------------------------------------------------------------- /docs/cal/_test-calendar.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/_test-calendar.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-all-star.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-all-star.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-all-star.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-all-star.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-americas-challengers.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-americas-challengers.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-americas-challengers.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-americas-challengers.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-arabian-league.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-arabian-league.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-arabian-league.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-arabian-league.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-asia-invitational.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-asia-invitational.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-asia-invitational.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-asia-invitational.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-asia-masters.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-asia-masters.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-asia-masters.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-asia-masters.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-asia-star-challengers-invitational.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-asia-star-challengers-invitational.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-asia-star-challengers-invitational.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-asia-star-challengers-invitational.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-asian-games.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-asian-games.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-asian-games.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-asian-games.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-baltic-masters.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-baltic-masters.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-baltic-masters.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-baltic-masters.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-belgian-league.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-belgian-league.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-belgian-league.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-belgian-league.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-cblol-academy.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-cblol-academy.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-cblol-academy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-cblol-academy.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-cblol-brazil.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-cblol-brazil.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-cblol-brazil.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-cblol-brazil.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-cdln.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-cdln.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-cdln.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-cdln.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-challenge-france.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-challenge-france.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-challenge-france.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-challenge-france.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-challenger-korea.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-challenger-korea.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-challenger-korea.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-challenger-korea.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-choque-de-reinos.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-choque-de-reinos.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-choque-de-reinos.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-choque-de-reinos.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-circuito-de-leyendas.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-circuito-de-leyendas.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-circuito-de-leyendas.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-circuito-de-leyendas.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-circuito-desafiante.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-circuito-desafiante.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-circuito-desafiante.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-circuito-desafiante.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-copa-latinoamerica-norte.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-copa-latinoamerica-norte.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-copa-latinoamerica-norte.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-copa-latinoamerica-norte.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-copa-latinoamerica-sur.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-copa-latinoamerica-sur.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-copa-latinoamerica-sur.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-copa-latinoamerica-sur.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-coupe-de-france.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-coupe-de-france.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-coupe-de-france.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-coupe-de-france.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-demacia-cup.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-demacia-cup.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-demacia-cup.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-demacia-cup.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-division-of-honor.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-division-of-honor.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-division-of-honor.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-division-of-honor.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-dutch-league.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-dutch-league.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-dutch-league.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-dutch-league.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-ebl.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-ebl.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-ebl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-ebl.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-elements-league.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-elements-league.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-elements-league.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-elements-league.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-elite-series-benelux-masters.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-elite-series-benelux-masters.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-elite-series-benelux-masters.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-elite-series-benelux-masters.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-elite-series.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-elite-series.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-elite-series.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-elite-series.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-emea-masters.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-emea-masters.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-emea-masters.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-emea-masters.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-entel-honor-league.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-entel-honor-league.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-entel-honor-league.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-entel-honor-league.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-esl-meisterschaft.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-esl-meisterschaft.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-esl-meisterschaft.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-esl-meisterschaft.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-esports-championships-asia.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-esports-championships-asia.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-esports-championships-asia.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-esports-championships-asia.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-esports-shanghai-masters.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-esports-shanghai-masters.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-esports-shanghai-masters.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-esports-shanghai-masters.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-esports-world-cup.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-esports-world-cup.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-esports-world-cup.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-esports-world-cup.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-eu-challenger-series.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-eu-challenger-series.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-eu-challenger-series.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-eu-challenger-series.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-eu-lcs.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-eu-lcs.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-eu-lcs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-eu-lcs.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-european-masters.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-european-masters.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-european-masters.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-european-masters.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-european-pro-league.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-european-pro-league.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-european-pro-league.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-european-pro-league.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-first-stand.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-first-stand.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-first-stand.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-first-stand.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-gll.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-gll.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-gll.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-gll.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-gpl.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-gpl.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-gpl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-gpl.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-hitopint-winter.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-hitopint-winter.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-hitopint-winter.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-hitopint-winter.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-hitpoint-masters.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-hitpoint-masters.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-hitpoint-masters.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-hitpoint-masters.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-hll.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-hll.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-hll.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-hll.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-iberian-cup.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-iberian-cup.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-iberian-cup.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-iberian-cup.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-ignis-cup.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-ignis-cup.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-ignis-cup.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-ignis-cup.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-intel-arabian-cup.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-intel-arabian-cup.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-intel-arabian-cup.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-intel-arabian-cup.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-intel-extreme-masters.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-intel-extreme-masters.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-intel-extreme-masters.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-intel-extreme-masters.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-international-wildcard.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-international-wildcard.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-international-wildcard.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-international-wildcard.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-karmine-corp.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-karmine-corp.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-karmine-corp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-karmine-corp.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-kcx3-karmine-corp-vs-the-world.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-kcx3-karmine-corp-vs-the-world.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-kcx3-karmine-corp-vs-the-world.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-kcx3-karmine-corp-vs-the-world.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-kespa-cup.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-kespa-cup.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-kespa-cup.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-kespa-cup.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-la-comic-con-invitational.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-la-comic-con-invitational.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-la-comic-con-invitational.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-la-comic-con-invitational.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-lck-academy-series.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-lck-academy-series.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-lck-academy-series.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-lck-academy-series.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-lck-challengers-league.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-lck-challengers-league.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-lck-challengers-league.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-lck-challengers-league.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-lck-champions-korea.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-lck-champions-korea.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-lck-champions-korea.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-lck-champions-korea.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-lcl.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-lcl.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-lcl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-lcl.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-lco.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-lco.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-lco.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-lco.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-lcp.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-lcp.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-lcp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-lcp.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-lcs-academy.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-lcs-academy.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-lcs-academy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-lcs-academy.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-lcs-proving-grounds.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-lcs-proving-grounds.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-lcs-proving-grounds.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-lcs-proving-grounds.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-lcs.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-lcs.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-lcs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-lcs.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-ldl.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-ldl.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-ldl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-ldl.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-league-of-legends-league-of-origin.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-league-of-legends-league-of-origin.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-league-of-legends-league-of-origin.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-league-of-legends-league-of-origin.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-lec.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-lec.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-lec.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-lec.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-legends-cup.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-legends-cup.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-legends-cup.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-legends-cup.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-lfl-division-2.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-lfl-division-2.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-lfl-division-2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-lfl-division-2.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-lfl.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-lfl.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-lfl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-lfl.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-lgc-rising.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-lgc-rising.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-lgc-rising.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-lgc-rising.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-liga-latinoamerica-norte.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-liga-latinoamerica-norte.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-liga-latinoamerica-norte.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-liga-latinoamerica-norte.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-lit.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-lit.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-lit.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-lit.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-ljl-japan.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-ljl-japan.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-ljl-japan.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-ljl-japan.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-lla.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-lla.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-lla.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-lla.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-lmf.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-lmf.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-lmf.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-lmf.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-lms-taiwan.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-lms-taiwan.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-lms-taiwan.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-lms-taiwan.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-lpl-china.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-lpl-china.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-lpl-china.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-lpl-china.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-lplol.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-lplol.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-lplol.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-lplol.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-lrn.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-lrn.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-lrn.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-lrn.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-lrs.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-lrs.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-lrs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-lrs.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-lta-north.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-lta-north.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-lta-north.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-lta-north.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-lta-south.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-lta-south.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-lta-south.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-lta-south.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-lta.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-lta.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-lta.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-lta.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-lvp-sl-2nd-division.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-lvp-sl-2nd-division.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-lvp-sl-2nd-division.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-lvp-sl-2nd-division.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-lvp-slo.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-lvp-slo.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-lvp-slo.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-lvp-slo.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-meg.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-meg.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-meg.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-meg.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-mid-invitational.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-mid-invitational.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-mid-invitational.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-mid-invitational.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-mid-season-cup.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-mid-season-cup.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-mid-season-cup.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-mid-season-cup.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-na-academy.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-na-academy.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-na-academy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-na-academy.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-na-challenger-series.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-na-challenger-series.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-na-challenger-series.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-na-challenger-series.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-na-lcs.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-na-lcs.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-na-lcs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-na-lcs.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-na-scouting-grounds.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-na-scouting-grounds.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-na-scouting-grounds.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-na-scouting-grounds.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-nest.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-nest.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-nest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-nest.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-nlc.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-nlc.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-nlc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-nlc.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-nno-cup.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-nno-cup.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-nno-cup.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-nno-cup.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-north-american-challengers-league.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-north-american-challengers-league.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-north-american-challengers-league.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-north-american-challengers-league.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-nova-series.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-nova-series.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-nova-series.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-nova-series.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-opl.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-opl.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-opl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-opl.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-pcs.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-pcs.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-pcs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-pcs.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-pg-nationals.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-pg-nationals.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-pg-nationals.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-pg-nationals.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-polska-liga-esportowa.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-polska-liga-esportowa.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-polska-liga-esportowa.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-polska-liga-esportowa.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-prime-league-pro-division.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-prime-league-pro-division.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-prime-league-pro-division.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-prime-league-pro-division.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-prime-league-super-cup.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-prime-league-super-cup.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-prime-league-super-cup.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-prime-league-super-cup.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-prime-pokal.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-prime-pokal.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-prime-pokal.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-prime-pokal.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-pulsefire-cup.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-pulsefire-cup.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-pulsefire-cup.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-pulsefire-cup.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-red-bull-league-of-its-own.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-red-bull-league-of-its-own.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-red-bull-league-of-its-own.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-red-bull-league-of-its-own.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-rift-legends.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-rift-legends.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-rift-legends.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-rift-legends.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-rift-rivals-cblol-vs-cls-vs-lln.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-rift-rivals-cblol-vs-cls-vs-lln.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-rift-rivals-cblol-vs-cls-vs-lln.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-rift-rivals-cblol-vs-cls-vs-lln.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-rift-rivals-gpl-vs-ljl-vs-opl.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-rift-rivals-gpl-vs-ljl-vs-opl.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-rift-rivals-gpl-vs-ljl-vs-opl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-rift-rivals-gpl-vs-ljl-vs-opl.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-rift-rivals-lck-vs-lpl-vs-lms-vcs.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-rift-rivals-lck-vs-lpl-vs-lms-vcs.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-rift-rivals-lck-vs-lpl-vs-lms-vcs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-rift-rivals-lck-vs-lpl-vs-lms-vcs.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-rift-rivals-lck-vs-lppl-vs-lms.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-rift-rivals-lck-vs-lppl-vs-lms.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-rift-rivals-lck-vs-lppl-vs-lms.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-rift-rivals-lck-vs-lppl-vs-lms.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-rift-rivals-lcl-vs-tcl-vs-vcs.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-rift-rivals-lcl-vs-tcl-vs-vcs.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-rift-rivals-lcl-vs-tcl-vs-vcs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-rift-rivals-lcl-vs-tcl-vs-vcs.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-rift-rivals-tr-vs-cis.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-rift-rivals-tr-vs-cis.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-rift-rivals-tr-vs-cis.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-rift-rivals-tr-vs-cis.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-rift-rivals.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-rift-rivals.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-rift-rivals.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-rift-rivals.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-road-of-legends.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-road-of-legends.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-road-of-legends.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-road-of-legends.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-sea-games.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-sea-games.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-sea-games.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-sea-games.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-season-kickoff.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-season-kickoff.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-season-kickoff.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-season-kickoff.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-sigma-cup.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-sigma-cup.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-sigma-cup.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-sigma-cup.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-superdome.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-superdome.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-superdome.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-superdome.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-t-esports-championship.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-t-esports-championship.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-t-esports-championship.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-t-esports-championship.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-tcl-division-2.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-tcl-division-2.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-tcl-division-2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-tcl-division-2.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-torneo-de-pre-copa.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-torneo-de-pre-copa.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-torneo-de-pre-copa.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-torneo-de-pre-copa.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-turkey-challenger-series.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-turkey-challenger-series.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-turkey-challenger-series.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-turkey-challenger-series.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-turkey-championship-league.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-turkey-championship-league.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-turkey-championship-league.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-turkey-championship-league.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-ultraliga.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-ultraliga.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-ultraliga.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-ultraliga.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-vcs.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-vcs.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-vcs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-vcs.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-weibo-cup.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-weibo-cup.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-weibo-cup.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-weibo-cup.json -------------------------------------------------------------------------------- /docs/cal/league-of-legends-world-championship.ical: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-world-championship.ical -------------------------------------------------------------------------------- /docs/cal/league-of-legends-world-championship.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/cal/league-of-legends-world-championship.json -------------------------------------------------------------------------------- /docs/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/index.html -------------------------------------------------------------------------------- /docs/style.079961a0.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/style.079961a0.css -------------------------------------------------------------------------------- /docs/style.079961a0.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/style.079961a0.css.map -------------------------------------------------------------------------------- /docs/web.07863306.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/web.07863306.js -------------------------------------------------------------------------------- /docs/web.07863306.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/docs/web.07863306.js.map -------------------------------------------------------------------------------- /example.env: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/example.env -------------------------------------------------------------------------------- /lib/ical-utils.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/lib/ical-utils.js -------------------------------------------------------------------------------- /lib/pandascore-utils.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/lib/pandascore-utils.js -------------------------------------------------------------------------------- /lib/pandascore.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/lib/pandascore.js -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/package.json -------------------------------------------------------------------------------- /web/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/web/index.html -------------------------------------------------------------------------------- /web/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/web/index.js -------------------------------------------------------------------------------- /web/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/web/package-lock.json -------------------------------------------------------------------------------- /web/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/web/package.json -------------------------------------------------------------------------------- /web/postcss.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/web/postcss.config.js -------------------------------------------------------------------------------- /web/style.pcss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zlypher/lol-events/HEAD/web/style.pcss --------------------------------------------------------------------------------