Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.3 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Programming > Libraries

    iCalcreator 2.16

    Download button

    Downloads: 484  Tell us about an update
    User Rating:
    Rated by:
    Good (3.5/5)
    9 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    kigkonsult | More programs
    LGPL / FREE
    November 27th, 2012, 04:09 GMT [view history]
    ROOT / Programming / Libraries

     Read user reviews (0)  Refer to a friend  Subscribe

    iCalcreator description

    Calcreator is a PHP tool for producing iCal formatted files.

    iCalcreator is a PHP tool f�r producing iCal formatted files, used by non-calendar systems like CMS, project systems and other systems able to produce calendar information like agendas, tasks, reports, totos, journaling data and for input to calendar systems and applications.

    iCalcreator project is built of a single class file with a simple interface and are calendar component property oriented.

    Knowledge of calendar and rfc2445 is necessary! All functions calls are made as simple as possible BUT (, !!!,) read this rfc properly!

    PHP Example

    require_once 'iCalcreator.class.php';

    $v = new vcalendar(); // initiate new CALENDAR

    $e = new vevent(); // initiate a new EVENT
    $e->setCategories( 'FAMILY' ); // catagorize
    $e->setDtstart( 2006, 12, 24, 19, 30, 00 ); // 24 dec 2006 19.30
    $e->setDuration( 0, 0, 3 ); // 3 hours
    $e->setDescription( 'x-mas evening - diner' ); // describe the event
    $e->setLocation( 'Home' ); // locate the event
    $v->addComponent( $e ); // add component to calendar

    $v->returnCalendar(); // generate and redirect output to user browser


    Product's homepage

    What's New in This Release: [ read full changelog ]

    · Release focus is PHP 5.2 dateTime adaptions.

      


    TAGS:

    producing iCal | PHP class | PHP library | iCalcreator | iCal | PHP

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM