Entering events into google calendar from our web page.
2 views
Skip to first unread message
Madhu
unread,
Aug 6, 2009, 12:59:40 AM8/6/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Bangalore GTUG
Hi..
I am trying to add events into google calendar from my web site.
But, i didn't understand how to create authntication and enter my
events into my calendar. So please explain how that authentication
works and how can i use in my website.
Thank you in advance..
Anirudh S
unread,
Aug 6, 2009, 5:40:05 AM8/6/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
There are 3 types of authentication that google allows. You could go in for oauth. There are quite a few oauth libraries available. Following the authentication you would have to use the tokens obtained to send requests (to add data, delete data.. so on).