mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-30 10:47:17 +00:00
Monotone-Parent: 57c23145f32ca331b252396523bd85f31ce56f35
Monotone-Revision: e0587f7d80066ef06ea3f50b61b4230be467d2ea Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-10-26T00:17:27 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -79,8 +79,9 @@
|
||||
|
||||
/* transparency */
|
||||
|
||||
- (NSString *)transparency {
|
||||
return @"TRANSPARENT";
|
||||
- (NSString *) transparency
|
||||
{
|
||||
return @"OPAQUE";
|
||||
}
|
||||
|
||||
/* iCal */
|
||||
@@ -89,7 +90,7 @@
|
||||
static NSString *iCalStringTemplate = \
|
||||
@"BEGIN:VCALENDAR\r\n"
|
||||
@"METHOD:REQUEST\r\n"
|
||||
@"PRODID:OpenGroupware.org SOGo 0.9\r\n"
|
||||
@"PRODID://Inverse groupe conseil/SOGo 0.9\r\n"
|
||||
@"VERSION:2.0\r\n"
|
||||
@"BEGIN:VEVENT\r\n"
|
||||
@"UID:%@\r\n"
|
||||
@@ -230,7 +231,7 @@
|
||||
[_appointment setComment: [self comment]];
|
||||
[_appointment setPriority:[self priority]];
|
||||
[_appointment setCategories: [[self categories] componentsJoinedByString: @","]];
|
||||
|
||||
|
||||
[_appointment setAccessClass: [self accessClass]];
|
||||
[_appointment setTransparency: [self transparency]];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user