mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-20 06:03:20 +00:00
Monotone-Parent: cfefc003ab42b0c862e3b48be27b49e68ef65e44
Monotone-Revision: ddaad67e61bab9ca43620739a9c6719d15165d4e Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-01-06T22:16:24 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -491,8 +491,8 @@
|
||||
[event tag], @"component",
|
||||
[dateFormatter formattedDate: eventDate], @"startDate",
|
||||
[dateFormatter formattedTime: eventDate], @"startTime",
|
||||
([event hasRecurrenceRules]? @"1": @"0"), @"isReccurent",
|
||||
([event isAllDay]? @"1": @"0"), @"isAllDay",
|
||||
([event hasRecurrenceRules] ? @"1": @"0"), @"isRecurring",
|
||||
([event isAllDay] ? @"1": @"0"), @"isAllDay",
|
||||
[event summary], @"summary",
|
||||
[event location], @"location",
|
||||
[event comment], @"description",
|
||||
|
||||
Reference in New Issue
Block a user