mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-22 03:45:25 +00:00
Monotone-Parent: a57c1371e929b419ef93b5ef8ac792715c9203bf
Monotone-Revision: 137ce0e5b4a2b4afe3b810e582cbe613caf2bb20 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-03-26T16:23:02
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2012-03-26 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* iCalDateTime.m (_setDateTime:forAllDayEntity:): set or unset the
|
||||
"VALUE" parameter to the date instance, depending on its the
|
||||
all-dayness.
|
||||
|
||||
2012-03-11 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* iCalEvent.m (-hasDuration): returns NO when the value is present
|
||||
|
||||
@@ -137,6 +137,11 @@
|
||||
else
|
||||
timeString = @"";
|
||||
|
||||
if (forAllDayEntity)
|
||||
[self setValue: 0 ofAttribute: @"VALUE" to: @"DATE"];
|
||||
else
|
||||
[self removeValue: @"DATE" fromAttribute: @"VALUE"];
|
||||
|
||||
[self setSingleValue: timeString forKey: @""];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user