-
Notifications
You must be signed in to change notification settings - Fork 11
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
Update birthday list every hour #9
base: master
Are you sure you want to change the base?
Conversation
README.md
Outdated
credentials: { | ||
tokenUrl: 'https://accounts.google.com/o/oauth2/token', | ||
username: 'YOUR_EMAIL_ADDRESS', | ||
refreshToken: 'YOUR_REFRESH_TOKEN_WITH_CALDAV_PERMISSION', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please share instructions or a script for generating this token?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is actually a pull request. And an old one at that. Totally the wrong place to ask for help.
That said, you need to follow the install instructions on https://github.com/PalatinCoder/MMM-GoogleBirthdaysProvider.
Good luck!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, I am aware :) I have been following your updates to your fork and I noticed you are moving to CalDAV API and I am trying to get it working as well. Since you don't have the issues open on your fork, I figured I'll ask here. Let me know if you have a better suggestion for asking questions/ reporting issues for your fork.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have enabled issues and discussions on my repo, please feel free to take the question there.
Thank you Krisjan! Very much appreciated improvement.
- parse vcard data, but only needed fields
Hi,
I had a need for the regular update and implemented it. Hope you like the code.
/Ulrich