https://github.com/lastaapps/hopitude_to_ical
Convert the timetable of the subject Basics of physical movement at TalTech in Tallinn into the iCal format.
https://github.com/lastaapps/hopitude_to_ical
ical rust taltech
Last synced: 3 months ago
JSON representation
Convert the timetable of the subject Basics of physical movement at TalTech in Tallinn into the iCal format.
- Host: GitHub
- URL: https://github.com/lastaapps/hopitude_to_ical
- Owner: Lastaapps
- License: gpl-3.0
- Created: 2023-09-02T18:51:51.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-05T12:46:31.000Z (almost 3 years ago)
- Last Synced: 2025-01-01T02:28:04.143Z (over 1 year ago)
- Topics: ical, rust, taltech
- Language: Rust
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hopitude to iCal at TalTech
This project aims to convert
[the timetable](https://app.hopitude.com/en/calendar?cl=66)
of the subject `Basics of physical movement` at `TalTech` in Tallinn
into the iCal format, so it can be added to a calendar of your choice.
The program is written in Rust.
The project was developed in an evening by Petr Laštovička/LastaApps in 2023.
## Building
Just clone the repo and hit `cargo run` and maybe `cargo install` if you want.
## Available online
I'm also hosting this program on my server.
The calendar is updated at least once a day.
You can import the link below into your calendar (see help below).
If there is an event added,
the calendar should update automatically withing 2 days from a change.
If the link is not valid anymore, please file an issue.
```
https://lastope2.sh.cvut.cz/taltech_basics_of_physical_movement_timetable.ical
```
- [Nextcloud](https://docs.nextcloud.com/server/19/user_manual/pim/calendar.html#subscribe-to-a-calendar)
- [Google calendar](support.google.com/calendar/answer/37100)
- [Outlook](https://support.microsoft.com/en-au/office/import-or-subscribe-to-a-calendar-in-outlook-on-the-web-503ffaf6-7b86-44fe-8dd6-8099d95f38df)
- [Apple calendar](https://www.youtube.com/watch?v=dQw4w9WgXcQ)
- Other - search for "subscribe to a calendar"
## License
This project is licensed under the `GNU GPL v3.0` license.