Commit Graph

7 Commits

Author SHA1 Message Date
Ace
4d67fab755
Localisation support + better events handling
It's now possible to change the strings used in events (today, tomorrow, at) to a custom string (of your local language).
The events section within the calendar module now only shows events from today which have not passed yet. If some lines are empty in the weather section, they'll be filled with events from the next 40 days. 
Also, some minor code improvements.
2019-12-16 00:58:45 +01:00
Ace
3356790549
Added option to change string of all day events 2019-12-16 00:50:55 +01:00
Ace
96cba72f53
Dynamic fontsize support
It is now possible to select the desired fontsize in the calendar module.
2019-12-14 22:04:52 +01:00
Ace
fe50672586
Updated fontsize for larger letters 2019-12-14 22:03:33 +01:00
Ace
7651feb7df
Added Error handling for recurring events
With the added Error handling, the stability of the recurring-events-parsing section has improved as well. This is handy when using non-supported iCalendars.
2019-12-14 19:19:44 +01:00
Ace
cd6878f8cf
Added support for recurring events
This is a more thorough approach on fetching and parsing recurring events. It has been tested on Google and Yahoo iCalendar, so it might not work on others. As further testing and feedpack is required to test it's reliability, the parsing of reucrring events is switched off by default. Setting 'use_recurring_events' to 'True' activates parsing of recurring events.
2019-12-14 17:24:05 +01:00
Ace
9517017365
Improved folder structure
With the new folder structure, users can now easily clone the repo with git clone. The need for renaming and shifting folders is now gone.
2019-12-12 22:52:57 +01:00