I am working on a project, in which I need to keep the date and time of particular days. for this purpose I planned to implement iCal in objective-C so that I can get all the information from an iCal server.
Can anyone please tell me how to do this programatically?
Use a library, such as libiCal http://www.citadel.org/doku.php?id=documentation:featured_projects:libical
If you want to implement yourself there’s three RFCs (RFC 2445, 2446, and 2447) so it’s not likely to be a quick job.