I have found the sample code to open calendar from my app, but i can\'t open at a specific date.
NSString* launchUrl = @\"calshow://\"; [[UIApplication share
Swift 3
UIApplication.shared.openURL(URL(string: "calshow:\(date.timeIntervalSinceReferenceDate)")!)
Comments on whether Apple allows to use this would be appreciated!