diff --git a/ChangeLog b/ChangeLog index afe1a3c54..5320fc31e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2010-01-06 Wolfgang Sourdeau + * UI/Scheduler/UIxAppointmentEditor.m (-newAction): new events + have an ".ics" extension instead of ".vcf". + * UI/Scheduler/UIxCalMainView.m (-_setupContext): only invoked once per instance. (-checkDefaultModulePreference): synchronize the user defaults diff --git a/UI/Scheduler/UIxAppointmentEditor.m b/UI/Scheduler/UIxAppointmentEditor.m index 4f44e1ed1..cae453ff7 100644 --- a/UI/Scheduler/UIxAppointmentEditor.m +++ b/UI/Scheduler/UIxAppointmentEditor.m @@ -326,7 +326,7 @@ method = [NSString stringWithFormat:@"%@/%@.ics/editAsAppointment", [co soURL], objectId]; else - method = [NSString stringWithFormat: @"%@/Calendar/personal/%@.vcf/editAsAppointment", + method = [NSString stringWithFormat: @"%@/Calendar/personal/%@.ics/editAsAppointment", [self userFolderPath], objectId]; uri = [self completeHrefForMethod: method]; result = [self redirectToLocation: uri];