mirror of
https://github.com/fabrice404/olympics-calendar.git
synced 2026-03-12 08:59:54 +00:00
Compare commits
2 Commits
2024-paris
...
ecf441b8e8
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ecf441b8e8 | ||
|
|
fc22cd087a |
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
@@ -1,8 +1,8 @@
|
||||
name: Auto update calendar
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: "*/10 * * * *"
|
||||
# schedule:
|
||||
# - cron: "*/10 * * * *"
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
# Paralympics Calendar
|
||||
This repository contains a script to generate calendar files (.ics) for the Paris 2024 Summer Paralympics Games, allowing you to sync sports events with your Google Calendar.
|
||||
# Olympics/Paralympics Calendars
|
||||
This repository contains scripts to generate calendar files (.ics) for the Paris 2024 Summer Games, allowing you to sync sports events with your Google Calendar.
|
||||
|
||||
> [!NOTE]
|
||||
> The calendars for the Paris 2024 Olympics have been archived to the [olympics-closing](https://github.com/fabrice404/olympics-calendar/tree/olympics-closing) branch
|
||||
> Olympics calendars have been archived to the [olympics-closing](https://github.com/fabrice404/olympics-calendar/tree/olympics-closing) branch. \
|
||||
> Paralympics calendars have been archived to the [olympics-closing](https://github.com/fabrice404/olympics-calendar/tree/paralympics-closing) branch.
|
||||
|
||||
## Usage
|
||||
All calendar files are available at this URL: https://fabrice404.github.io/olympics-calendar/ \
|
||||
|
||||
Reference in New Issue
Block a user