NEWS
Test Adapter Birthdays
-
@alexmi sagte in Test Adapter Birthdays:
Gibt es eigentlich eine Möglichkeit auch Geburtstage über die VIS hinzuzufügen
Das Problem ist, dass das ein Schedule-Adapter ist, der also nur 1x am Tag gestartet wird für die Neuberechnung. Wenn man jetzt jederzeit einen Termin aufnehmen können wollen würde (z.B. über VIS), dann müsste die Instanz entweder andauernd laufen oder VIS müsste direkt die Instanz-Konfiguration bearbeiten (was nicht so cool wäre).
Dafür müsste ich also sehr viel umbauen.
-
Hi,
ich habe aktuell das Problem, das der Adapter im Ordner summary keine Werte liefert []. Alle anderen Ordner liefern mir die nächsten Geburtstage (next, nextAfter, etc.). Ich habe die Geburtstage über ical eingebunden.
Woran kann das liegen?
Dankeschön vorab
-
@deehay sagte in Test Adapter Birthdays:
Woran kann das liegen?
Debug-Log aktivieren und selbst schauen was der Adapter tut... Ich kann nicht raten
-
@haus-automatisierung
Hi,
ich verwende den Birthday Adapter schon eine Weile.
Funktioniert soweit Perfekt!
Nun habe ich eine zweite Instanz mit einem weiteren Google Kalender angelegt.
In diesem Kalender möchte ich mir einmalige Termine anzeigen lassen.
In den Kalender Einstellungen werden diese Termine auch nur als einmalig eingetragen.
Die Benachrichtigung funktioniert.
Nun fällt mir auf, dass der Adapter dennoch Termine vom Vorjahr benachrichtigt.
Also z.Bsp. hatte ich vor einem Jahr am 20. Mai einen Termin drin. Dieser wird mir nun auch dieses Jahr
mitgeteilt.
Ich weiss der Adapter ist für Wiederkehrende Termine ausgelegt.
Wem dem so ist, dann müsste beim eintragen eines Geburtstages ja auch nicht "jährlich" ausgewählt werden.
Könnte man dies ev. ändern im Adapter? Oder hat mir jemand eine Idee
wie ich dies mit diesme Adapter erledigen könnte?Danke
Patrick -
@valbuz sagte in Test Adapter Birthdays:
Ich weiss der Adapter ist für Wiederkehrende Termine ausgelegt.
Richtig, Geburtstage sind nunmal öfter
Ich kann gerne alle Termine ohne Wiederholung ignorieren. -
@haus-automatisierung sagte in Test Adapter Birthdays:
@valbuz sagte in Test Adapter Birthdays:
Ich weiss der Adapter ist für Wiederkehrende Termine ausgelegt.
Richtig, Geburtstage sind nunmal öfter
Korrekt
Ich kann gerne alle Termine ohne Wiederholung ignorieren.
Wäre natürlich Super. Somit hätte der Adapter eine zus. Funktion für einmalige Termine
Danke
-
@valbuz Was machst du denn mit den einzelnen Terminen? Dafür gibt es doch eigentlich schon den iCal Adapter.
-
@haus-automatisierung sagte in Test Adapter Birthdays:
@valbuz Was machst du denn mit den einzelnen Terminen? Dafür gibt es doch eigentlich schon den iCal Adapter.
Habe es bis jetzt eben mit dem Birthday Adapter gemacht....
-
@valbuz nuja, ich hab 4 ical instanzen und einen birthday.
birthday ist entstanden, weil einige ical für geburtstage "benutzen" wollten... -
@da_woody sagte in Test Adapter Birthdays:
@valbuz nuja, ich hab 4 ical instanzen und einen birthday.
birthday ist entstanden, weil einige ical für geburtstage "benutzen" wollten...So spielt das Leben
-
@haus-automatisierung Du hast ja mit dem letzt Update das doppelte hinzufügen von Geburtstagen verhindert.
Nun ist aber meine Frage wieso wird bei mir dieser Geburtstag doppelt erkannt?
Er ist nur einmal im Kalender drin:birthdays.0 2023-06-12 09:07:30.708 warn [addBirthday] birthday with name "Benjamin Schmidt" has already been added (28.05.2024) - skipping birthdays.0 2023-06-12 09:07:30.708 debug [ical] found birthday: Benjamin Schmidt (1983) birthdays.0 2023-06-12 09:07:30.708 debug [ical] processing event: {"component":["vevent",[["dtstart",{},"date","2023-05-28"],["dtend",{},"date","2023-05-29"],["rrule",{},"recur",{"freq":"YEARLY"}],["dtstamp",{},"date-time","2023-06-12T07:07:30Z"],["uid",{},"text","59p0iv4vn4crf2c544ha2jl368@google.com"],["created",{},"date-time","2023-04-10T19:53:29Z"],["description",{},"text","1983"],["last-modified",{},"date-time","2023-04-10T19:53:29Z"],["sequence",{},"integer",0],["status",{},"text","CONFIRMED"],["summary",{},"text","Benjamin Schmidt"],["transp",{},"text","TRANSPARENT"]],[]],"_rangeExceptionCache":{},"exceptions":{},"rangeExceptions":[]} birthdays.0 2023-06-12 09:07:30.692 debug [ical] found birthday: Benjamin Schmidt (1983) birthdays.0 2023-06-12 09:07:30.692 debug [ical] processing event: {"component":["vevent",[["dtstart",{},"date","2022-05-28"],["dtend",{},"date","2022-05-29"],["dtstamp",{},"date-time","2023-06-12T07:07:30Z"],["uid",{},"text","07jehvfnu7rf2inqdqrmh94tos@google.com"],["created",{},"date-time","2022-03-11T22:47:50Z"],["description",{},"text","1983"],["last-modified",{},"date-time","2022-03-11T23:41:43Z"],["sequence",{},"integer",0],["status",{},"text","CONFIRMED"],["summary",{},"text","Benjamin Schmidt"],["transp",{},"text","TRANSPARENT"]],[]],"_rangeExceptionCache":{},"exceptions":{},"rangeExceptions":[]}
Was kann ich tun, um diese Warnung weg zu bekommen? Also was müsste ich am Kalender / Eintrag ändern?
-
@ben1983 Mh - wie genau sieht der ical Eintrag denn aus? Kannst Du die EVENT Definition aus der Datei mal teilen?
-
@haus-automatisierung ich habe gerade den Eintrag des Geburtstags gelöscht. die Warnung kommt nicht mehr, aber der Geburtstag steht trotzdem noch im Log drin als erkannt?
Wieso stehen eigentlich nur manche Geburtstage als "found Birthday" drin?Welche Definition meinst Du denn? Die vom Kalender?
-
@ben1983 sagte in Test Adapter Birthdays:
Wieso stehen eigentlich nur manche Geburtstage als "found Birthday" drin?
Ich verstehe die Frage nicht. Wenn der Kalendereintrag den Vorgaben (siehe Doku) entspricht, dann sollte diese Meldung für alle Geburtstage auftauchen.
@ben1983 sagte in Test Adapter Birthdays:
Welche Definition meinst Du denn? Die vom Kalender?
Wenn Du die ical Datei mit einem Texteditor öffnest, dann suchst Du nach dem EVENT-Abschnitt, welcher den genannten Termin betrifft. Irgendwo müssen die ja doppelt her kommen. Eventuell hast Du ja auch mal einen einzelnen Termin aus einer Termin-Serie gelöscht und dadurch gibt es nun für den gleichen Geburtstag zwei Definitionen.
-
@haus-automatisierung ich habe ziemlich viele von diesen Einträgen:
birthdays.0 2023-06-12 09:30:43.597 debug [fillPathWithBirthday] path: "month.06.stephanPanz", birthday: {"name":"Stephan Panz","birthYear":1979,"dateFormat":"03.06.2024","age":45,"daysLeft":357,"_birthday":"1979-06-02T23:00:00.000Z","_nextBirthday":"2024-06-02T22:00:00.000Z"} birthdays.0 2023-06-12 09:30:43.593 debug [fillPathWithBirthday] path: "month.05.maxBreuer", birthday: {"name":"Max Breuer","birthYear":1994,"dateFormat":"25.05.2024","age":30,"daysLeft":348,"_birthday":"1994-05-24T22:00:00.000Z","_nextBirthday":"2024-05-24T22:00:00.000Z"} birthdays.0 2023-06-12 09:30:43.587 debug [fillPathWithBirthday] path: "month.05.eddiSchmidt", birthday: {"name":"Eddi Schmidt","birthYear":1999,"dateFormat":"20.05.2024","age":25,"daysLeft":343,"_birthday":"1999-05-19T22:00:00.000Z","_nextBirthday":"2024-05-19T22:00:00.000Z"} birthdays.0 2023-06-12 09:30:43.583 debug [fillPathWithBirthday] path: "month.05.linaGrywnow", birthday: {"name":"Lina Grywnow","birthYear":2013,"dateFormat":"20.05.2024","age":11,"daysLeft":343,"_birthday":"2013-05-19T22:00:00.000Z","_nextBirthday":"2024-05-19T22:00:00.000Z"} birthdays.0 2023-06-12 09:30:43.579 debug [fillPathWithBirthday] path: "month.05.tabeaMeinhardt", birthday: {"name":"Tabea Meinhardt","birthYear":1996,"dateFormat":"18.05.2024","age":28,"daysLeft":341,"_birthday":"1996-05-17T22:00:00.000Z","_nextBirthday":"2024-05-17T22:00:00.000Z"} birthdays.0 2023-06-12 09:30:43.575 debug [fillPathWithBirthday] path: "month.05.constantinBreuer", birthday: {"name":"Constantin Breuer","birthYear":1989,"dateFormat":"17.05.2024","age":35,"daysLeft":340,"_birthday":"1989-05-16T22:00:00.000Z","_nextBirthday":"2024-05-16T22:00:00.000Z"} birthdays.0 2023-06-12 09:30:43.568 debug [fillPathWithBirthday] path: "month.05.valeskaBreuer", birthday: {"name":"Valeska Breuer","birthYear":1989,"dateFormat":"17.05.2024","age":35,"daysLeft":340,"_birthday":"1989-05-16T22:00:00.000Z","_nextBirthday":"2024-05-16T22:00:00.000Z"}
Der Eintrag war noch doppelt drin, stimm letztes Jahr stand er noch einzeln drin.
-
@haus-automatisierung sagte in Test Adapter Birthdays:
Wenn Du die ical Datei mit einem Texteditor öffnest, dann suchst Du nach dem EVENT-Abschnitt, welcher den genannten Termin betrifft. Irgendwo müssen die ja doppelt her kommen. Eventuell hast Du ja auch mal einen einzelnen Termin aus einer Termin-Serie gelöscht und dadurch gibt es nun für den gleichen Geburtstag zwei Definitionen.
Das zB.
BEGIN:VEVENT DTSTART;VALUE=DATE:20220627 DTEND;VALUE=DATE:20220628 RRULE:FREQ=YEARLY DTSTAMP:20230612T073725Z UID:xyzblablabla@google.com CREATED:20220311T233833Z DESCRIPTION:1959 LAST-MODIFIED:20220311T233833Z SEQUENCE:0 STATUS:CONFIRMED SUMMARY:Horst Schmidt TRANSP:TRANSPARENT END:VEVENT
-
@ben1983 Was ist denn jetzt genau das Problem?
- Du löschst einzelne Einträge und plötzlich verschwindet die Meldung, aber der Termin bleibt? Also war er vorher doppelt drin und die Meldung hatte recht?
- Du bekommst Debug-Ausgaben, dass die entsprechenden Objekte angelegt werden (das ist doch alles richtig?)
- Du teilst ein EVENT von einem ganz anderen Eintrag, als zu dem doppelten vom Anfang.
Ich kann so nicht helfen. Bitte mal eine konkrete Problembeschreibung von A-Z mit einem Beispiel Kalendereintrag und was genau Du wartet hättest / was Deiner Meinung nach falsch läuft.
-
@haus-automatisierung sagte in Test Adapter Birthdays:
@ben1983 Was ist denn jetzt genau das Problem?
- Du löschst einzelne Einträge und plötzlich verschwindet die Meldung, aber der Termin bleibt? Also war er vorher doppelt drin und die Meldung hatte recht?
- Du bekommst Debug-Ausgaben, dass die entsprechenden Objekte angelegt werden (das ist doch alles richtig?)
- Du teilst ein EVENT von einem ganz anderen Eintrag, als zu dem doppelten vom Anfang.
Ich kann so nicht helfen. Bitte mal eine konkrete Problembeschreibung von A-Z mit einem Beispiel Kalendereintrag und was genau Du wartet hättest / was Deiner Meinung nach falsch läuft.
Zu 1.
Ja, der Termin war doppelt drin und die Meldung hatte recht.Zu 2.
Die Debug Meldungen bekomme ich für viele Geburtstage (sagen wir ca. 30 STück),
aber das "found Birthday" erscheint nur bei einer hand voll.Zu 3.
Diesen Beitrag habe ich genommen, weil dies einer ist, der zwar im log steht,
aber ein found Birthday nicht erscheint.Die Geburtstage werden ja angezeigt.
Ich hatte mich nur gefragt, warum das "found Birthday" nur bei manchen im log erscheint. -
@ben1983 sagte in Test Adapter Birthdays:
Die Geburtstage werden ja angezeigt.
Ich hatte mich nur gefragt, warum das "found Birthday" nur bei manchen im log erscheint.Kann ja nicht sein: https://github.com/klein0r/ioBroker.birthdays/blob/b8e239334fea3a49d692c217d906e4b87cc3b5d3/main.js#L207
-
@haus-automatisierung Hier der komplette log:
da ist es jetzt öfter drin. Ich schwöre, dass es eben nur 7 mal drin war. Leider habe ich den log von eben nicht mehr.2023-06-12 10:36:40.395 - info: host.buanet-iobroker_8_0_1 stopInstance system.adapter.birthdays.0 (force=false, process=false) 2023-06-12 10:36:40.396 - info: host.buanet-iobroker_8_0_1 stopInstance canceled schedule system.adapter.birthdays.0 2023-06-12 10:36:43.455 - info: host.buanet-iobroker_8_0_1 instance scheduled system.adapter.birthdays.0 0 0 * * * 2023-06-12 10:36:43.482 - info: host.buanet-iobroker_8_0_1 instance system.adapter.birthdays.0 started with pid 7102 2023-06-12 10:36:44.088 - debug: birthdays.0 (7102) Redis Objects: Use Redis connection: 127.0.0.1:9001 2023-06-12 10:36:44.225 - debug: birthdays.0 (7102) Objects client ready ... initialize now 2023-06-12 10:36:44.289 - debug: birthdays.0 (7102) Objects create System PubSub Client 2023-06-12 10:36:44.290 - debug: birthdays.0 (7102) Objects create User PubSub Client 2023-06-12 10:36:44.342 - debug: birthdays.0 (7102) Objects client initialize lua scripts 2023-06-12 10:36:44.349 - debug: birthdays.0 (7102) Objects connected to redis: 127.0.0.1:9001 2023-06-12 10:36:44.377 - debug: birthdays.0 (7102) Redis States: Use Redis connection: 127.0.0.1:9000 2023-06-12 10:36:44.432 - debug: birthdays.0 (7102) States create System PubSub Client 2023-06-12 10:36:44.433 - debug: birthdays.0 (7102) States create User PubSub Client 2023-06-12 10:36:44.494 - debug: birthdays.0 (7102) States connected to redis: 127.0.0.1:9000 2023-06-12 10:36:44.866 - info: birthdays.0 (7102) starting. Version 2.2.2 in /opt/iobroker/node_modules/iobroker.birthdays, node: v18.16.0, js-controller: 4.0.24 2023-06-12 10:36:44.985 - debug: birthdays.0 (7102) [settings] done 2023-06-12 10:36:44.986 - debug: birthdays.0 (7102) [ical] url/path: https://calendar.google.com/calendar/ical/qqp6g7e3v0q26ss82l5o38v2h0%40group.calendar.google.com/private-558febf6616d48bb1091ba66884d5afa/basic.ics 2023-06-12 10:36:44.986 - debug: birthdays.0 (7102) [ical] addByCalendar - looks like an http url, performing get request 2023-06-12 10:36:45.051 - debug: birthdays.0 (7102) [carddav] done - url not configured - skipped 2023-06-12 10:36:45.416 - debug: birthdays.0 (7102) [ical] http(s) request finished with status: 200 2023-06-12 10:36:45.422 - debug: birthdays.0 (7102) [ical] found 35 events 2023-06-12 10:36:45.424 - debug: birthdays.0 (7102) [ical] processing event: {"component":["vevent",[["dtstart",{},"date","2022-05-17"],["dtend",{},"date","2022-05-18"],["rrule",{},"recur",{"freq":"YEARLY"}],["dtstamp",{},"date-time","2023-06-12T08:36:45Z"],["uid",{},"text","50pbhcvqjg1vb5fujsbfg7ntae@google.com"],["created",{},"date-time","2022-03-11T23:34:25Z"],["description",{},"text","1989"],["last-modified",{},"date-time","2022-03-11T23:34:25Z"],["sequence",{},"integer",0],["status",{},"text","CONFIRMED"],["summary",{},"text","Constantin Breuer"],["transp",{},"text","TRANSPARENT"]],[]],"_rangeExceptionCache":{},"exceptions":{},"rangeExceptions":[]} 2023-06-12 10:36:45.424 - debug: birthdays.0 (7102) [ical] found birthday: Constantin Breuer (1989) 2023-06-12 10:36:45.427 - debug: birthdays.0 (7102) [ical] processing event: {"component":["vevent",[["dtstart",{},"date","2022-05-12"],["dtend",{},"date","2022-05-13"],["rrule",{},"recur",{"freq":"YEARLY"}],["dtstamp",{},"date-time","2023-06-12T08:36:45Z"],["uid",{},"text","3j95d8maughq65lm97s86dlef4@google.com"],["created",{},"date-time","2022-03-11T23:33:28Z"],["description",{},"text","1987"],["last-modified",{},"date-time","2022-03-11T23:34:40Z"],["sequence",{},"integer",1],["status",{},"text","CONFIRMED"],["summary",{},"text","Valentina Breuer"],["transp",{},"text","TRANSPARENT"]],[]],"_rangeExceptionCache":{},"exceptions":{},"rangeExceptions":[]} 2023-06-12 10:36:45.428 - debug: birthdays.0 (7102) [ical] found birthday: Valentina Breuer (1987) 2023-06-12 10:36:45.429 - debug: birthdays.0 (7102) [ical] processing event: {"component":["vevent",[["dtstart",{},"date","2022-05-17"],["dtend",{},"date","2022-05-18"],["rrule",{},"recur",{"freq":"YEARLY"}],["dtstamp",{},"date-time","2023-06-12T08:36:45Z"],["uid",{},"text","60l37rgp3q8cshqoq26m2vgkho@google.com"],["created",{},"date-time","2022-03-11T23:35:11Z"],["description",{},"text","1989"],["last-modified",{},"date-time","2022-03-11T23:35:11Z"],["sequence",{},"integer",0],["status",{},"text","CONFIRMED"],["summary",{},"text","Valeska Breuer"],["transp",{},"text","TRANSPARENT"]],[]],"_rangeExceptionCache":{},"exceptions":{},"rangeExceptions":[]} 2023-06-12 10:36:45.429 - debug: birthdays.0 (7102) [ical] found birthday: Valeska Breuer (1989) 2023-06-12 10:36:45.430 - debug: birthdays.0 (7102) [ical] processing event: {"component":["vevent",[["dtstart",{},"date","2022-05-25"],["dtend",{},"date","2022-05-26"],["rrule",{},"recur",{"freq":"YEARLY"}],["dtstamp",{},"date-time","2023-06-12T08:36:45Z"],["uid",{},"text","0kteoi2h3j2p4hmi9mtjkncqbd@google.com"],["created",{},"date-time","2022-03-11T23:36:24Z"],["description",{},"text","1994"],["last-modified",{},"date-time","2022-03-11T23:36:24Z"],["sequence",{},"integer",0],["status",{},"text","CONFIRMED"],["summary",{},"text","Max Breuer"],["transp",{},"text","TRANSPARENT"]],[]],"_rangeExceptionCache":{},"exceptions":{},"rangeExceptions":[]} 2023-06-12 10:36:45.430 - debug: birthdays.0 (7102) [ical] found birthday: Max Breuer (1994) 2023-06-12 10:36:45.431 - debug: birthdays.0 (7102) [ical] processing event: {"component":["vevent",[["dtstart",{},"date","2022-06-27"],["dtend",{},"date","2022-06-28"],["rrule",{},"recur",{"freq":"YEARLY"}],["dtstamp",{},"date-time","2023-06-12T08:36:45Z"],["uid",{},"text","590ibeb90hk351kc2dn4c5a8n0@google.com"],["created",{},"date-time","2022-03-11T23:38:33Z"],["description",{},"text","1959"],["last-modified",{},"date-time","2022-03-11T23:38:33Z"],["sequence",{},"integer",0],["status",{},"text","CONFIRMED"],["summary",{},"text","Horst Schmidt"],["transp",{},"text","TRANSPARENT"]],[]],"_rangeExceptionCache":{},"exceptions":{},"rangeExceptions":[]} 2023-06-12 10:36:45.431 - debug: birthdays.0 (7102) [ical] found birthday: Horst Schmidt (1959) 2023-06-12 10:36:45.432 - debug: birthdays.0 (7102) [ical] processing event: {"component":["vevent",[["dtstart",{},"date","2022-06-20"],["dtend",{},"date","2022-06-21"],["rrule",{},"recur",{"freq":"YEARLY"}],["dtstamp",{},"date-time","2023-06-12T08:36:45Z"],["uid",{},"text","6nigji2q38hrqa931ajgd584cf@google.com"],["created",{},"date-time","2022-03-11T23:37:35Z"],["description",{},"text","1977"],["last-modified",{},"date-time","2022-03-11T23:38:43Z"],["sequence",{},"integer",0],["status",{},"text","CONFIRMED"],["summary",{},"text","Renè Grywnow"],["transp",{},"text","TRANSPARENT"]],[]],"_rangeExceptionCache":{},"exceptions":{},"rangeExceptions":[]} 2023-06-12 10:36:45.432 - debug: birthdays.0 (7102) [ical] found birthday: Renè Grywnow (1977) 2023-06-12 10:36:45.432 - debug: birthdays.0 (7102) [ical] processing event: {"component":["vevent",[["dtstart",{},"date","2022-01-15"],["dtend",{},"date","2022-01-16"],["rrule",{},"recur",{"freq":"YEARLY"}],["dtstamp",{},"date-time","2023-06-12T08:36:45Z"],["uid",{},"text","3upmjklvmuhk9srl2jt9c72stm@google.com"],["created",{},"date-time","2022-03-11T23:39:33Z"],["description",{},"text","1999"],["last-modified",{},"date-time","2022-03-11T23:39:33Z"],["sequence",{},"integer",0],["status",{},"text","CONFIRMED"],["summary",{},"text","Marick Förster"],["transp",{},"text","TRANSPARENT"]],[]],"_rangeExceptionCache":{},"exceptions":{},"rangeExceptions":[]} 2023-06-12 10:36:45.433 - debug: birthdays.0 (7102) [ical] found birthday: Marick Förster (1999) 2023-06-12 10:36:45.433 - debug: birthdays.0 (7102) [ical] processing event: {"component":["vevent",[["dtstart",{},"date","2022-07-25"],["dtend",{},"date","2022-07-26"],["rrule",{},"recur",{"freq":"YEARLY"}],["dtstamp",{},"date-time","2023-06-12T08:36:45Z"],["uid",{},"text","3hq7bbp8dm1547jd9n37ccg2kf@google.com"],["created",{},"date-time","2022-03-11T23:40:30Z"],["description",{},"text","1956"],["last-modified",{},"date-time","2022-03-11T23:40:30Z"],["sequence",{},"integer",0],["status",{},"text","CONFIRMED"],["summary",{},"text","Käthe Schmidt"],["transp",{},"text","TRANSPARENT"]],[]],"_rangeExceptionCache":{},"exceptions":{},"rangeExceptions":[]} 2023-06-12 10:36:45.433 - debug: birthdays.0 (7102) [ical] found birthday: Käthe Schmidt (1956) 2023-06-12 10:36:45.434 - debug: birthdays.0 (7102) [ical] processing event: {"component":["vevent",[["dtstart",{},"date","2022-08-20"],["dtend",{},"date","2022-08-21"],["rrule",{},"recur",{"freq":"YEARLY"}],["dtstamp",{},"date-time","2023-06-12T08:36:45Z"],["uid",{},"text","6lt30ui2lg9bkhu62jvs6ig4vb@google.com"],["created",{},"date-time","2022-03-11T22:55:49Z"],["description",{},"text","2017"],["last-modified",{},"date-time","2022-03-11T23:40:54Z"],["sequence",{},"integer",0],["status",{},"text","CONFIRMED"],["summary",{},"text","Rika Breuer"],["transp",{},"text","TRANSPARENT"]],[]],"_rangeExceptionCache":{},"exceptions":{},"rangeExceptions":[]} 2023-06-12 10:36:45.434 - debug: birthdays.0 (7102) [ical] found birthday: Rika Breuer (2017) 2023-06-12 10:36:45.435 - debug: birthdays.0 (7102) [ical] processing event: {"component":["vevent",[["dtstart",{},"date","2022-03-07"],["dtend",{},"date","2022-03-08"],["rrule",{},"recur",{"freq":"YEARLY"}],["dtstamp",{},"date-time","2023-06-12T08:36:45Z"],["uid",{},"text","3ra6d3h1t9o64hjjt7kfapekru@google.com"],["created",{},"date-time","2022-03-12T01:03:07Z"],["description",{},"text","2021"],["last-modified",{},"date-time","2022-03-12T01:03:07Z"],["sequence",{},"integer",0],["status",{},"text","CONFIRMED"],["summary",{},"text","Joe Bradtke"],["transp",{},"text","TRANSPARENT"]],[]],"_rangeExceptionCache":{},"exceptions":{},"rangeExceptions":[]} 2023-06-12 10:36:45.435 - debug: birthdays.0 (7102) [ical] found birthday: Joe Bradtke (2021) 2023-06-12 10:36:45.436 - debug: birthdays.0 (7102) [ical] processing event: {"component":["vevent",[["dtstart",{},"date","2022-03-05"],["dtend",{},"date","2022-03-06"],["rrule",{},"recur",{"freq":"YEARLY"}],["dtstamp",{},"date-time","2023-06-12T08:36:45Z"],["uid",{},"text","68avg7vhhdu6e8vbo652uji0s0@google.com"],["created",{},"date-time","2022-03-12T01:04:19Z"],["description",{},"text","1982"],["last-modified",{},"date-time","2022-03-12T01:04:19Z"],["sequence",{},"integer",0],["status",{},"text","CONFIRMED"],["summary",{},"text","Michael Hannes"],["transp",{},"text","TRANSPARENT"]],[]],"_rangeExceptionCache":{},"exceptions":{},"rangeExceptions":[]} 2023-06-12 10:36:45.436 - debug: birthdays.0 (7102) [ical] found birthday: Michael Hannes (1982) 2023-06-12 10:36:45.436 - debug: birthdays.0 (7102) [ical] processing event: {"component":["vevent",[["dtstart",{},"date","2022-03-19"],["dtend",{},"date","2022-03-20"],["rrule",{},"recur",{"freq":"YEARLY"}],["dtstamp",{},"date-time","2023-06-12T08:36:45Z"],["uid",{},"text","2v96q5qg4vc58u0qaoage2gkcu@google.com"],["created",{},"date-time","2022-03-12T01:05:18Z"],["description",{},"text","1993"],["last-modified",{},"date-time","2022-03-12T01:05:34Z"],["sequence",{},"integer",0],["status",{},"text","CONFIRMED"],["summary",{},"text","Laura Hannes"],["transp",{},"text","TRANSPARENT"]],[]],"_rangeExceptionCache":{},"exceptions":{},"rangeExceptions":[]} 2023-06-12 10:36:45.437 - debug: birthdays.0 (7102) [ical] found birthday: Laura Hannes (1993) 2023-06-12 10:36:45.437 - debug: birthdays.0 (7102) [ical] processing event: {"component":["vevent",[["dtstart",{},"date","2022-04-02"],["dtend",{},"date","2022-04-03"],["rrule",{},"recur",{"freq":"YEARLY"}],["dtstamp",{},"date-time","2023-06-12T08:36:45Z"],["uid",{},"text","62dqaantph398hp82tboldktf2@google.com"],["created",{},"date-time","2022-03-12T01:06:43Z"],["description",{},"text","1952"],["last-modified",{},"date-time","2022-03-12T01:06:43Z"],["sequence",{},"integer",0],["status",{},"text","CONFIRMED"],["summary",{},"text","Brigitte Meisinger"],["transp",{},"text","TRANSPARENT"]],[]],"_rangeExceptionCache":{},"exceptions":{},"rangeExceptions":[]} 2023-06-12 10:36:45.437 - debug: birthdays.0 (7102) [ical] found birthday: Brigitte Meisinger (1952) 2023-06-12 10:36:45.438 - debug: birthdays.0 (7102) [ical] processing event: {"component":["vevent",[["dtstart",{},"date","2022-05-20"],["dtend",{},"date","2022-05-21"],["rrule",{},"recur",{"freq":"YEARLY"}],["dtstamp",{},"date-time","2023-06-12T08:36:45Z"],["uid",{},"text","4aiuu3j3e3q1oo1917t9sbruef@google.com"],["created",{},"date-time","2022-03-12T01:10:03Z"],["description",{},"text","1999"],["last-modified",{},"date-time","2022-03-12T01:10:03Z"],["sequence",{},"integer",0],["status",{},"text","CONFIRMED"],["summary",{},"text","Eddi Schmidt"],["transp",{},"text","TRANSPARENT"]],[]],"_rangeExceptionCache":{},"exceptions":{},"rangeExceptions":[]} 2023-06-12 10:36:45.438 - debug: birthdays.0 (7102) [ical] found birthday: Eddi Schmidt (1999) 2023-06-12 10:36:45.439 - debug: birthdays.0 (7102) [ical] processing event: {"component":["vevent",[["dtstart",{},"date","2022-05-20"],["dtend",{},"date","2022-05-21"],["rrule",{},"recur",{"freq":"YEARLY"}],["dtstamp",{},"date-time","2023-06-12T08:36:45Z"],["uid",{},"text","7sjcb675ks68fc9p8g34on55v7@google.com"],["created",{},"date-time","2022-03-12T01:10:44Z"],["description",{},"text","2013"],["last-modified",{},"date-time","2022-03-12T01:10:44Z"],["sequence",{},"integer",0],["status",{},"text","CONFIRMED"],["summary",{},"text","Lina Grywnow"],["transp",{},"text","TRANSPARENT"]],[]],"_rangeExceptionCache":{},"exceptions":{},"rangeExceptions":[]} 2023-06-12 10:36:45.439 - debug: birthdays.0 (7102) [ical] found birthday: Lina Grywnow (2013) 2023-06-12 10:36:45.439 - debug: birthdays.0 (7102) [ical] processing event: {"component":["vevent",[["dtstart",{},"date","2022-07-21"],["dtend",{},"date","2022-07-22"],["rrule",{},"recur",{"freq":"YEARLY"}],["dtstamp",{},"date-time","2023-06-12T08:36:45Z"],["uid",{},"text","34sa560m9pomird6r8e2rjlphm@google.com"],["created",{},"date-time","2022-03-12T01:12:41Z"],["description",{},"text","2016"],["last-modified",{},"date-time","2022-03-12T01:12:41Z"],["sequence",{},"integer",0],["status",{},"text","CONFIRMED"],["summary",{},"text","Lisa Hannes"],["transp",{},"text","TRANSPARENT"]],[]],"_rangeExceptionCache":{},"exceptions":{},"rangeExceptions":[]} 2023-06-12 10:36:45.440 - debug: birthdays.0 (7102) [ical] found birthday: Lisa Hannes (2016) 2023-06-12 10:36:45.440 - debug: birthdays.0 (7102) [ical] processing event: {"component":["vevent",[["dtstart",{},"date","2022-07-26"],["dtend",{},"date","2022-07-27"],["rrule",{},"recur",{"freq":"YEARLY"}],["dtstamp",{},"date-time","2023-06-12T08:36:45Z"],["uid",{},"text","04lc53novck2dntnsgh217hksr@google.com"],["created",{},"date-time","2022-03-12T01:14:22Z"],["description",{},"text","2015"],["last-modified",{},"date-time","2022-03-12T01:14:22Z"],["sequence",{},"integer",0],["status",{},"text","CONFIRMED"],["summary",{},"text","Louis Eisenreich"],["transp",{},"text","TRANSPARENT"]],[]],"_rangeExceptionCache":{},"exceptions":{},"rangeExceptions":[]} 2023-06-12 10:36:45.440 - debug: birthdays.0 (7102) [ical] found birthday: Louis Eisenreich (2015) 2023-06-12 10:36:45.441 - debug: birthdays.0 (7102) [ical] processing event: {"component":["vevent",[["dtstart",{},"date","2022-08-14"],["dtend",{},"date","2022-08-15"],["rrule",{},"recur",{"freq":"YEARLY"}],["dtstamp",{},"date-time","2023-06-12T08:36:45Z"],["uid",{},"text","34jl36nto17r7ju7fd9tm74fik@google.com"],["created",{},"date-time","2022-03-12T01:16:38Z"],["description",{},"text","1960"],["last-modified",{},"date-time","2022-03-12T01:16:38Z"],["sequence",{},"integer",0],["status",{},"text","CONFIRMED"],["summary",{},"text","Andrea Schmidt"],["transp",{},"text","TRANSPARENT"]],[]],"_rangeExceptionCache":{},"exceptions":{},"rangeExceptions":[]} 2023-06-12 10:36:45.441 - debug: birthdays.0 (7102) [ical] found birthday: Andrea Schmidt (1960) 2023-06-12 10:36:45.441 - debug: birthdays.0 (7102) [ical] processing event: {"component":["vevent",[["dtstart",{},"date","2022-08-17"],["dtend",{},"date","2022-08-18"],["rrule",{},"recur",{"freq":"YEARLY"}],["dtstamp",{},"date-time","2023-06-12T08:36:45Z"],["uid",{},"text","5gpptvr00j7drj2inrqd2d0n9c@google.com"],["created",{},"date-time","2022-03-11T23:42:29Z"],["description",{},"text","1977"],["last-modified",{},"date-time","2022-03-12T01:17:33Z"],["sequence",{},"integer",0],["status",{},"text","CONFIRMED"],["summary",{},"text","Tatiana Grywnow"],["transp",{},"text","TRANSPARENT"]],[]],"_rangeExceptionCache":{},"exceptions":{},"rangeExceptions":[]} 2023-06-12 10:36:45.441 - debug: birthdays.0 (7102) [ical] found birthday: Tatiana Grywnow (1977) 2023-06-12 10:36:45.442 - debug: birthdays.0 (7102) [ical] processing event: {"component":["vevent",[["dtstart",{},"date","2022-09-10"],["dtend",{},"date","2022-09-11"],["rrule",{},"recur",{"freq":"YEARLY"}],["dtstamp",{},"date-time","2023-06-12T08:36:45Z"],["uid",{},"text","0tl3bpl7lu936irogi545g34dt@google.com"],["created",{},"date-time","2022-03-11T23:43:07Z"],["description",{},"text","1987"],["last-modified",{},"date-time","2022-03-12T01:18:11Z"],["sequence",{},"integer",0],["status",{},"text","CONFIRMED"],["summary",{},"text","Rebecca Bradtke"],["transp",{},"text","TRANSPARENT"]],[]],"_rangeExceptionCache":{},"exceptions":{},"rangeExceptions":[]} 2023-06-12 10:36:45.442 - debug: birthdays.0 (7102) [ical] found birthday: Rebecca Bradtke (1987) 2023-06-12 10:36:45.442 - debug: birthdays.0 (7102) [ical] processing event: {"component":["vevent",[["dtstart",{},"date","2022-09-11"],["dtend",{},"date","2022-09-12"],["rrule",{},"recur",{"freq":"YEARLY"}],["dtstamp",{},"date-time","2023-06-12T08:36:45Z"],["uid",{},"text","4c9e477rjccsetgo46qp3js6mj@google.com"],["created",{},"date-time","2022-03-12T01:18:44Z"],["description",{},"text","2011"],["last-modified",{},"date-time","2022-03-12T01:18:44Z"],["sequence",{},"integer",0],["status",{},"text","CONFIRMED"],["summary",{},"text","Tom Grywnow"],["transp",{},"text","TRANSPARENT"]],[]],"_rangeExceptionCache":{},"exceptions":{},"rangeExceptions":[]} 2023-06-12 10:36:45.443 - debug: birthdays.0 (7102) [ical] found birthday: Tom Grywnow (2011) 2023-06-12 10:36:45.443 - debug: birthdays.0 (7102) [ical] processing event: {"component":["vevent",[["dtstart",{},"date","2022-10-12"],["dtend",{},"date","2022-10-13"],["rrule",{},"recur",{"freq":"YEARLY"}],["dtstamp",{},"date-time","2023-06-12T08:36:45Z"],["uid",{},"text","6r3nr678ei1fg4sva8287qu1iu@google.com"],["created",{},"date-time","2022-03-12T01:19:53Z"],["description",{},"text","1983"],["last-modified",{},"date-time","2022-03-12T01:19:53Z"],["sequence",{},"integer",0],["status",{},"text","CONFIRMED"],["summary",{},"text","Stefan Bradtke"],["transp",{},"text","TRANSPARENT"]],[]],"_rangeExceptionCache":{},"exceptions":{},"rangeExceptions":[]} 2023-06-12 10:36:45.443 - debug: birthdays.0 (7102) [ical] found birthday: Stefan Bradtke (1983) 2023-06-12 10:36:45.444 - debug: birthdays.0 (7102) [ical] processing event: {"component":["vevent",[["dtstart",{},"date","2022-12-13"],["dtend",{},"date","2022-12-14"],["rrule",{},"recur",{"freq":"YEARLY"}],["dtstamp",{},"date-time","2023-06-12T08:36:45Z"],["uid",{},"text","5o9al65m4b7l7d4a5gf01h7eid@google.com"],["created",{},"date-time","2022-03-12T01:21:29Z"],["description",{},"text","1949"],["last-modified",{},"date-time","2022-03-12T01:21:29Z"],["sequence",{},"integer",0],["status",{},"text","CONFIRMED"],["summary",{},"text","Alfred Schmidt"],["transp",{},"text","TRANSPARENT"]],[]],"_rangeExceptionCache":{},"exceptions":{},"rangeExceptions":[]} 2023-06-12 10:36:45.444 - debug: birthdays.0 (7102) [ical] found birthday: Alfred Schmidt (1949) 2023-06-12 10:36:45.444 - debug: birthdays.0 (7102) [ical] processing event: {"component":["vevent",[["dtstart",{},"date","2022-01-22"],["dtend",{},"date","2022-01-23"],["rrule",{},"recur",{"freq":"YEARLY"}],["dtstamp",{},"date-time","2023-06-12T08:36:45Z"],["uid",{},"text","3kqfi92bq257bja94b5cgsuarp@google.com"],["created",{},"date-time","2022-03-12T08:02:48Z"],["description",{},"text","1983"],["last-modified",{},"date-time","2022-03-12T08:04:47Z"],["sequence",{},"integer",0],["status",{},"text","CONFIRMED"],["summary",{},"text","Michael Grebeldinger"],["transp",{},"text","TRANSPARENT"]],[]],"_rangeExceptionCache":{},"exceptions":{},"rangeExceptions":[]} 2023-06-12 10:36:45.444 - debug: birthdays.0 (7102) [ical] found birthday: Michael Grebeldinger (1983) 2023-06-12 10:36:45.445 - debug: birthdays.0 (7102) [ical] processing event: {"component":["vevent",[["dtstart",{},"date","2022-05-08"],["dtend",{},"date","2022-05-09"],["rrule",{},"recur",{"freq":"YEARLY"}],["dtstamp",{},"date-time","2023-06-12T08:36:45Z"],["uid",{},"text","2a4uk2k76pp7qbh7192ufci5ee@google.com"],["created",{},"date-time","2022-03-12T08:11:20Z"],["description",{},"text","1981"],["last-modified",{},"date-time","2022-03-12T08:11:20Z"],["sequence",{},"integer",0],["status",{},"text","CONFIRMED"],["summary",{},"text","Nils Gerlach"],["transp",{},"text","TRANSPARENT"]],[]],"_rangeExceptionCache":{},"exceptions":{},"rangeExceptions":[]} 2023-06-12 10:36:45.445 - debug: birthdays.0 (7102) [ical] found birthday: Nils Gerlach (1981) 2023-06-12 10:36:45.447 - debug: birthdays.0 (7102) [ical] processing event: {"component":["vevent",[["dtstart",{},"date","2022-06-03"],["dtend",{},"date","2022-06-04"],["rrule",{},"recur",{"freq":"YEARLY"}],["dtstamp",{},"date-time","2023-06-12T08:36:45Z"],["uid",{},"text","5t5qtqsrj65oh154svhj6kvqb5@google.com"],["created",{},"date-time","2022-03-12T08:12:26Z"],["description",{},"text","1979"],["last-modified",{},"date-time","2022-03-12T08:12:26Z"],["sequence",{},"integer",0],["status",{},"text","CONFIRMED"],["summary",{},"text","Stephan Panz"],["transp",{},"text","TRANSPARENT"]],[]],"_rangeExceptionCache":{},"exceptions":{},"rangeExceptions":[]} 2023-06-12 10:36:45.448 - debug: birthdays.0 (7102) [ical] found birthday: Stephan Panz (1979) 2023-06-12 10:36:45.448 - debug: birthdays.0 (7102) [ical] processing event: {"component":["vevent",[["dtstart",{},"date","2022-08-11"],["dtend",{},"date","2022-08-12"],["rrule",{},"recur",{"freq":"YEARLY"}],["dtstamp",{},"date-time","2023-06-12T08:36:45Z"],["uid",{},"text","6gp1bhjl056fts8327gboftdr1@google.com"],["created",{},"date-time","2022-03-12T08:13:16Z"],["description",{},"text","1979"],["last-modified",{},"date-time","2022-03-12T08:13:16Z"],["sequence",{},"integer",0],["status",{},"text","CONFIRMED"],["summary",{},"text","Hendrik Müller"],["transp",{},"text","TRANSPARENT"]],[]],"_rangeExceptionCache":{},"exceptions":{},"rangeExceptions":[]} 2023-06-12 10:36:45.448 - debug: birthdays.0 (7102) [ical] found birthday: Hendrik Müller (1979) 2023-06-12 10:36:45.449 - debug: birthdays.0 (7102) [ical] processing event: {"component":["vevent",[["dtstart",{},"date","2022-06-22"],["dtend",{},"date","2022-06-23"],["rrule",{},"recur",{"freq":"YEARLY"}],["dtstamp",{},"date-time","2023-06-12T08:36:45Z"],["uid",{},"text","7ifrrvn7ghq5i30enm1s860ah2@google.com"],["created",{},"date-time","2022-03-12T08:14:40Z"],["description",{},"text","1983"],["last-modified",{},"date-time","2022-03-12T08:14:40Z"],["sequence",{},"integer",0],["status",{},"text","CONFIRMED"],["summary",{},"text","Oliver Paul"],["transp",{},"text","TRANSPARENT"]],[]],"_rangeExceptionCache":{},"exceptions":{},"rangeExceptions":[]} 2023-06-12 10:36:45.449 - debug: birthdays.0 (7102) [ical] found birthday: Oliver Paul (1983) 2023-06-12 10:36:45.449 - debug: birthdays.0 (7102) [ical] processing event: {"component":["vevent",[["dtstart",{},"date","2022-07-26"],["dtend",{},"date","2022-07-27"],["rrule",{},"recur",{"freq":"YEARLY"}],["dtstamp",{},"date-time","2023-06-12T08:36:45Z"],["uid",{},"text","58r62m8gdbuj68jkdm6v9l6fgq@google.com"],["created",{},"date-time","2022-03-12T01:14:48Z"],["description",{},"text","1960"],["last-modified",{},"date-time","2022-03-12T08:15:52Z"],["sequence",{},"integer",0],["status",{},"text","CONFIRMED"],["summary",{},"text","Ines"],["transp",{},"text","TRANSPARENT"]],[]],"_rangeExceptionCache":{},"exceptions":{},"rangeExceptions":[]} 2023-06-12 10:36:45.449 - debug: birthdays.0 (7102) [ical] found birthday: Ines (1960) 2023-06-12 10:36:45.450 - debug: birthdays.0 (7102) [ical] processing event: {"component":["vevent",[["dtstart",{},"date","2022-04-05"],["dtend",{},"date","2022-04-06"],["rrule",{},"recur",{"freq":"YEARLY"}],["dtstamp",{},"date-time","2023-06-12T08:36:45Z"],["uid",{},"text","2qh6779fgob5t5bb8rrm0svjrp@google.com"],["created",{},"date-time","2022-03-12T01:07:42Z"],["description",{},"text","1969"],["last-modified",{},"date-time","2022-03-12T08:17:20Z"],["sequence",{},"integer",0],["status",{},"text","CONFIRMED"],["summary",{},"text","Michael Meisinger"],["transp",{},"text","TRANSPARENT"]],[]],"_rangeExceptionCache":{},"exceptions":{},"rangeExceptions":[]} 2023-06-12 10:36:45.450 - debug: birthdays.0 (7102) [ical] found birthday: Michael Meisinger (1969) 2023-06-12 10:36:45.450 - debug: birthdays.0 (7102) [ical] processing event: {"component":["vevent",[["dtstart",{},"date","2022-01-10"],["dtend",{},"date","2022-01-11"],["rrule",{},"recur",{"freq":"YEARLY"}],["dtstamp",{},"date-time","2023-06-12T08:36:45Z"],["uid",{},"text","1tdpucqq0j3gjqacahqvslqccu@google.com"],["created",{},"date-time","2022-03-12T01:00:23Z"],["description",{},"text","1971"],["last-modified",{},"date-time","2022-03-12T08:18:04Z"],["sequence",{},"integer",0],["status",{},"text","CONFIRMED"],["summary",{},"text","Juliane Schmidt"],["transp",{},"text","TRANSPARENT"]],[]],"_rangeExceptionCache":{},"exceptions":{},"rangeExceptions":[]} 2023-06-12 10:36:45.451 - debug: birthdays.0 (7102) [ical] found birthday: Juliane Schmidt (1971) 2023-06-12 10:36:45.451 - debug: birthdays.0 (7102) [ical] processing event: {"component":["vevent",[["dtstart",{},"date","2022-01-12"],["dtend",{},"date","2022-01-13"],["rrule",{},"recur",{"freq":"YEARLY"}],["dtstamp",{},"date-time","2023-06-12T08:36:45Z"],["uid",{},"text","422kq5sle3pdg3sb715c83nra1@google.com"],["created",{},"date-time","2022-03-12T01:00:56Z"],["description",{},"text","1999"],["last-modified",{},"date-time","2022-03-12T08:18:21Z"],["sequence",{},"integer",0],["status",{},"text","CONFIRMED"],["summary",{},"text","Calvin Seum"],["transp",{},"text","TRANSPARENT"]],[]],"_rangeExceptionCache":{},"exceptions":{},"rangeExceptions":[]} 2023-06-12 10:36:45.451 - debug: birthdays.0 (7102) [ical] found birthday: Calvin Seum (1999) 2023-06-12 10:36:45.452 - debug: birthdays.0 (7102) [ical] processing event: {"component":["vevent",[["dtstart",{},"date","2022-05-18"],["dtend",{},"date","2022-05-19"],["rrule",{},"recur",{"freq":"YEARLY"}],["dtstamp",{},"date-time","2023-06-12T08:36:45Z"],["uid",{},"text","1k0p7ckv2046m3rkn378e13kdo@google.com"],["created",{},"date-time","2022-03-12T01:09:22Z"],["description",{},"text","1996"],["last-modified",{},"date-time","2022-03-12T08:19:07Z"],["sequence",{},"integer",0],["status",{},"text","CONFIRMED"],["summary",{},"text","Tabea Meinhardt"],["transp",{},"text","TRANSPARENT"]],[]],"_rangeExceptionCache":{},"exceptions":{},"rangeExceptions":[]} 2023-06-12 10:36:45.452 - debug: birthdays.0 (7102) [ical] found birthday: Tabea Meinhardt (1996) 2023-06-12 10:36:45.452 - debug: birthdays.0 (7102) [ical] processing event: {"component":["vevent",[["dtstart",{},"date","2022-05-28"],["dtend",{},"date","2022-05-29"],["rrule",{},"recur",{"freq":"YEARLY"}],["dtstamp",{},"date-time","2023-06-12T08:36:45Z"],["uid",{},"text","1v0e13bhbmtirbllobo69r8gq8@google.com"],["created",{},"date-time","2023-06-12T07:32:29Z"],["description",{},"text","1983"],["last-modified",{},"date-time","2023-06-12T07:32:41Z"],["sequence",{},"integer",0],["status",{},"text","CONFIRMED"],["summary",{},"text","Benjamin Schmidt"],["transp",{},"text","TRANSPARENT"]],[]],"_rangeExceptionCache":{},"exceptions":{},"rangeExceptions":[]} 2023-06-12 10:36:45.452 - debug: birthdays.0 (7102) [ical] found birthday: Benjamin Schmidt (1983) 2023-06-12 10:36:45.453 - debug: birthdays.0 (7102) [ical] processing event: {"component":["vevent",[["dtstart",{},"date","2022-10-15"],["dtend",{},"date","2022-10-16"],["rrule",{},"recur",{"freq":"YEARLY"}],["dtstamp",{},"date-time","2023-06-12T08:36:45Z"],["uid",{},"text","7i0kn2tvjl9n7akcb0k493b8lg@google.com"],["created",{},"date-time","2023-06-12T07:36:01Z"],["description",{},"text","1979"],["last-modified",{},"date-time","2023-06-12T07:36:13Z"],["sequence",{},"integer",0],["status",{},"text","CONFIRMED"],["summary",{},"text","Jennifer Schmidt-Förster"],["transp",{},"text","TRANSPARENT"]],[]],"_rangeExceptionCache":{},"exceptions":{},"rangeExceptions":[]} 2023-06-12 10:36:45.453 - debug: birthdays.0 (7102) [ical] found birthday: Jennifer Schmidt-Förster (1979) 2023-06-12 10:36:45.453 - debug: birthdays.0 (7102) [ical] processed all events 2023-06-12 10:36:45.453 - debug: birthdays.0 (7102) [onReady] everything collected: [0,35,0] 2023-06-12 10:36:45.455 - debug: birthdays.0 (7102) [fillStates] birthdays: [{"name":"Renè Grywnow","birthYear":1977,"dateFormat":"20.06.2023","age":46,"daysLeft":8,"_birthday":"1977-06-19T23:00:00.000Z","_nextBirthday":"2023-06-19T22:00:00.000Z"},{"name":"Oliver Paul","birthYear":1983,"dateFormat":"22.06.2023","age":40,"daysLeft":10,"_birthday":"1983-06-21T22:00:00.000Z","_nextBirthday":"2023-06-21T22:00:00.000Z"},{"name":"Horst Schmidt","birthYear":1959,"dateFormat":"27.06.2023","age":64,"daysLeft":15,"_birthday":"1959-06-26T23:00:00.000Z","_nextBirthday":"2023-06-26T22:00:00.000Z"},{"name":"Lisa Hannes","birthYear":2016,"dateFormat":"21.07.2023","age":7,"daysLeft":39,"_birthday":"2016-07-20T22:00:00.000Z","_nextBirthday":"2023-07-20T22:00:00.000Z"},{"name":"Käthe Schmidt","birthYear":1956,"dateFormat":"25.07.2023","age":67,"daysLeft":43,"_birthday":"1956-07-24T23:00:00.000Z","_nextBirthday":"2023-07-24T22:00:00.000Z"},{"name":"Ines","birthYear":1960,"dateFormat":"26.07.2023","age":63,"daysLeft":44,"_birthday":"1960-07-25T23:00:00.000Z","_nextBirthday":"2023-07-25T22:00:00.000Z"},{"name":"Louis Eisenreich","birthYear":2015,"dateFormat":"26.07.2023","age":8,"daysLeft":44,"_birthday":"2015-07-25T22:00:00.000Z","_nextBirthday":"2023-07-25T22:00:00.000Z"},{"name":"Hendrik Müller","birthYear":1979,"dateFormat":"11.08.2023","age":44,"daysLeft":60,"_birthday":"1979-08-10T23:00:00.000Z","_nextBirthday":"2023-08-10T22:00:00.000Z"},{"name":"Andrea Schmidt","birthYear":1960,"dateFormat":"14.08.2023","age":63,"daysLeft":63,"_birthday":"1960-08-13T23:00:00.000Z","_nextBirthday":"2023-08-13T22:00:00.000Z"},{"name":"Tatiana Grywnow","birthYear":1977,"dateFormat":"17.08.2023","age":46,"daysLeft":66,"_birthday":"1977-08-16T23:00:00.000Z","_nextBirthday":"2023-08-16T22:00:00.000Z"},{"name":"Rika Breuer","birthYear":2017,"dateFormat":"20.08.2023","age":6,"daysLeft":69,"_birthday":"2017-08-19T22:00:00.000Z","_nextBirthday":"2023-08-19T22:00:00.000Z"},{"name":"Rebecca Bradtke","birthYear":1987,"dateFormat":"10.09.2023","age":36,"daysLeft":90,"_birthday":"1987-09-09T22:00:00.000Z","_nextBirthday":"2023-09-09T22:00:00.000Z"},{"name":"Tom Grywnow","birthYear":2011,"dateFormat":"11.09.2023","age":12,"daysLeft":91,"_birthday":"2011-09-10T22:00:00.000Z","_nextBirthday":"2023-09-10T22:00:00.000Z"},{"name":"Stefan Bradtke","birthYear":1983,"dateFormat":"12.10.2023","age":40,"daysLeft":122,"_birthday":"1983-10-11T23:00:00.000Z","_nextBirthday":"2023-10-11T22:00:00.000Z"},{"name":"Jennifer Schmidt-Förster","birthYear":1979,"dateFormat":"15.10.2023","age":44,"daysLeft":125,"_birthday":"1979-10-14T23:00:00.000Z","_nextBirthday":"2023-10-14T22:00:00.000Z"},{"name":"Alfred Schmidt","birthYear":1949,"dateFormat":"13.12.2023","age":74,"daysLeft":184,"_birthday":"1949-12-12T23:00:00.000Z","_nextBirthday":"2023-12-12T23:00:00.000Z"},{"name":"Juliane Schmidt","birthYear":1971,"dateFormat":"10.01.2024","age":53,"daysLeft":212,"_birthday":"1971-01-09T23:00:00.000Z","_nextBirthday":"2024-01-09T23:00:00.000Z"},{"name":"Calvin Seum","birthYear":1999,"dateFormat":"12.01.2024","age":25,"daysLeft":214,"_birthday":"1999-01-11T23:00:00.000Z","_nextBirthday":"2024-01-11T23:00:00.000Z"},{"name":"Marick Förster","birthYear":1999,"dateFormat":"15.01.2024","age":25,"daysLeft":217,"_birthday":"1999-01-14T23:00:00.000Z","_nextBirthday":"2024-01-14T23:00:00.000Z"},{"name":"Michael Grebeldinger","birthYear":1983,"dateFormat":"22.01.2024","age":41,"daysLeft":224,"_birthday":"1983-01-21T23:00:00.000Z","_nextBirthday":"2024-01-21T23:00:00.000Z"},{"name":"Michael Hannes","birthYear":1982,"dateFormat":"05.03.2024","age":42,"daysLeft":267,"_birthday":"1982-03-04T23:00:00.000Z","_nextBirthday":"2024-03-04T23:00:00.000Z"},{"name":"Joe Bradtke","birthYear":2021,"dateFormat":"07.03.2024","age":3,"daysLeft":269,"_birthday":"2021-03-06T23:00:00.000Z","_nextBirthday":"2024-03-06T23:00:00.000Z"},{"name":"Laura Hannes","birthYear":1993,"dateFormat":"19.03.2024","age":31,"daysLeft":281,"_birthday":"1993-03-18T23:00:00.000Z","_nextBirthday":"2024-03-18T23:00:00.000Z"},{"name":"Brigitte Meisinger","birthYear":1952,"dateFormat":"02.04.2024","age":72,"daysLeft":295,"_birthday":"1952-04-01T23:00:00.000Z","_nextBirthday":"2024-04-01T22:00:00.000Z"},{"name":"Michael Meisinger","birthYear":1969,"dateFormat":"05.04.2024","age":55,"daysLeft":298,"_birthday":"1969-04-04T23:00:00.000Z","_nextBirthday":"2024-04-04T22:00:00.000Z"},{"name":"Nils Gerlach","birthYear":1981,"dateFormat":"08.05.2024","age":43,"daysLeft":331,"_birthday":"1981-05-07T22:00:00.000Z","_nextBirthday":"2024-05-07T22:00:00.000Z"},{"name":"Valentina Breuer","birthYear":1987,"dateFormat":"12.05.2024","age":37,"daysLeft":335,"_birthday":"1987-05-11T22:00:00.000Z","_nextBirthday":"2024-05-11T22:00:00.000Z"},{"name":"Valeska Breuer","birthYear":1989,"dateFormat":"17.05.2024","age":35,"daysLeft":340,"_birthday":"1989-05-16T22:00:00.000Z","_nextBirthday":"2024-05-16T22:00:00.000Z"},{"name":"Constantin Breuer","birthYear":1989,"dateFormat":"17.05.2024","age":35,"daysLeft":340,"_birthday":"1989-05-16T22:00:00.000Z","_nextBirthday":"2024-05-16T22:00:00.000Z"},{"name":"Tabea Meinhardt","birthYear":1996,"dateFormat":"18.05.2024","age":28,"daysLeft":341,"_birthday":"1996-05-17T22:00:00.000Z","_nextBirthday":"2024-05-17T22:00:00.000Z"},{"name":"Lina Grywnow","birthYear":2013,"dateFormat":"20.05.2024","age":11,"daysLeft":343,"_birthday":"2013-05-19T22:00:00.000Z","_nextBirthday":"2024-05-19T22:00:00.000Z"},{"name":"Eddi Schmidt","birthYear":1999,"dateFormat":"20.05.2024","age":25,"daysLeft":343,"_birthday":"1999-05-19T22:00:00.000Z","_nextBirthday":"2024-05-19T22:00:00.000Z"},{"name":"Max Breuer","birthYear":1994,"dateFormat":"25.05.2024","age":30,"daysLeft":348,"_birthday":"1994-05-24T22:00:00.000Z","_nextBirthday":"2024-05-24T22:00:00.000Z"},{"name":"Benjamin Schmidt","birthYear":1983,"dateFormat":"28.05.2024","age":41,"daysLeft":351,"_birthday":"1983-05-27T22:00:00.000Z","_nextBirthday":"2024-05-27T22:00:00.000Z"},{"name":"Stephan Panz","birthYear":1979,"dateFormat":"03.06.2024","age":45,"daysLeft":357,"_birthday":"1979-06-02T23:00:00.000Z","_nextBirthday":"2024-06-02T22:00:00.000Z"}] 2023-06-12 10:36:45.545 - debug: birthdays.0 (7102) [fillStates] birthdays significant: [{"name":"Oliver Paul","birthYear":1983,"dateFormat":"22.06.2023","age":40,"daysLeft":10,"_birthday":"1983-06-21T22:00:00.000Z","_nextBirthday":"2023-06-21T22:00:00.000Z"},{"name":"Stefan Bradtke","birthYear":1983,"dateFormat":"12.10.2023","age":40,"daysLeft":122,"_birthday":"1983-10-11T23:00:00.000Z","_nextBirthday":"2023-10-11T22:00:00.000Z"},{"name":"Max Breuer","birthYear":1994,"dateFormat":"25.05.2024","age":30,"daysLeft":348,"_birthday":"1994-05-24T22:00:00.000Z","_nextBirthday":"2024-05-24T22:00:00.000Z"},{"name":"Louis Eisenreich","birthYear":2015,"dateFormat":"26.07.2025","age":10,"daysLeft":775,"_birthday":"2015-07-25T22:00:00.000Z","_nextBirthday":"2025-07-25T22:00:00.000Z"},{"name":"Tabea Meinhardt","birthYear":1996,"dateFormat":"18.05.2026","age":30,"daysLeft":1071,"_birthday":"1996-05-17T22:00:00.000Z","_nextBirthday":"2026-05-17T22:00:00.000Z"},{"name":"Lisa Hannes","birthYear":2016,"dateFormat":"21.07.2026","age":10,"daysLeft":1135,"_birthday":"2016-07-20T22:00:00.000Z","_nextBirthday":"2026-07-20T22:00:00.000Z"},{"name":"Käthe Schmidt","birthYear":1956,"dateFormat":"25.07.2026","age":70,"daysLeft":1139,"_birthday":"1956-07-24T23:00:00.000Z","_nextBirthday":"2026-07-24T22:00:00.000Z"},{"name":"Valentina Breuer","birthYear":1987,"dateFormat":"12.05.2027","age":40,"daysLeft":1430,"_birthday":"1987-05-11T22:00:00.000Z","_nextBirthday":"2027-05-11T22:00:00.000Z"},{"name":"Renè Grywnow","birthYear":1977,"dateFormat":"20.06.2027","age":50,"daysLeft":1469,"_birthday":"1977-06-19T23:00:00.000Z","_nextBirthday":"2027-06-19T22:00:00.000Z"},{"name":"Tatiana Grywnow","birthYear":1977,"dateFormat":"17.08.2027","age":50,"daysLeft":1527,"_birthday":"1977-08-16T23:00:00.000Z","_nextBirthday":"2027-08-16T22:00:00.000Z"},{"name":"Rika Breuer","birthYear":2017,"dateFormat":"20.08.2027","age":10,"daysLeft":1530,"_birthday":"2017-08-19T22:00:00.000Z","_nextBirthday":"2027-08-19T22:00:00.000Z"},{"name":"Rebecca Bradtke","birthYear":1987,"dateFormat":"10.09.2027","age":40,"daysLeft":1551,"_birthday":"1987-09-09T22:00:00.000Z","_nextBirthday":"2027-09-09T22:00:00.000Z"},{"name":"Calvin Seum","birthYear":1999,"dateFormat":"12.01.2029","age":30,"daysLeft":2041,"_birthday":"1999-01-11T23:00:00.000Z","_nextBirthday":"2029-01-11T23:00:00.000Z"},{"name":"Marick Förster","birthYear":1999,"dateFormat":"15.01.2029","age":30,"daysLeft":2044,"_birthday":"1999-01-14T23:00:00.000Z","_nextBirthday":"2029-01-14T23:00:00.000Z"},{"name":"Michael Meisinger","birthYear":1969,"dateFormat":"05.04.2029","age":60,"daysLeft":2124,"_birthday":"1969-04-04T23:00:00.000Z","_nextBirthday":"2029-04-04T22:00:00.000Z"},{"name":"Valeska Breuer","birthYear":1989,"dateFormat":"17.05.2029","age":40,"daysLeft":2166,"_birthday":"1989-05-16T22:00:00.000Z","_nextBirthday":"2029-05-16T22:00:00.000Z"},{"name":"Constantin Breuer","birthYear":1989,"dateFormat":"17.05.2029","age":40,"daysLeft":2166,"_birthday":"1989-05-16T22:00:00.000Z","_nextBirthday":"2029-05-16T22:00:00.000Z"},{"name":"Eddi Schmidt","birthYear":1999,"dateFormat":"20.05.2029","age":30,"daysLeft":2169,"_birthday":"1999-05-19T22:00:00.000Z","_nextBirthday":"2029-05-19T22:00:00.000Z"},{"name":"Stephan Panz","birthYear":1979,"dateFormat":"03.06.2029","age":50,"daysLeft":2183,"_birthday":"1979-06-02T23:00:00.000Z","_nextBirthday":"2029-06-02T22:00:00.000Z"},{"name":"Horst Schmidt","birthYear":1959,"dateFormat":"27.06.2029","age":70,"daysLeft":2207,"_birthday":"1959-06-26T23:00:00.000Z","_nextBirthday":"2029-06-26T22:00:00.000Z"},{"name":"Hendrik Müller","birthYear":1979,"dateFormat":"11.08.2029","age":50,"daysLeft":2252,"_birthday":"1979-08-10T23:00:00.000Z","_nextBirthday":"2029-08-10T22:00:00.000Z"},{"name":"Jennifer Schmidt-Förster","birthYear":1979,"dateFormat":"15.10.2029","age":50,"daysLeft":2317,"_birthday":"1979-10-14T23:00:00.000Z","_nextBirthday":"2029-10-14T22:00:00.000Z"},{"name":"Alfred Schmidt","birthYear":1949,"dateFormat":"13.12.2029","age":80,"daysLeft":2376,"_birthday":"1949-12-12T23:00:00.000Z","_nextBirthday":"2029-12-12T23:00:00.000Z"},{"name":"Ines","birthYear":1960,"dateFormat":"26.07.2030","age":70,"daysLeft":2601,"_birthday":"1960-07-25T23:00:00.000Z","_nextBirthday":"2030-07-25T22:00:00.000Z"},{"name":"Andrea Schmidt","birthYear":1960,"dateFormat":"14.08.2030","age":70,"daysLeft":2620,"_birthday":"1960-08-13T23:00:00.000Z","_nextBirthday":"2030-08-13T22:00:00.000Z"},{"name":"Juliane Schmidt","birthYear":1971,"dateFormat":"10.01.2031","age":60,"daysLeft":2769,"_birthday":"1971-01-09T23:00:00.000Z","_nextBirthday":"2031-01-09T23:00:00.000Z"},{"name":"Joe Bradtke","birthYear":2021,"dateFormat":"07.03.2031","age":10,"daysLeft":2825,"_birthday":"2021-03-06T23:00:00.000Z","_nextBirthday":"2031-03-06T23:00:00.000Z"},{"name":"Nils Gerlach","birthYear":1981,"dateFormat":"08.05.2031","age":50,"daysLeft":2887,"_birthday":"1981-05-07T22:00:00.000Z","_nextBirthday":"2031-05-07T22:00:00.000Z"},{"name":"Tom Grywnow","birthYear":2011,"dateFormat":"11.09.2031","age":20,"daysLeft":3013,"_birthday":"2011-09-10T22:00:00.000Z","_nextBirthday":"2031-09-10T22:00:00.000Z"},{"name":"Michael Hannes","birthYear":1982,"dateFormat":"05.03.2032","age":50,"daysLeft":3189,"_birthday":"1982-03-04T23:00:00.000Z","_nextBirthday":"2032-03-04T23:00:00.000Z"},{"name":"Brigitte Meisinger","birthYear":1952,"dateFormat":"02.04.2032","age":80,"daysLeft":3217,"_birthday":"1952-04-01T23:00:00.000Z","_nextBirthday":"2032-04-01T22:00:00.000Z"},{"name":"Michael Grebeldinger","birthYear":1983,"dateFormat":"22.01.2033","age":50,"daysLeft":3512,"_birthday":"1983-01-21T23:00:00.000Z","_nextBirthday":"2033-01-21T23:00:00.000Z"},{"name":"Laura Hannes","birthYear":1993,"dateFormat":"19.03.2033","age":40,"daysLeft":3568,"_birthday":"1993-03-18T23:00:00.000Z","_nextBirthday":"2033-03-18T23:00:00.000Z"},{"name":"Lina Grywnow","birthYear":2013,"dateFormat":"20.05.2033","age":20,"daysLeft":3630,"_birthday":"2013-05-19T22:00:00.000Z","_nextBirthday":"2033-05-19T22:00:00.000Z"},{"name":"Benjamin Schmidt","birthYear":1983,"dateFormat":"28.05.2033","age":50,"daysLeft":3638,"_birthday":"1983-05-27T22:00:00.000Z","_nextBirthday":"2033-05-27T22:00:00.000Z"}] 2023-06-12 10:36:45.573 - debug: birthdays.0 (7102) [fillPathWithBirthday] path: "month.06.renèGrywnow", birthday: {"name":"Renè Grywnow","birthYear":1977,"dateFormat":"20.06.2023","age":46,"daysLeft":8,"_birthday":"1977-06-19T23:00:00.000Z","_nextBirthday":"2023-06-19T22:00:00.000Z"} 2023-06-12 10:36:45.580 - debug: birthdays.0 (7102) [fillPathWithBirthday] path: "month.06.oliverPaul", birthday: {"name":"Oliver Paul","birthYear":1983,"dateFormat":"22.06.2023","age":40,"daysLeft":10,"_birthday":"1983-06-21T22:00:00.000Z","_nextBirthday":"2023-06-21T22:00:00.000Z"} 2023-06-12 10:36:45.584 - debug: birthdays.0 (7102) [fillPathWithBirthday] path: "month.06.horstSchmidt", birthday: {"name":"Horst Schmidt","birthYear":1959,"dateFormat":"27.06.2023","age":64,"daysLeft":15,"_birthday":"1959-06-26T23:00:00.000Z","_nextBirthday":"2023-06-26T22:00:00.000Z"} 2023-06-12 10:36:45.590 - debug: birthdays.0 (7102) [fillPathWithBirthday] path: "month.07.lisaHannes", birthday: {"name":"Lisa Hannes","birthYear":2016,"dateFormat":"21.07.2023","age":7,"daysLeft":39,"_birthday":"2016-07-20T22:00:00.000Z","_nextBirthday":"2023-07-20T22:00:00.000Z"} 2023-06-12 10:36:45.595 - debug: birthdays.0 (7102) [fillPathWithBirthday] path: "month.07.kätheSchmidt", birthday: {"name":"Käthe Schmidt","birthYear":1956,"dateFormat":"25.07.2023","age":67,"daysLeft":43,"_birthday":"1956-07-24T23:00:00.000Z","_nextBirthday":"2023-07-24T22:00:00.000Z"} 2023-06-12 10:36:45.600 - debug: birthdays.0 (7102) [fillPathWithBirthday] path: "month.07.ines", birthday: {"name":"Ines","birthYear":1960,"dateFormat":"26.07.2023","age":63,"daysLeft":44,"_birthday":"1960-07-25T23:00:00.000Z","_nextBirthday":"2023-07-25T22:00:00.000Z"} 2023-06-12 10:36:45.604 - debug: birthdays.0 (7102) [fillPathWithBirthday] path: "month.07.louisEisenreich", birthday: {"name":"Louis Eisenreich","birthYear":2015,"dateFormat":"26.07.2023","age":8,"daysLeft":44,"_birthday":"2015-07-25T22:00:00.000Z","_nextBirthday":"2023-07-25T22:00:00.000Z"} 2023-06-12 10:36:45.612 - debug: birthdays.0 (7102) [fillPathWithBirthday] path: "month.08.hendrikMüller", birthday: {"name":"Hendrik Müller","birthYear":1979,"dateFormat":"11.08.2023","age":44,"daysLeft":60,"_birthday":"1979-08-10T23:00:00.000Z","_nextBirthday":"2023-08-10T22:00:00.000Z"} 2023-06-12 10:36:45.617 - debug: birthdays.0 (7102) [fillPathWithBirthday] path: "month.08.andreaSchmidt", birthday: {"name":"Andrea Schmidt","birthYear":1960,"dateFormat":"14.08.2023","age":63,"daysLeft":63,"_birthday":"1960-08-13T23:00:00.000Z","_nextBirthday":"2023-08-13T22:00:00.000Z"} 2023-06-12 10:36:45.623 - debug: birthdays.0 (7102) [fillPathWithBirthday] path: "month.08.tatianaGrywnow", birthday: {"name":"Tatiana Grywnow","birthYear":1977,"dateFormat":"17.08.2023","age":46,"daysLeft":66,"_birthday":"1977-08-16T23:00:00.000Z","_nextBirthday":"2023-08-16T22:00:00.000Z"} 2023-06-12 10:36:45.628 - debug: birthdays.0 (7102) [fillPathWithBirthday] path: "month.08.rikaBreuer", birthday: {"name":"Rika Breuer","birthYear":2017,"dateFormat":"20.08.2023","age":6,"daysLeft":69,"_birthday":"2017-08-19T22:00:00.000Z","_nextBirthday":"2023-08-19T22:00:00.000Z"} 2023-06-12 10:36:45.631 - debug: birthdays.0 (7102) [fillPathWithBirthday] path: "month.09.rebeccaBradtke", birthday: {"name":"Rebecca Bradtke","birthYear":1987,"dateFormat":"10.09.2023","age":36,"daysLeft":90,"_birthday":"1987-09-09T22:00:00.000Z","_nextBirthday":"2023-09-09T22:00:00.000Z"} 2023-06-12 10:36:45.635 - debug: birthdays.0 (7102) [fillPathWithBirthday] path: "month.09.tomGrywnow", birthday: {"name":"Tom Grywnow","birthYear":2011,"dateFormat":"11.09.2023","age":12,"daysLeft":91,"_birthday":"2011-09-10T22:00:00.000Z","_nextBirthday":"2023-09-10T22:00:00.000Z"} 2023-06-12 10:36:45.641 - debug: birthdays.0 (7102) [fillPathWithBirthday] path: "month.10.stefanBradtke", birthday: {"name":"Stefan Bradtke","birthYear":1983,"dateFormat":"12.10.2023","age":40,"daysLeft":122,"_birthday":"1983-10-11T23:00:00.000Z","_nextBirthday":"2023-10-11T22:00:00.000Z"} 2023-06-12 10:36:45.646 - debug: birthdays.0 (7102) [fillPathWithBirthday] path: "month.10.jenniferSchmidtFörster", birthday: {"name":"Jennifer Schmidt-Förster","birthYear":1979,"dateFormat":"15.10.2023","age":44,"daysLeft":125,"_birthday":"1979-10-14T23:00:00.000Z","_nextBirthday":"2023-10-14T22:00:00.000Z"} 2023-06-12 10:36:45.650 - debug: birthdays.0 (7102) [fillPathWithBirthday] path: "month.12.alfredSchmidt", birthday: {"name":"Alfred Schmidt","birthYear":1949,"dateFormat":"13.12.2023","age":74,"daysLeft":184,"_birthday":"1949-12-12T23:00:00.000Z","_nextBirthday":"2023-12-12T23:00:00.000Z"} 2023-06-12 10:36:45.654 - debug: birthdays.0 (7102) [fillPathWithBirthday] path: "month.01.julianeSchmidt", birthday: {"name":"Juliane Schmidt","birthYear":1971,"dateFormat":"10.01.2024","age":53,"daysLeft":212,"_birthday":"1971-01-09T23:00:00.000Z","_nextBirthday":"2024-01-09T23:00:00.000Z"} 2023-06-12 10:36:45.658 - debug: birthdays.0 (7102) [fillPathWithBirthday] path: "month.01.calvinSeum", birthday: {"name":"Calvin Seum","birthYear":1999,"dateFormat":"12.01.2024","age":25,"daysLeft":214,"_birthday":"1999-01-11T23:00:00.000Z","_nextBirthday":"2024-01-11T23:00:00.000Z"} 2023-06-12 10:36:45.662 - debug: birthdays.0 (7102) [fillPathWithBirthday] path: "month.01.marickFörster", birthday: {"name":"Marick Förster","birthYear":1999,"dateFormat":"15.01.2024","age":25,"daysLeft":217,"_birthday":"1999-01-14T23:00:00.000Z","_nextBirthday":"2024-01-14T23:00:00.000Z"} 2023-06-12 10:36:45.668 - debug: birthdays.0 (7102) [fillPathWithBirthday] path: "month.01.michaelGrebeldinger", birthday: {"name":"Michael Grebeldinger","birthYear":1983,"dateFormat":"22.01.2024","age":41,"daysLeft":224,"_birthday":"1983-01-21T23:00:00.000Z","_nextBirthday":"2024-01-21T23:00:00.000Z"} 2023-06-12 10:36:45.672 - debug: birthdays.0 (7102) [fillPathWithBirthday] path: "month.03.michaelHannes", birthday: {"name":"Michael Hannes","birthYear":1982,"dateFormat":"05.03.2024","age":42,"daysLeft":267,"_birthday":"1982-03-04T23:00:00.000Z","_nextBirthday":"2024-03-04T23:00:00.000Z"} 2023-06-12 10:36:45.676 - debug: birthdays.0 (7102) [fillPathWithBirthday] path: "month.03.joeBradtke", birthday: {"name":"Joe Bradtke","birthYear":2021,"dateFormat":"07.03.2024","age":3,"daysLeft":269,"_birthday":"2021-03-06T23:00:00.000Z","_nextBirthday":"2024-03-06T23:00:00.000Z"} 2023-06-12 10:36:45.680 - debug: birthdays.0 (7102) [fillPathWithBirthday] path: "month.03.lauraHannes", birthday: {"name":"Laura Hannes","birthYear":1993,"dateFormat":"19.03.2024","age":31,"daysLeft":281,"_birthday":"1993-03-18T23:00:00.000Z","_nextBirthday":"2024-03-18T23:00:00.000Z"} 2023-06-12 10:36:45.684 - debug: birthdays.0 (7102) [fillPathWithBirthday] path: "month.04.brigitteMeisinger", birthday: {"name":"Brigitte Meisinger","birthYear":1952,"dateFormat":"02.04.2024","age":72,"daysLeft":295,"_birthday":"1952-04-01T23:00:00.000Z","_nextBirthday":"2024-04-01T22:00:00.000Z"} 2023-06-12 10:36:45.690 - debug: birthdays.0 (7102) [fillPathWithBirthday] path: "month.04.michaelMeisinger", birthday: {"name":"Michael Meisinger","birthYear":1969,"dateFormat":"05.04.2024","age":55,"daysLeft":298,"_birthday":"1969-04-04T23:00:00.000Z","_nextBirthday":"2024-04-04T22:00:00.000Z"} 2023-06-12 10:36:45.694 - debug: birthdays.0 (7102) [fillPathWithBirthday] path: "month.05.nilsGerlach", birthday: {"name":"Nils Gerlach","birthYear":1981,"dateFormat":"08.05.2024","age":43,"daysLeft":331,"_birthday":"1981-05-07T22:00:00.000Z","_nextBirthday":"2024-05-07T22:00:00.000Z"} 2023-06-12 10:36:45.699 - debug: birthdays.0 (7102) [fillPathWithBirthday] path: "month.05.valentinaBreuer", birthday: {"name":"Valentina Breuer","birthYear":1987,"dateFormat":"12.05.2024","age":37,"daysLeft":335,"_birthday":"1987-05-11T22:00:00.000Z","_nextBirthday":"2024-05-11T22:00:00.000Z"} 2023-06-12 10:36:45.703 - debug: birthdays.0 (7102) [fillPathWithBirthday] path: "month.05.valeskaBreuer", birthday: {"name":"Valeska Breuer","birthYear":1989,"dateFormat":"17.05.2024","age":35,"daysLeft":340,"_birthday":"1989-05-16T22:00:00.000Z","_nextBirthday":"2024-05-16T22:00:00.000Z"} 2023-06-12 10:36:45.709 - debug: birthdays.0 (7102) [fillPathWithBirthday] path: "month.05.constantinBreuer", birthday: {"name":"Constantin Breuer","birthYear":1989,"dateFormat":"17.05.2024","age":35,"daysLeft":340,"_birthday":"1989-05-16T22:00:00.000Z","_nextBirthday":"2024-05-16T22:00:00.000Z"} 2023-06-12 10:36:45.713 - debug: birthdays.0 (7102) [fillPathWithBirthday] path: "month.05.tabeaMeinhardt", birthday: {"name":"Tabea Meinhardt","birthYear":1996,"dateFormat":"18.05.2024","age":28,"daysLeft":341,"_birthday":"1996-05-17T22:00:00.000Z","_nextBirthday":"2024-05-17T22:00:00.000Z"} 2023-06-12 10:36:45.717 - debug: birthdays.0 (7102) [fillPathWithBirthday] path: "month.05.linaGrywnow", birthday: {"name":"Lina Grywnow","birthYear":2013,"dateFormat":"20.05.2024","age":11,"daysLeft":343,"_birthday":"2013-05-19T22:00:00.000Z","_nextBirthday":"2024-05-19T22:00:00.000Z"} 2023-06-12 10:36:45.721 - debug: birthdays.0 (7102) [fillPathWithBirthday] path: "month.05.eddiSchmidt", birthday: {"name":"Eddi Schmidt","birthYear":1999,"dateFormat":"20.05.2024","age":25,"daysLeft":343,"_birthday":"1999-05-19T22:00:00.000Z","_nextBirthday":"2024-05-19T22:00:00.000Z"} 2023-06-12 10:36:45.725 - debug: birthdays.0 (7102) [fillPathWithBirthday] path: "month.05.maxBreuer", birthday: {"name":"Max Breuer","birthYear":1994,"dateFormat":"25.05.2024","age":30,"daysLeft":348,"_birthday":"1994-05-24T22:00:00.000Z","_nextBirthday":"2024-05-24T22:00:00.000Z"} 2023-06-12 10:36:45.729 - debug: birthdays.0 (7102) [fillPathWithBirthday] path: "month.05.benjaminSchmidt", birthday: {"name":"Benjamin Schmidt","birthYear":1983,"dateFormat":"28.05.2024","age":41,"daysLeft":351,"_birthday":"1983-05-27T22:00:00.000Z","_nextBirthday":"2024-05-27T22:00:00.000Z"} 2023-06-12 10:36:45.733 - debug: birthdays.0 (7102) [fillPathWithBirthday] path: "month.06.stephanPanz", birthday: {"name":"Stephan Panz","birthYear":1979,"dateFormat":"03.06.2024","age":45,"daysLeft":357,"_birthday":"1979-06-02T23:00:00.000Z","_nextBirthday":"2024-06-02T22:00:00.000Z"} 2023-06-12 10:36:45.738 - debug: birthdays.0 (7102) [fillAfter] filling next with 8 days left 2023-06-12 10:36:45.749 - debug: birthdays.0 (7102) [fillAfter] filling nextAfter with 10 days left 2023-06-12 10:36:45.759 - debug: birthdays.0 (7102) [fillAfter] filling nextSignificant with 10 days left 2023-06-12 10:36:45.775 - debug: birthdays.0 (7102) [onReady] Everything done 2023-06-12 10:36:45.776 - debug: birthdays.0 (7102) [onReady] Finally shutting down 2023-06-12 10:36:45.776 - debug: birthdays.0 (7102) cleaned everything up... 2023-06-12 10:36:45.819 - info: birthdays.0 (7102) Terminated (NO_ERROR): Without reason 2023-06-12 10:36:46.364 - info: host.buanet-iobroker_8_0_1 instance system.adapter.birthdays.0 terminated with code 0 (NO_ERROR)