mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-09-27 08:00:33 +00:00
Monotone-Parent: 8268efeb15753e2949b09378244938f0b6bb08a8
Monotone-Revision: c0c1c6cf72acfbec9c8a2b4e7eeef2f801f49e54 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-09-29T18:31:20 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -178,14 +178,13 @@
|
||||
return nil;
|
||||
}
|
||||
|
||||
calendar = [clientObject calendarFromContent: iCalString];
|
||||
calendar = [iCalCalendar parseSingleFromSource: iCalString];
|
||||
appointment = [clientObject firstEventFromCalendar: calendar];
|
||||
[appointment retain];
|
||||
|
||||
return appointment;
|
||||
}
|
||||
|
||||
|
||||
/* hrefs */
|
||||
|
||||
- (NSString *)attributesTabLink {
|
||||
|
||||
Reference in New Issue
Block a user