An open API service indexing awesome lists of open source software.

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.

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.