Difference between revisions of "Access Google Calendar With PHP Using Google API"

Kipkis (Kipkis | contribs)
(importing article from wikihow)
 
Kipkis (Kipkis | contribs)
m (Text replacement - "{{Software}}" to "{{Software}}{{empty}}")
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
Google calendar is a very useful calendar service. It is easy for web programmers to interact with this calendar.  You can use simple techniques like embedding calendars on your site. You can also interact on an entirely different level by using PHP and the google API's.  Zend Framework provides a good place for the beginning and advanced PHP programmer to make this connection.
 
Google calendar is a very useful calendar service. It is easy for web programmers to interact with this calendar.  You can use simple techniques like embedding calendars on your site. You can also interact on an entirely different level by using PHP and the google API's.  Zend Framework provides a good place for the beginning and advanced PHP programmer to make this connection.
[[Category:Software]]
+
{{Software}}{{empty}}[[Category: PHP]]
[[Category:PHP]]
 
 
== Steps ==
 
== Steps ==
 
#Use Zend Framework to do much of the programming for you. So the first step is to get send framework and install it in the directory on your site where the pages will be located. So go to Zend link below and download the framework: '''[https://framework.zend.com/downloads Zend Framework DownLoad]'''. Once you have downloaded this package upload it to the directory where you will be creating the web pages that you will use to access Google calendar.
 
#Use Zend Framework to do much of the programming for you. So the first step is to get send framework and install it in the directory on your site where the pages will be located. So go to Zend link below and download the framework: '''[https://framework.zend.com/downloads Zend Framework DownLoad]'''. Once you have downloaded this package upload it to the directory where you will be creating the web pages that you will use to access Google calendar.