I use to open the default iPhone calendar from my app using the following code,
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"calshow://"]];
But i would like to open calendar from a specified date. Is it possible to open specified date in iPhone calendar from application? Also i need to open the future date. Please suggest me some idea about this.