Hi All,

I'm just starting out with the intent of building a meal planning app using Core Data and the Calendar Store. Instead of having a date property for my Meal entity, I was thinking I wanted to use a CalEvent. That way I can change the date and time from my app or iCal, easily implement recurrence, etc. How would I implement such a thing in Core Data? As a transformable property? Does the idea even make sense?

When listening for changes from iCal, if the user changes one instance of a recurrence, could I have my Meal entity create a new distinct version, so the rest of my Meal entities properties could be unique from the rest of the recurrence?

Any suggestion for the right doc to read, functions/keywords to look up, or better yet.... an example... would be much appreciated! :)

Thanks,
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to