Skip to content

Releases: randrcomputers/week-planner-card-plus

v2.0.10

Choose a tag to compare

@randrcomputers randrcomputers released this 21 May 11:57
57717f3

Fix for Title and Location

v2.0.9

Choose a tag to compare

@randrcomputers randrcomputers released this 20 May 23:15
405d016

| 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

Choose a tag to compare

@randrcomputers randrcomputers released this 18 Feb 01:21
4528073

single change only: added defaultAllDay: true|false

v2.0.3 Added support for dutch language

Choose a tag to compare

@randrcomputers randrcomputers released this 06 Feb 15:26
6dde760

Added support for dutch language

v2.0.1

Choose a tag to compare

@randrcomputers randrcomputers released this 04 Feb 01:25
40c17fb

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

Choose a tag to compare

@randrcomputers randrcomputers released this 04 Feb 23:23
ea875b6

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

Choose a tag to compare

@randrcomputers randrcomputers released this 01 Feb 04:24
5daca96

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

Choose a tag to compare

@randrcomputers randrcomputers released this 30 Jan 01:03
2c4aea4

More robust blank day click for add event

Google Support

Choose a tag to compare

@randrcomputers randrcomputers released this 25 Jan 04:42
996956c

fixed close issue on popup

v1.1.0

Choose a tag to compare

@randrcomputers randrcomputers released this 24 Jan 01:53
b539740

Initial public release