Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

The users of my Javascript based site often need to create an event where the post event name, event description, start time and the end time of the event along with the date. Now they would like to add those event details to the their google calendar or yahoo calendar or ical or outlook, is their any standard library for that, I am trying to figure it out from past 3 days though i am aware of google api's but I am not aware of ical and outlook and even yahoo too. Which is very similar this "http://compute2011.doattend.com/" in the right hand side you can see this "Add this to your site" part, I have to do the same thing.

Please help me to get in hands on.

share|improve this question

1 Answer

up vote 3 down vote accepted

I've been searching for something similar tonight and found this jQuery plugin which seems that could help you out. You can directly generate .ics files "on the fly" with it which should be good for Google, Outlook, iCal and Yahoo.

http://keith-wood.name/icalendar.html

I haven't had a chance to test it myself though, but plan to do it in the next days. However HTH!

share|improve this answer
Awesome THanks a lot – Jeevan Dongre Apr 7 '11 at 6:29
Good solution.... however is there a way to add event to Outlook calendar directly from a php script, instead of generating an ics file? – dskanth May 13 '11 at 6:49
@Jeevan Dongre did that icalendar solution work for you? I am not able to download the icalendar from the link provided... please help. – dskanth May 13 '11 at 7:56
1  
@dskanth Nope its not even working for me too. Even I am searching for alternate solutions, let me try and get back to you here. – Jeevan Dongre May 14 '11 at 5:25
@Jeevan Dongre I think an alternate solution would be to add event from php to an exchange server, and then sync our outlook with the exchange server, so that both will have the same events. Looking for ways to figure it out. – dskanth May 18 '11 at 4:59
show 1 more comment

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.