My favorites | Sign in
Google
Projects on Google Code Results 1 - 5 of 5
=RFC 2445 describes a scheme for calendar interoperability.= This project implements core parts of [http://google-rfc-2445.googlecode.com/svn/trunk/rfc2445.html RFC 2445] including a parser for recurrence rules, and date lists, and a mechanism for evaluating recurrence rules. See the [http://g...
[http://webical.googlecode.com/files/webicallogo.jpg] _Webical is a web application to view and edit multiple iCalendars. Its features include progressive enhancement, a plugin framework that can be used to enhance the GUI and the back end providers, pluggable authentication, and i18n. English an...
NOTE: This library is in development. I expect to release version 0.1 in early/mid-February. A fully object-oriented, modular iCalendar library written in PHP5 that allows for creating, importing, exporting, editing, and just about anything else you can do to an icalendar file. The library is...
This application will allow Django applications to generate iCal .ICS downloads.
===Summary=== IJP parses iCalendar formatted text and returns javascript arrays of objects. It will helps you with your client side and ajax projects. ===Usage=== {{{ icalParser.parse(ical_formatted_text); //icalParser.ical is now set icalParser.ical.version; icalParser.ical.prodid; ...