Irgendjemand sollte der Vollständigkeit halber noch den neuen Filter limit:when=(today|tomorrow) in die deutsche Übersetzung einbauen.
Da ich eine deutsche commandref grundsätzlich und aus Überzeugung ablehne, werde ich das nicht tun.
Aber ich habe zumindest die englische commandref bezüglich dieses Filters ergänzt.
<tr><td><code>to=[+|-]<timespec></code></td><td>shows only events that start before
a timespan <timespec> from now; use a minus sign for events in the
past; <timespec> is described below in the Attributes section</td></tr>
+ <tr><td><code>when=today|tomorrow</code></td><td>shows events for today or tomorrow</td></tr>
</table><br>
Examples:<br>
<code>get MyCalendar events limit:count=10</code><br>
<code>get MyCalendar events limit:from=-2d</code><br>
+ <code>get MyCalendar events limit:when=today</code><br>
<code>get MyCalendar events limit:count=10,from=0,to=+10d</code><br>
<br><br>