Fix for new version of api client.

This commit is contained in:
2019-07-28 11:37:39 +02:00
parent 5378daf278
commit 31fb0d3647
3 changed files with 18 additions and 19 deletions

View File

@@ -5,7 +5,7 @@ define('CLIENT_SECRET', '');
define('REDIRECT_URI', sprintf('http://%s%s', $_SERVER['HTTP_HOST'], $_SERVER['PHP_SELF']));
// Calendar preferences
define('CONTACTS_CALENDAR_ID', '#contacts@group.v.calendar.google.com');
define('CONTACTS_CALENDAR_ID', 'addressbook#contacts@group.v.calendar.google.com');
define('TARGET_CALENDAR_SUMMARY', 'Birthdays');
define('CALENDAR_BIRTHDAY_NAME', 'birthday');
define('CONTACTS_USER_EMAIL', 'default');