iCal-like display class (week)?
iCal-like display class (week)?
- Subject: iCal-like display class (week)?
- From: David Hirsch <email@hidden>
- Date: Thu, 17 Dec 2009 09:57:17 -0800
Does anybody know of some Cocoa classes that would allow me to mimic the week view shown by iCal? I've looked around for such a thing online without success.
Also, in case there are none out there in the wild: I'm looking for some pointers on how to implement this weekly calendar view. Here are my criteria:
- need to schedule multiple overlapping events (will distinguish by color)
- does not need to be "pretty"
- does not need arbitrary times - everything begins/ends on the hour or half-hour
- does not need drag and drop
- nothing will cross midnight (everything is limited to 0800 - 1800 hours)
I'm considering just using a TableView, with each row representing an hour or half-hour block, but then I have the problem of listing the event for each cell it occupies, which is too ugly even for me.
Thanks,
Dave
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden