简体   繁体   English

如何将Google联系人或日历嵌入到我的PHP网页中

[英]how can I embed google contacts or calendar in to my php webpage

我想要从网站上搜索联系人或显示一些联系人的功能

It would be nice if you studied the Google APIs, however, you can use classes that make the integration for you. 如果您学习过Google API,那就太好了,但是,您可以使用为您进行集成的类。

To create an show events in google calendar direct from your page. 要直接从您的页面在Google日历中创建显示事件。

http://www.phpclasses.org/package/5729-PHP-Create-events-in-a-Google-calendar.html http://www.phpclasses.org/package/5729-PHP-Create-events-in-a-Google-calendar.html

To import and manage google contacts. 导入和管理Google联系人。

http://www.phpclasses.org/package/5043-PHP-Import-contacts-from-Gmail.html http://www.phpclasses.org/package/5043-PHP-Import-contacts-from-Gmail.html

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何将 mpg 嵌入我的网页 - How can I embed an mpg into my webpage 如何将Google文档集合嵌入到网页中? - How can I embed a Google Docs Collection into a webpage? 我可以在我的网站上嵌入谷歌日历,以便用户可以登录/查看自己的日历 - Can i embed google calendar on my website so users can log in/ see their own calender 我可以使用我的 php 应用程序在 Google 日历中添加事件吗? - Can I use my php app to add events in Google Calendar? 我如何让服务器使用PHP的客户端库将事件添加到Google日历中? - How can I have my server add events to a google calendar using the client library for PHP? 如何使用通讯录API检索所有Google联系人? - How can I retrieve all google Contacts with the Contacts API? 如何使用PHP将数据(事件)插入Google日历? - How can I insert data (event) into Google Calendar with PHP? 如何使用服务帐户通过PHP访问我的Google联系人? - How do I access my Google Contacts with PHP using a service account? 使用Zend for Google Calendar的PHP无法生成网页 - PHP using Zend for Google Calendar not generating webpage 如何获得日历,如网页上的图片所示? - How do I get a calendar like in the pic attached in my webpage?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM