-
-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for new Birthday Entries in Google Calendar #226
Comments
Thanks for reporting a new issue @gitknd!
Otherwise this issue will be closed. |
Which "new way"? Please add a link to an api documentation |
By adding an Event in the Android Google Calendar App, you can now choose between "Event, Task, Birthday". "Birthday" is the new Event Type. Here is an example from the ICS export:
https://workspaceupdates.googleblog.com/2024/09/create-birthdays-in-google-calendar.html |
@gitknd The birth year is missing. So it's not possible to use those events for the adapter. |
ok, thanks, i understand, May it's a kind of solution to add a configurable "dummy year" (e.g. 1900) in those cases, because i think that this function will get more attention in the future.... Just an idea.... |
Okay, but ... where? |
May, you can add this in the adapter setting when the birth year is missing. Just as an optional workaround |
I'm sure that
Source of birthdays
ical Google Calendar
The problem
The new way to add birthdays to the Google Calendar is not supported right now. The adapter couldn't find those new entries.
iobroker.current.log (in debug mode!)
No response
Version of nodejs
v20.17.0
Version of ioBroker js-controller
6.0.11
Version of adapter
3.0.1
The text was updated successfully, but these errors were encountered: