Wow - I don't know where the rest of my post went...another one of my posts just totally disappeared! I guess you have to check on these posts every time!
I'm trying to create a feature that uses CoreData with two levels of information for example a Task Entity with attributes of Name, Duration and UUID. Then those tasks are collected into and Event Entity that would have a name, UUID, and I guess an array of UUID's representing the Tasks that are part of/inside it.
My question is how to accommodate that array or what would be a good approach to storing that?