I am building an applicaiton for the iPhone that will display upcoming and past events. I settled for a list view, but then I realized that a calendar (just like the one displayed in the "month" view in the built-in Calendar application) would be a best match (that is, this one).

However, the iPhone Human Interface Guidelines just mentions the Date Picker, not the calendar, so I believe there is nothing like that out of the box. Is that true? If so, does anyone know of a third-party control that could be used? (I could write one myself, but I'd rather pick up something ready, since this is a departure on the original project plans).

Thank you all for your attention.

link|improve this question

feedback

5 Answers

up vote 55 down vote accepted

Yes.

These are the option I am aware of:

EDIT: as of May 6, 2010

1) GCCalendar

2) http://github.com/klazuka/Kal

3) http://code.google.com/p/iphonecal (needs to be customized - easily - to change text from chinese to english)

4) Commercial: http://nrg.com.bd/blog/archives/36 but the look & feel of the previous ones is much, much better and they are free, if you can comply with their licenses.

Hope this helps.

link|improve this answer
1  
Awesome! This is precisely what I was looking for. I ended up doing the first iteration of the app with a DatePicker and some UI enhancements around it, but I will surely look at #1 / #2. Thank you very much! – chester Jun 30 '09 at 20:57
Pefect.. thanks unforgiven. btw, kcalendar-iphone is MIT license. IMO, thats the best choice if one is developing a commercial app. – Prakash Nov 3 '09 at 5:00
I strongly agree. It's also my choice BTW. – Massimo Cafaro Nov 3 '09 at 6:55
1  
kcalendar-iphone doesn't seem to be available anymore on Google Code. Kal looks good though at github.com/klazuka/Kal – Luke May 5 '10 at 12:05
HUGE help. Thank you!! – James Skidmore Aug 15 '10 at 4:30
show 3 more comments
feedback

I would add this very good library: http://github.com/devinross/tapkulibrary

link|improve this answer
Hi may i know how the iCal works in iPad for month,whether they are using the library or some other?? – siva Jan 19 '11 at 6:41
Awesome library, thanks for the link! – fabian789 Apr 24 '11 at 17:02
feedback

Check out Kal: http://github.com/klazuka/Kal

link|improve this answer
Kal is beautiful... really amazing – Alex Coplan Aug 11 '11 at 17:00
feedback

http://github.com/klazuka/Kal

is the best.

link|improve this answer
Kal does not have day view. Is there any (easy) way to add day view to it ? – Qiulang Sep 23 '11 at 8:31
Kal mimics iPhone Calendar app. I dunno if there is any with day view. People are always developing ... search for it, u may get it. – karim Sep 23 '11 at 9:15
feedback

I've wrote my own (suitable for iPad / landscape view, scrollable, stylable, builds on Three20) – http://www.componentix.com/blog/22

On GitHub – https://github.com/vgrichina/ios-calendar

link|improve this answer
feedback

protected by Community May 5 '11 at 19:55

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

Not the answer you're looking for? Browse other questions tagged or ask your own question.