java - Prefill iphone calendar event via hyperlink -


i want prefill iphone calendar clicking hyperlink on website.

what syntax url scheme pass event data calendar app?

i want in way, clicking link event created 'this text' event name , 'description' description.

i tried x-apple-reminder:// opens reminder app.

how prefill event data?

if trying access , send data parameter application via safari should try article

http://iosdevelopertips.com/cocoa/launching-your-own-application-via-a-custom-url-scheme.html

it explains url schemes under optionally handle url

myapp://  myapp://some/path/here  myapp://?foo=1&bar=2  myapp://some/path/here?foo=1&bar=2 

Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -