6

I want to sync my app with yahoo calendar such that the events added in the app are directly added in the user's yahoo calendar. is there any api available?

I have tried http://developer.yahoo.com/social/sdk/objectivec/ but it hasn't helped me much.

Lucifer
  • 29,392
  • 25
  • 90
  • 143
Jhanvi
  • 5,069
  • 8
  • 32
  • 41
  • 2
    I suspect if you do some additional searching in the search bar at http://developer.yahoo.com you might find some useful hints there, too (e.g. keywords like "Yahoo+Calendar"). – Michael Dautermann Feb 28 '12 at 12:30
  • i am working on it since 3 days.. and i did try at developer.yahoo.com.. but i did not get anything.. – Jhanvi Feb 28 '12 at 12:33
  • @xxnationss What? Nothing? Not even an API for calendar access? – Abizern Feb 28 '12 at 12:36
  • http://calendar.yahoo.com/?v=60&view=d&type=20&title=Australia%20Day%20lunch&st=20080126T060000Z&dur=0115&desc=A%20traditional%20barbeque%20for%20our%20big%20day&in_loc=On%20your%20local%20beach I got this.. but it first redirects to yahoo.com and then on click on save.. it adds events.. But i dont want that.. – Jhanvi Feb 28 '12 at 12:42
  • 1
    You know, there are several smart-aleck answers, but neither is correct or helpful. The Yahoo! API seems to have nothing about accessing calendar events except iCalendar, which doesn't allow adding events. I know this doesn't help, but I landed here looking for a similar thing. I don't think it exists. – drdwilcox Mar 14 '12 at 21:55

1 Answers1

2

Yahoo Calendar supports CalDav. I think you need to look into using that. There doesn't seem to be a native Yahoo API for accessing their Calendars.

Edit: maybe this can help? http://sope.opengroupware.org/en/sope_ical/index.html