mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-11 03:15:10 +00:00
Monotone-Parent: cb727eb3a474d7cb014bfdc9a65fb7dd9a232c11
Monotone-Revision: 92c2289ec614006e622f8b53dec56357c7d1b889 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-10-23T21:34:56 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -215,7 +215,8 @@
|
||||
[endDate retain];
|
||||
}
|
||||
|
||||
- (void)saveValuesIntoAppointment:(iCalEvent *)_appointment {
|
||||
- (void) saveValuesIntoAppointment: (iCalEvent *) _appointment
|
||||
{
|
||||
/* merge in form values */
|
||||
NSArray *attendees, *lResources;
|
||||
iCalRecurrenceRule *rrule;
|
||||
@@ -224,13 +225,14 @@
|
||||
[_appointment setEndDate:[self aptEndDate]];
|
||||
|
||||
[_appointment setSummary: [self title]];
|
||||
[_appointment setUrl: [self url]];
|
||||
[_appointment setLocation: [self location]];
|
||||
[_appointment setComment: [self comment]];
|
||||
[_appointment setPriority:[self priority]];
|
||||
[_appointment setCategories: [[self categories] componentsJoinedByString: @","]];
|
||||
|
||||
[_appointment setAccessClass:[self accessClass]];
|
||||
[_appointment setTransparency:[self transparency]];
|
||||
[_appointment setAccessClass: [self accessClass]];
|
||||
[_appointment setTransparency: [self transparency]];
|
||||
|
||||
#if 0
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user