See ChangeLog.

Monotone-Parent: 29cd46d91b0c0d1156ea93feaa77eb114a1dc1bc
Monotone-Revision: c1fbc1eec0e204f82627f44220958a6f0f63ffe9

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2010-07-28T20:19:08
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2010-07-28 20:19:08 +00:00
parent dc342f2805
commit 98970b7b9b
6 changed files with 145 additions and 47 deletions

View File

@@ -10,6 +10,24 @@ function getOwnerLogin() {
return ownerLogin;
}
function getCalendarOwner() {
var ownerProfile;
if (typeof organizer == "undefined") {
var calendarIndex = $("calendarList").value;
var ownersList = owners[0];
var profiles = owners[1];
var ownerUid = ownersList[calendarIndex];
ownerProfile = profiles[ownerUid];
ownerProfile["uid"] = ownerUid;
}
else {
ownerProfile = organizer;
}
return ownerProfile;
}
function onPopupAttendeesWindow(event) {
if (event)
preventDefault(event);