mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-10 05:55:25 +00:00
Monotone-Parent: d62b88251dbc88a5f0e5988172e839b00b7a0f14
Monotone-Revision: 5778b1ee87b79a304c367a6cb34c9823e5935f15 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-04-12T23:41:47
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
* SoObjects/Appointments/SOGoAppointmentFolder.m
|
||||
(-davCalendarComponentSet): componentSet is now an ivar. Include
|
||||
VTODO only with showCalendarTasks returns YES.
|
||||
(-davResourceType): return vtodo-collection only when
|
||||
showCalendarTasks returns YES.
|
||||
|
||||
* UI/Scheduler/UIxCalListingActions.m
|
||||
(_fetchFields:forComponentOfType:): do not check for
|
||||
|
||||
@@ -2026,9 +2026,12 @@ firstInstanceCalendarDateRange: (NGCalendarDateRange *) fir
|
||||
gdVEventCol = [NSArray arrayWithObjects: [gdRT objectAtIndex: 0],
|
||||
XMLNS_GROUPDAV, nil];
|
||||
[colType addObject: gdVEventCol];
|
||||
gdVTodoCol = [NSArray arrayWithObjects: [gdRT objectAtIndex: 1],
|
||||
XMLNS_GROUPDAV, nil];
|
||||
[colType addObject: gdVTodoCol];
|
||||
if ([self showCalendarTasks])
|
||||
{
|
||||
gdVTodoCol = [NSArray arrayWithObjects: [gdRT objectAtIndex: 1],
|
||||
XMLNS_GROUPDAV, nil];
|
||||
[colType addObject: gdVTodoCol];
|
||||
}
|
||||
if ([nameInContainer isEqualToString: @"personal"])
|
||||
[colType addObject: [NSArray arrayWithObjects: @"schedule-outbox",
|
||||
XMLNS_CALDAV, nil]];
|
||||
|
||||
Reference in New Issue
Block a user