How to open iCloud.app in my own iPhone application? The only information I have ables me to open Setting.app through this line of code
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"prefs://"]];
but I want to check if the calender is on/off in iCloud on the iPhone. So when I run my own application I want to move directly in iCloud through my application.
How to access iCloud in iPhone applications?