Skip to content
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

Open
3 tasks done
gitknd opened this issue Sep 28, 2024 · 5 comments
Open
3 tasks done

Support for new Birthday Entries in Google Calendar #226

gitknd opened this issue Sep 28, 2024 · 5 comments
Assignees
Labels
question Further information is requested

Comments

@gitknd
Copy link

gitknd commented Sep 28, 2024

I'm sure that

  • This issue is still present in the current beta version of this adapter
  • There is no other (open) issue with the same topic (use the search!)
  • This issue is not described in the adapter documentation / FAQ (read the docs!)

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

Copy link

Thanks for reporting a new issue @gitknd!

  1. Please make sure your topic is not covered in the documentation
  2. Please attach all necessary log files (in debug mode!), screenshots and other information to reproduce this issue
  3. Search for the issue topic in other/closed issues to avoid duplicates!

Otherwise this issue will be closed.

@klein0r
Copy link
Owner

klein0r commented Oct 2, 2024

The new way to add birthdays to the Google Calendar is not supported right now.

Which "new way"? Please add a link to an api documentation

@klein0r klein0r added the question Further information is requested label Oct 2, 2024
@gitknd
Copy link
Author

gitknd commented Oct 3, 2024

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:

BEGIN:VEVENT
DTSTART;VALUE=DATE:20230202
DTEND;VALUE=DATE:20230203
RRULE:FREQ=YEARLY;BYMONTHDAY=2;BYMONTH=2
DTSTAMP:20241003T045303Z
UID:[email protected]
CLASS:PRIVATE
CREATED:20240929T061827Z
LAST-MODIFIED:20240929T061827Z
SEQUENCE:0
STATUS:CONFIRMED
SUMMARY:Geburtstag von Max Mustermann
TRANSP:TRANSPARENT
BEGIN:VALARM
ACTION:DISPLAY
TRIGGER:P0DT9H0M0S
DESCRIPTION:This is an event reminder
END:VALARM
BEGIN:VALARM
ACTION:DISPLAY
TRIGGER:-P6DT15H0M0S
DESCRIPTION:This is an event reminder
END:VALARM
END:VEVENT

https://workspaceupdates.googleblog.com/2024/09/create-birthdays-in-google-calendar.html

@klein0r
Copy link
Owner

klein0r commented Oct 6, 2024

@gitknd The birth year is missing. So it's not possible to use those events for the adapter.

@gitknd
Copy link
Author

gitknd commented Oct 7, 2024

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....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants