Thank you all. I have solved my problem I asked above. I studied something more on EKEventStore EKEvent and EKCalendar topics, so I did it simple.
First I retrieved all calendars from my device(iPod Touch). Then stored all calendars in NSArray by using this code.
Up vote 1 down vote favorite 1 share g+ share fb share tw.
I know to add and delete events in iCal from iPhone app programmatically. But, I need to show all other synced calendars from iPhone to the user in my app. And I want to add the user's events to Google Calendar or other synced calendars(Like Yahoo calendar) instead of iCal.
I tried my level best to find the solution in Google. But I can't find any great solutions for my question. I hope on Stackoverflow.
Can you please suggest any tutorial, sample code or idea on question. Please help me. Thanks in advance.
Iphone ios events google-calendar ical link|improve this question asked Jan 19 at 7:25Gopinath2977 97% accept rate.
Thank you all. I have solved my problem I asked above. I studied something more on EKEventStore, EKEvent and EKCalendar topics, so I did it simple.
First I retrieved all calendars from my device(iPod Touch). Then stored all calendars in NSArray by using this code, EKEventStore *eventStore = EKEventStore alloc init autorelease; caleandarsArray = NSArray alloc init; caleandarsArray = eventStore calendars retain; Then add the Events to selected calendar by this code, EKCalendar *calendar = caleandarsArray objectAtIndex:1; events setCalendar:calendar; NSError *err; eventStore saveEvent:events span:EKSpanThisEvent error:&err; By using the above code we can add the event to desire calendar. Thanks.
Mr.Aldee Mativo. Thanks. I didn't used the Google API in my project.
So, I don't know how to use the Google Calendar API. I got the guide to use Google calendar API in iPhone. Please read this.
code.google.com/apis/calendar/data/2.0/d... I don't know whether it is useful for you. Don't mistake me. Thanks.
I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.