This project is not affiliated with the RAK or IMT Atlantique school. It's just a personal project to improve student's life on campus. The data is publicly provided by the RAK restaurant on their website.
This project was designed to import menus from the restaurant RAK Plouzané into its iOS calendar. It is therefore mainly intended for IMT Atlantique Brest students.
The calendar is refreshed every Monday at 8 AM.
To use the ICS calendar and get the menus in your calendar (on your iPhone for example) :
1st method - Easiest way (recommanded) :
Just click on the next button, it will redirect you to the iCal URL and automatically open the calendar in your app :
2nd method - Add a new Mail account :
- Go to
Settings > Mail > Accounts
. - Add an account by selecting
Other
andAdd Subscrived Calendar
. - Add the ICS Calendar URL :
https://jordanbmrd.github.io/ical-rak-menu/
and leave other default parameters.
This configuration will allow the calendar to refresh by itself. It should be almost the same configuration for Android or other OS.
Enjoy !
- Clone the repository
- Install the dependencies :
pip install lxml ics requests
- Run the script :
python create_calendar.py
This will create a new menus.ics
file that you can import in any calendar app that supports ICS files.