Releases: randrcomputers/week-planner-card-plus
Release list
v2.0.10
v2.0.9
| 2.0.9 | Fortnightly repeat; displayInHeader; month grid alignment |
| 2.0.8 | Visible Description field (native textarea) |
| 2.0.7 | Edit dialog Description not wiped on open |
| 2.0.6 | Local calendar grid title from Description fallback |
| 2.0.5 | Edit field typing fix; icon.png |
V2.0.4 added defaultAllDay: true|false
single change only: added defaultAllDay: true|false
v2.0.3 Added support for dutch language
Added support for dutch language
v2.0.1
On add Event popup changed "All day" to be off by default
Added NEW "Schedule view (Skylight timeline)"
Added to readme recommended CSS for all-day wrapping
v2.02 added Popup dialogs about CalDAV/Google limitations
Note certain calendars have limitations.
CalDAV cannot edit or delete but can add events
Google cannot edit but can add and delete events
Local calendars can delete, add and edit with ics calendar tools addon.
v2.0.0
Repeat support (Local vs Google)
Local Calendar repeat (ICS RRULE)
For Local Calendar entities (backed by a .ics file), repeating events are created via:
ics_calendar_tools.add_event with an rrule
Examples of rrule strings:
Daily: FREQ=DAILY
Weekly: FREQ=WEEKLY;INTERVAL=1
Weekly, 10 times: FREQ=WEEKLY;COUNT=10
Requirements
Install ICS Calendar Tools (v2.0.0+)
Use a Local Calendar entity (calendar.* created by Local Calendar)
Google repeat (true recurring series)
Week Planner Card Plus uses Home Assistant’s WebSocket calendar API (the same mechanism HA uses internally) to create true Google recurring series when repeat is selected.
Delete behavior (Local vs Google)
Local Calendar delete uses ics_calendar_tools.delete_event
Google delete uses Home Assistant’s WebSocket calendar API so it deletes cleanly (including series UIDs where applicable)
Known limitation: Google edit
In many Home Assistant setups, Google calendar entities do not expose a native “Edit” option.
In those cases, the card can still Add/Delete (including repeat series), but true “Edit in place” may not be available.
v1.2.0 More robust blank day click for add event
More robust blank day click for add event