Link to home
Start Free TrialLog in
Avatar of imf
imf

asked on

Synchronizing the iPhone/iPad calendar with a MS SQL table

I am new to programming for the iPhone (and of course, the iPad). I want to know where to start if I want to create a utility/application that synchronizes the iPhone/iPad calendar appointments to a MS SQL Server table. What programming platform should I use and what language?
Avatar of Raja Jegan R
Raja Jegan R
Flag of India image

I don't think there is a direct way to do it..
And you have to follow the steps here:

1. Export Iphone / Ipad calendar to Outlook using iTunes
2. Export Calendar from outlook to CSV file.
3. Import CSV files to SQL Server using either Import/Export Wizard or OPENROWSET queries.
As for the platform and programming language you'll need iPhone SDK and Object C (have a look at the "iPhone Dev Centre" at  http://developer.apple.com/iphone/index.action).

As for sync the iPhone Calendar, ask an iphon developer (I'm a PC not a Mac! ; )
ASKER CERTIFIED SOLUTION
Avatar of gothamite
gothamite
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of imf
imf

ASKER

I was surprised at the answer. I will investigate.