Skip to content

Commit

Permalink
2.18
Browse files Browse the repository at this point in the history
  • Loading branch information
iCalcreator committed Jul 15, 2013
1 parent d474cd3 commit 579ee62
Show file tree
Hide file tree
Showing 7 changed files with 1,424 additions and 1,994 deletions.
1,959 changes: 1,039 additions & 920 deletions iCalcreator.class.php
100755 → 100644

Large diffs are not rendered by default.

67 changes: 0 additions & 67 deletions releaseNotes-2.16

This file was deleted.

71 changes: 0 additions & 71 deletions releaseNotes-2.16.1

This file was deleted.

17 changes: 0 additions & 17 deletions releaseNotes-2.16.6

This file was deleted.

40 changes: 40 additions & 0 deletions releaseNotes-2.18
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
2.16.13 ######################
BUG: fcn selectComponents, sequence usage

2.16.15 ######################
BUG: fcn getComponent, making a selection based on a property value

2.16.16 ######################
BUG: fcn _duration2arr, duration parts management

2.16.17 ######################
BUG: fcn _duration2arr, array input

2.16.18 ######################
BUG: fcn setDuration, empty input

2.16.19 ######################
BUG: fcn sort, sort key setting

2.16.21 ######################
BUG: mgnt of empty properties

2.16.22 ######################
NEW: fcn XML2iCal, rewrite from the furure iCalcreator (Pro) 3.0.0
UPD: fcn iCal2XML, updated from the furure iCalcreator (Pro) 3.0.0

2.16.23 ######################
BUG: fcn _duration2arr (setTRIGGER), array input

2.16.24 ######################
UPD: fcn _setDate, (_chkDateArr, _strdate2date), DTSTART etc
UPD: fcn _setDate2 (_isArrayDate() DTSTAMP etc

2.16.25 ######################
UPD: fcn _format_recur, updated from the furure iCalcreator (Pro) 3.0.0

2.16.26 ######################
BUG: fcn parse, 'X-'-properties in an array of (iCal property) lines

2.16.27 ######################
NEW: fcn, sort freebusy dates asc
56 changes: 42 additions & 14 deletions summary.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title>iCalcreator 2.16.6 summary</title>
<meta name="author" content="Kjell-Inge Gustafsson - kigkonsult" />
<meta name="copyright" content="2007-2013 Kjell-Inge Gustafsson - kigkonsult" />
<meta name="keywords" content="ical, calendar, calender, xcal, xml, icalender, rfc2445, rfc5545, vcalender, php, create" />
<title>iCalcreator 2.18 summary</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<meta name="author" content="Kjell-Inge Gustafsson, kigkonsult, All rights reserved">
<meta name="copyright" content="2007-2013 Kjell-Inge Gustafsson, kigkonsult">
<meta name="keywords" content="ical, calendar, calender, xcal, xml, icalender, rfc2445, rfc5545, vcalender, php, create">
<meta name="description" content="iCalcreator summary" />
<style type="text/css">
body {
Expand Down Expand Up @@ -53,22 +54,45 @@
</head>
<body>

<h1>iCalcreator v2.16.6</h1>
<h1>iCalcreator v2.18</h1>
<p>
iCalcreator v2.16.6<br>
copyright (c) 2007-2013 Kjell-Inge Gustafsson, kigkonsult<br>
iCalcreator v2.18<br>
Copyright (c) 2007-2013 Kjell-Inge Gustafsson, kigkonsult, All rights reserved.<br>
<a href="http://kigkonsult.se/iCalcreator/index.php" title="kigkonsult.se/iCalcreator" target="_blank">kigkonsult.se iCalcreator</a><br>
<a href="http://kigkonsult.se/contact/index.php" title="kigkonsult.se/contact" target="_blank">kigkonsult.se contact</a>
<a href="http://kigkonsult.se/contact/index.php" title="kigkonsult.se contact" target="_blank">kigkonsult.se contact</a>
</p>
<h4>Preface</h2>
<p>
This document is provided by kigkonsult for informational purposes
and is provided on an &quot;as is&quot; basis without any warranties expressed or implied.
</p>
<p>
Information in this document is subject to change without notice and does
not represent a commitment on the part of kigkonsult.
The software described in this document is provided under a license agreement, <a href="http://kigkonsult.se/downloads/dl.php?f=GPL">GNU Lesser General Public License</a>.
The software may be used only in accordance with the terms of that license agreement.
It is against the law to copy or use the software except as specifically allowed in the license agreement.
</p>
<p>
It is the users responsibility to ensure the suitability of the software before using it.
In no circumstances will kigkonsult be responsible for
the use of the software's outcomes or results or any loss
or damage of data or programs as a result of using the software.
The use of the software implies acceptance of these terms.
</p>
<p>
This document makes previous versions obsolete.
</p>
<h4>The software</h2>
<p>
This document describes a <b>short summary</b> usage of iCalcreator, a <em>PHP</em> software implementation of standards rfc5545/rfc5546 (rfc2445/rfc2446) to manage iCal formatted files.
</p>
<p>
iCalcreator is a <em>PHP</em> class package managing iCal files, supporting (non-)<strong>calendar</strong>
systems and applications to process and communicate <strong>calendar</strong> information like
events, agendas, tasks, reports, totos and journaling information.
</p>
<p>
This is a <b>short summary</b> how to use iCalcreator; create, parse, edit, select and output functionality.
</p>
<p>
The iCalcreator package, built of a <strong>calendar</strong> class with support of a function class and helper functions, are <strong>calendar</strong>
component property oriented. Development environment is <em>PHP</em> version 5.x but coding is done
to meet 4.x backward compatibility and may work. Some functions requires <em>PHP</em> >= 5.2.0.
Expand Down Expand Up @@ -117,6 +141,10 @@ <h4>SUPPORT</h4>
<a title="Sourceforge" href="http://sourceforge.net/projects/icalcreator/forums/" target="_blank">Sourceforge</a> forum.
</p>
<p>
Support and development is now focused on iCalcreator (Pro) 3.x versions, which, in turn, will affect future releases
of iCalcreator 2.x.
</p>
<p>
kigkonsult offer services for software support, design and development of customizations and adaptations of <em>PHP</em>/<em>MySQL</em> solutions
with a special focus on software long term utility and reliability,
supported through our agile acquire/design/transition process model.
Expand Down Expand Up @@ -478,10 +506,10 @@ <h2>COPYRIGHT AND LICENSE</h2>

<h4>Copyright</h4>
<p>
iCalcreator v2.16.6<br>
copyright (c) 2007-2013 Kjell-Inge Gustafsson, kigkonsult<br>
iCalcreator v2.18<br>
Copyright (c) 2007-2013 Kjell-Inge Gustafsson, kigkonsult, All rights reserved.<br>
<a href="http://kigkonsult.se/iCalcreator/index.php" title="kigkonsult.se/iCalcreator" target="_blank">kigkonsult.se iCalcreator</a><br>
<a href="http://kigkonsult.se/contact/index.php" title="kigkonsult.se/contact" target="_blank">kigkonsult.se contact</a><br>
<a href="http://kigkonsult.se/contact/index.php" title="kigkonsult.se contact" target="_blank">kigkonsult.se contact</a>
</p>

<h4>License</h4>
Expand Down
Loading

0 comments on commit 579ee62

Please sign in to comment.