index
:
roundcubemail-plugins-kolab
dev/deduplicate
dev/sabre-vobject3
master
oracle
roundcube-0.6
roundcubemail-plugins-kolab-0.7
roundcubemail-plugins-kolab-0.8
roundcubemail-plugins-kolab-0.9
roundcubemail-plugins-kolab-3.0
roundcubemail-plugins-kolab-3.1
roundcubemail-plugins-kolab-format2
roundcubemail-plugins-kolab-format2-horde5
ticket/3416
Kolab Plugins for Roundcube
devel@lists.kolab.org
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
/
libcalendaring
/
libvcalendar.php
Age
Commit message (
Expand
)
Author
Files
Lines
2015-01-28
Catch parse errors of recurrence exceptions in iCal files
Thomas Bruederli
1
-1/+6
2015-01-22
Fix typo in function name (parse_alarm_value)
Aleksander Machniak
1
-2/+2
2015-01-07
Accept parent-relation from RELATED-TO property without RELTYPE parameter (#4...
Thomas Bruederli
1
-1/+2
2014-11-21
Avoid unused variables (also fixed some bugs) found in static code analysis
Aleksander Machniak
1
-3/+4
2014-11-06
Fix handling of RSVP flags
Thomas Bruederli
1
-1/+2
2014-10-14
Parse and display event/task status from iTip messages
Thomas Bruederli
1
-2/+2
2014-10-09
Filter empty recurrence attributes
Thomas Bruederli
1
-3/+5
2014-09-22
Fix TZOFFSET values with minutes (#3199)
Thomas Bruederli
1
-2/+2
2014-09-22
Include VTIMEZONE definitions when exporting event data or invitations as iCa...
Thomas Bruederli
1
-15/+136
2014-08-25
Support multiple CATEGORIES properties (#3497)
Thomas Bruederli
1
-1/+1
2014-08-01
Copy iTip inivitation comment to event objects and display it in calendar wit...
Thomas Bruederli
1
-4/+1
2014-07-30
- Fix task attendees and organizer setting and display
Thomas Bruederli
1
-1/+1
2014-07-08
Compare sequence number from iTip replies
Thomas Bruederli
1
-1/+1
2014-05-23
Merge new folder navigation from branch 'dev/new-foldernav'
Thomas Bruederli
1
-1/+4
2014-05-19
Aggregate shared but unsubscribed calendar folders and free/busy data into a ...
Thomas Bruederli
1
-1/+4
2014-05-15
Don't overwrite the complete recurrence property, there might be EXDATE or RD...
Thomas Bruederli
1
-1/+1
2014-04-17
Refactored alarms in calendar and tasks to support multiple alarms. Moved red...
Thomas Bruederli
1
-3/+4
2014-04-09
Avoid Illegal string offset warnings
Thomas Bruederli
1
-1/+1
2014-04-03
Add support for valarm ACTION:AUDIO
Thomas Bruederli
1
-0/+11
2014-04-03
Fix storing of (multiple) event alarms
Thomas Bruederli
1
-3/+11
2014-04-03
Improve libs to support multiple VALARM items according to iCal standards, in...
Thomas Bruederli
1
-4/+52
2014-04-03
Save and restore iCal STATUS properties
Thomas Bruederli
1
-0/+4
2014-03-19
Suppress property parameters with empty values
Thomas Bruederli
1
-2/+2
2014-03-18
Add support for COMMENT property used in iTip messages
Thomas Bruederli
1
-0/+7
2014-03-18
Consider VTODOs in pre-check
Thomas Bruederli
1
-1/+1
2014-03-04
Allow all-day events without DTEND property
Thomas Bruederli
1
-1/+5
2014-02-28
Read/write RDATE properties from/to ical and libkolabxml (#2885)
Thomas Bruederli
1
-7/+59
2014-02-28
Handle multiple VCALENDAR blocks when reading ics files (#2884)
Thomas Bruederli
1
-12/+26
2014-02-27
Read and write delegated-from/to attendee parameters
Thomas Bruederli
1
-2/+3
2014-02-26
Decode escaped commas in various ical property values
Thomas Bruederli
1
-7/+1
2014-02-06
Add fallback to find VEVENT blocks with RECURRENCE-ID (#2792)
Thomas Bruederli
1
-2/+2
2014-01-23
Export X-MICROSOFT-CDO-BUSYSTATUS for Outlook CalDAV clients
Thomas Bruederli
1
-1/+7
2014-01-23
Fix typo
Thomas Bruederli
1
-1/+1
2013-11-21
Removed debug code
Aleksander Machniak
1
-1/+0
2013-10-29
Fix VALARM parsing: ignore ACTION:NONE blocks; convert to ACTION:DISPLAY for ...
Thomas Bruederli
1
-3/+5
2013-10-17
Refactored ical parser to allow iteration over large files (#2353)
Thomas Bruederli
1
-19/+169
2013-10-16
Improve ical parser to read alarms with zero-values exported by Google (e.g. ...
Thomas Bruederli
1
-4/+3
2013-10-16
iCal parsing can consume high memory when file contains lots of events. Abort...
Thomas Bruederli
1
-0/+9
2013-10-03
Ignore _datetime flags when 'allday' property is present; avoid saving them i...
Thomas Bruederli
1
-3/+4
2013-10-01
Set DTSTAMP according to RFC 5545, Section 3.8.7.2.: In the case of an iCalen...
Thomas Bruederli
1
-1/+5
2013-09-25
Always add mandatory DTSTAMP value for VEVENT components
Thomas Bruederli
1
-0/+1
2013-09-25
Export 'changed' date as LAST-MODIFIED
Thomas Bruederli
1
-1/+1
2013-09-25
Fix datetime encoding when in UTC timezone
Thomas Bruederli
1
-1/+2
2013-09-19
Fix ical alarms handling (#2239) and object validation
Thomas Bruederli
1
-11/+17
2013-09-13
Fix PHP fatal error when Sabre/VObject is not in include path (Bug #2214)
Aleksander Machniak
1
-6/+6
2013-09-12
Work-around Apple's non-standard handling of commas in location property
Thomas Bruederli
1
-2/+76
2013-09-12
Fix exporting of all-day events (#2208); The custom _dateonly flag doesn't su...
Thomas Bruederli
1
-4/+4
2013-09-04
Avoid duplicated code; add tests for invalid date parsing/catching
Thomas Bruederli
1
-13/+5
2013-08-30
Fix bug where exception was unintentionally thrown after catching it.
Aleksander Machniak
1
-6/+14
2013-08-25
Skip dupes in freebusy list
Thomas Bruederli
1
-3/+7
[next]