My application integrates with the device calendar. When a new item is added to my application, we create a calendar entry for this item. If the item is edited, we need to update the calendar item.
Now I am adding a GUID to EKEvent.Notes, but obviously this is visible to the user, so we add the text “do not delete”. Then we look for a calendar for Notes containing a GUID to find the related item.
Which would be ideal if EKEvent had a Tag property or had some kind of hidden field that could take a string value. Then we could save our unique identifier in this field, and not clutter up the user notes field.
Any suggestions on how to handle this?
Thank.
source
share