dazzathedrummer
dazzathedrummer

Reputation: 531

PHP - iCal description in iOS

I've read that if iOS determines the iCal description field to be an address it will allow it to click through to the maps app. I've got an iCal feed that I created, I'm sending 'town, postcode' to it but it's not clickable in my iPhone calendar.

What is the criteria that iOS uses to determine that an address is in the description field?

Upvotes: 0

Views: 138

Answers (1)

Arnaud Quillaud
Arnaud Quillaud

Reputation: 4645

You should use the LOCATION property instead. See https://www.rfc-editor.org/rfc/rfc5545#section-3.8.1.7

Upvotes: 1

Related Questions