Fix for new version of api client.
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user