aboutsummaryrefslogtreecommitdiffstats
path: root/functions/ical_parser.php
Commit message (Collapse)AuthorAgeFilesLines
* Fix for [ phpicalendar-Bugs-822211 ] repeating calendar eventChad Little2003-11-151-10/+10
| | | | displays wrong
* Settings placed back to default for 0.9.5 release.Chad Little2003-11-141-2/+0
|
* *** empty log message ***Chad Little2003-11-141-0/+2
|
* Added a check for abs_until, setting it if not set.Chad Little2003-11-141-2/+3
|
* Declared bymonth and bymonthdayChad Little2003-11-141-1/+3
|
* *** empty log message ***Chad Little2003-11-141-2/+2
|
* Interesting change to the parser. I check the until date to the secondChad Little2003-11-141-22/+10
| | | | | just before I write to the array. This prevents any event from getting written that is beyond the until date+time.
* Corrected mistaken duration handling.Chad Little2003-11-141-9/+7
|
* Moved duration figuring out to the beginning of END:VEVENT.Chad Little2003-11-141-0/+3
|
* Added a condition to WEEKLY RRULE to set dates that do not have a BYDAY.Chad Little2003-11-141-1/+5
|
* Fix for [ 831524 ] ghost events displayed, changed config to not saveChad Little2003-11-141-7/+26
| | | | parsed cals, and took the double getdate out of list_icals.
* Moved select to list icals, changed ical_parser back to previous.Chad Little2003-11-131-1/+1
|
* Fix for [ 829861 ] Yearly Recurrence Showing two events.Chad Little2003-11-051-1/+1
|
* Applied 2 patches.Chad Little2003-11-051-2/+10
|
* Fix for oopsie.Chad Little2003-09-241-11/+13
|
* Added a fix for when peeps write calendar start times before 1970 (whenChad Little2003-09-211-1/+11
| | | | unix started).
* Somewhat better BYMONTH support. Still seems flakey in year view for someChad Little2003-09-211-3/+10
| | | | reason. :(
* Fix for interval = 1Chad Little2003-09-201-0/+3
|
* Added BYYEARDAY support, added getdate to switching calendars.Chad Little2003-09-201-4/+21
|
* Patch [793608] $day_end value.Wesley Miaw2003-09-201-1/+1
| | | | | Users may now specify a $day_end value in config.inc.php to end the calendar display before midnight.
* Bug [788401] and patch [794859].Wesley Miaw2003-09-201-2/+2
| | | | | Correctly display VTODO descriptions and populate VTODO description values.
* Set magic string $ALL_CALENDARS_COMBINED = 'all_calendars_combined971'.Wesley Miaw2003-09-201-3/+3
| | | | | | | | All previous references to 'all_calendars_combined971' now point at $ALL_CALENDARS_COMBINED. Uncommented closing form tag on sidebar.php, and set correct spacing for the entire sidebar.
* Workaround for timezones created in Evolution.Chad Little2003-09-191-0/+4
|
* Removed leftover debugging output for YEARLY events.Wesley Miaw2003-09-181-2/+0
|
* Bug Tracker [795795] Fix event data variable handling.Wesley Miaw2003-09-171-2/+5
| | | | | | | | | | | Applied submitted patch. Calendar parsing code reuses variables to populate calendar event data. The code was not clearing those variables before reuse, causing event data to carry over from one event to another if the second event did not overwrite the previous value. Also adds organizer, location, and attendee event fields to the recurring event data.
* *** empty log message ***Chad Little2003-09-171-0/+3
|
* Fix for #668697.Chad Little2003-09-171-2/+4
|
* Major changes in BYDAY monthly support, added new stuffs to readme andChad Little2003-09-151-14/+28
| | | | added new calendar to test and fix.
* Fixed the bug that displayed events from blacklisted cals in combined ↵icalshare2003-09-151-1/+0
| | | | calendar view.
* aChad Little2003-09-151-20/+20
|
* Switched it to not save parsed combined cals.Chad Little2003-09-151-1/+1
|
* Fix for bug #794853 listing dot-files.Chad Little2003-09-151-54/+9
|
* Bug fixes, prepped for 0.9.3, added webcal as default support, fixed extra ↵Chad Little2003-08-131-2/+2
| | | | <BR> tags.
* Multiple Calendar support.Chad Little2003-06-301-839/+861
|
* Cleaned up look and feel of admin pages, corrected some error_reporting.Chad Little2003-05-301-1/+1
|
* More error_reporting cleanup.Chad Little2003-05-291-2/+4
|
* Fixed a tons of E_ALL errors for smoother installs.Chad Little2003-05-291-16/+28
|
* Started migration of javascript to function, added improved event.php for ↵Chad Little2003-05-281-2/+2
| | | | | | location, status, organizer, and attendees. Updated english language include.
* Started LOCATION support, changed version to 0.9.2.Chad Little2003-03-111-4/+7
|
* More validation fixes, basic attendee parsing added.Chad Little2003-03-101-2/+11
|
* Support for private and confidential CLASS.Chad Little2003-03-101-0/+10
|
* Changed mArray_begin to start in Dec 21 the previous year.Chad Little2003-02-161-1/+1
|
* Added a fix for DATE-TIME from Xaminim Evolution calendars.Chad Little2003-02-161-0/+2
|
* Adds support for valarm_summary to not override event summary.Chad Little2003-01-101-1/+5
|
* multiple day recurring events should work now. Haven't testedjwangen2002-12-081-2/+26
|
* Fixed various bugs, Currently working on events that span multiple daysjwangen2002-12-081-13/+51
|
* call 'removeOverlap' before unsetting events in $master_array (for irregular ↵drei2002-12-021-3/+5
| | | | | | recurring events) added parameter uid to 'checkOverlap'
* *** empty log message ***Chad Little2002-11-301-5/+4
|
* VTODO again?Chad Little2002-11-271-3/+5
|
* Added patches for VTODO.Chad Little2002-11-241-1/+1
|

© 2014-2024 Faster IT GmbH | imprint | privacy policy