rapidwebltd / php-google-contacts-v3-api

👥 PHP library for the Google Contacts API (v3)
MIT License
102 stars 64 forks source link

How create a birthday date and a link to website ? #66

Open EmilieTreuil opened 3 years ago

EmilieTreuil commented 3 years ago

I want to create a birthday date for my contact and a link to the website too.

I try this : $birthday = $doc->createElement('gContact:birthday'); $birthday->setAttribute('when', $birth); $entry->appendChild($birthday);

but it doesn't work at all.