Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.208.906 Times

iCalcreator 2.2.6

  Date Added: October 23, 2010  |  Visits: 1.219

iCalcreator

Report Broken Link
Printer Friendly Version


Product Homepage
Download (95 downloads)



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 Whats New in This Release: - The functions for merging iCal files, for managing dates, and for header cache directives were updated. - Bugs were corrected. - The command manual was updated.. iCalcreator is a PHP implementation of RFC 2445.

Requirements: No special requirements
Platforms: Linux
Keyword: Calendar E- Ical Icalcreator Libraries New Php Tool Programming Tool
Users rating: 0/10

License: Freeware Size: 276.48 KB
USER REVIEWS
More Reviews or Write Review


ICALCREATOR RELATED
E-Commerce  -  Katyshop 0.3.2.1
Katyshop is an easy e-commerce solution written in PHP with MySQL. The code is object oriented with a very simple and clean architecture, making it easy for the programmer to work on customising the database or changing design. The following...
 
Calendar  -  iCalcreator 2.2.6
iCalcreator is a PHP class managing iCal formatted files for non-calendar systems like CMS, project management systems and other applications able to process calendar information like agendas, tasks, reports, totos, journaling data and for...
 
Network & Internet  -  Simple PHP Calendar 1.11
Simple PHP Calendar is a a simple, extensible PHP calendar class. The project focuses exclusively on generating an HTML representation for a given month. It is meant to be easily extended for use in other applications, such as input widgets for...
2.05 KB  
Web Authoring  -  ApPHP Calendar - PHP Calendar Script 1.0.2
The ApPHP Calendar (ApPHP CAL) is a powerful PHP calendar script that may be easily integrated and used with various PHP projects, such as schedulers, event processors etc. The calendar is very simple to install, implement and use. ApPHP Calendar...
 
MS Office Add-Ins  -  CodeTwo Outlook Export 1.2.5
CodeTwo Outlook Export is an easy-to-use free tool for quick and advanced export of data from Microsoft Outlook to CSV text files. The program allows exporting much more data than offered by the built-in export feature in Outlook, allowing the...
1.05 MB  
Development Tools  -  php-garden 1.0
The general idea for Garden ("yet another new php framework this week") is to create a low-level framework upon which custom web applications could be built, possibly using another, high-level framework. It is expected to provide: - Proper error...
 
Development Tools  -  Xherkin 0.0.7
Xherkin is a new PHP framework. It is not trying to be a Ruby, cake or zend clone, but rather a developers tool to build websites and not take the fun out of coding, while still making it easy to add new content by non developers.
 
Desktop Utilities  -  Calgoo Calendar 1.5
Calgoo Calendar synchronizes with Google Calendar, Outlook Calendar and iCal format. Calgoo Calendar is unique calendar software that manages multiple calendars and schedules, contacts and tasks online and offline & lets you create and share your...
19.21 MB  
Input Device Utilities  -  PC Inspector E-Maxx 1.0
PC Inspector E-Maxx is the new professional data deletion program, using the new direct DMA support, data can be deleted from hard drives in high speed mode with speeds up to 3.3 GB per minute. E-Maxx can be started directly from a boot diskette...
733 KB  
Network & Internet  -  PgmReloaded 0.8.6
PgmReloaded is an e-commerce package build on PHP 4 and PostgreSQL/MySQL. Is an evolution of PgMarket, by Marco Pratesi, Fabio Molinari and Ying Zhang. Whats New in This Release: - This version correct critical vulnerabilities due to file...
225.28 KB  
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB