From 6a7583498840f7a26adb35f4a37c1f03e5af24fd Mon Sep 17 00:00:00 2001 From: InverseBot Date: Thu, 22 Sep 2016 01:37:32 -0400 Subject: [PATCH] (js/css) Update generated files --- UI/WebServerResources/js/Scheduler.services.js | 4 ++-- UI/WebServerResources/js/Scheduler.services.js.map | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/UI/WebServerResources/js/Scheduler.services.js b/UI/WebServerResources/js/Scheduler.services.js index 1d51eee31..f2e02ff92 100644 --- a/UI/WebServerResources/js/Scheduler.services.js +++ b/UI/WebServerResources/js/Scheduler.services.js @@ -1,3 +1,3 @@ -!function(){"use strict";function a(b){if(this.init(b),this.name&&!this.id){var c=a.$$resource.create("createFolder",this.name);this.$unwrap(c)}}a.$factory=["$q","$timeout","$log","sgSettings","Resource","Preferences","Component","Acl",function(b,c,d,e,f,g,h,i){return angular.extend(a,{$q:b,$timeout:c,$log:d,$$resource:new f(e.activeUser("folderURL")+"Calendar",e.activeUser()),$Preferences:g,$Component:h,$$Acl:i,activeUser:e.activeUser(),$view:null}),a}];try{angular.module("SOGo.SchedulerUI")}catch(a){angular.module("SOGo.SchedulerUI",["SOGo.Common"])}angular.module("SOGo.SchedulerUI").value("CalendarSettings",{EventDragDayLength:96,EventDragHorizontalOffset:3}).factory("Calendar",a.$factory),a.$defaultCalendar=function(){var b,c=a.$Preferences.defaults.SOGoDefaultCalendar;return"first"==c&&(b=_.find(a.$findAll(null,!0),function(a){return a.active}))?b.id:"personal"},a.$add=function(b){var c,d,e;c=b.isWebCalendar?this.$webcalendars:b.isSubscription?this.$subscriptions:this.$calendars,d=_.find(c,function(a){return"personal"==b.id||"personal"!=a.id&&1===a.name.localeCompare(b.name)}),e=d?_.indexOf(_.map(c,"id"),d.id):1,c.splice(e,0,b),this.$Preferences.ready().then(function(){a.$Preferences.settings.Calendar.FoldersOrder&&a.saveFoldersOrder(_.flatMap(a.$findAll(),"id")).then(function(){a.$reloadAll()})})},a.$findAll=function(b,c){var d=this;if(b)this.$calendars=[],this.$subscriptions=[],this.$webcalendars=[],angular.forEach(b,function(b,c){var e=new a(b);e.isWebCalendar?d.$webcalendars.push(e):e.isSubscription?d.$subscriptions.push(e):d.$calendars.push(e)});else if(angular.isUndefined(this.$calendars))return this.$calendars=[],this.$subscriptions=[],this.$webcalendars=[],a.$$resource.fetch("calendarslist").then(function(b){return a.$findAll(b.calendars,c)});return c?_.union(this.$calendars,_.filter(this.$subscriptions,function(a){return a.isOwned||a.acls.objectCreator})):_.union(this.$calendars,this.$subscriptions,this.$webcalendars)},a.$reloadAll=function(){var b=this;a.$$resource.fetch("calendarslist").then(function(a){_.forEach(a.calendars,function(a){var c,d;c=a.isWebCalendar?b.$webcalendars:a.isSubscription?b.$subscriptions:b.$calendars,d=_.find(c,function(b){return b.id==a.id}),d&&d.init(a)})})},a.$get=function(b){var c;return c=_.find(a.$calendars,function(a){return a.id==b}),c||(c=_.find(a.$subscriptions,function(a){return a.id==b})),c||(c=_.find(a.$webcalendars,function(a){return a.id==b})),c},a.$getIndex=function(b){var c;return c=_.indexOf(_.map(a.$calendars,"id"),b),c<0&&(c=_.indexOf(_.map(a.$subscriptions,"id"),b)),c<0&&(c=_.indexOf(_.map(a.$webcalendars,"id"),b)),c},a.$subscribe=function(b,c){var d=this;return a.$$resource.userResource(b).fetch(c,"subscribe").then(function(b){var c=new a(angular.extend({active:1},b));return _.find(d.$subscriptions,function(a){return a.id==b.id})||a.$add(c),c})},a.$addWebCalendar=function(b){var c=this,d=a.$q.defer();return _.find(c.$webcalendars,function(a){return a.urls.webCalendarURL==b})?d.reject():a.$$resource.post(null,"addWebCalendar",{url:b}).then(function(c){angular.extend(c,{isWebCalendar:!0,isEditable:!0,isRemote:!1,owner:a.activeUser.login,urls:{webCalendarURL:b}});var e=new a(c);a.$$resource.fetch(e.id,"reload").then(function(b){a.$log.debug(JSON.stringify(b,void 0,2)),a.$add(e),d.resolve()},function(a){401==a.status?d.resolve(e):d.reject()})},d.reject),d.promise},a.reloadWebCalendars=function(){var b=[];return _.forEach(this.$webcalendars,function(c){var d=a.$$resource.fetch(c.id,"reload");d.then(function(a){c.$error=!1},function(a){c.$error=l(a.statusText)}),b.push(d)}),a.$q.all(b)},a.$deleteComponents=function(b){var c={},d=[];return _.forEach(b,function(a){angular.isDefined(c[a.pid])||(c[a.pid]=[]),c[a.pid].push(a.id)}),_.forEach(c,function(b,c){d.push(a.$$resource.post(c,"batchDelete",{uids:b}))}),a.$q.all(d)},a.saveFoldersOrder=function(b){return this.$$resource.post(null,"saveFoldersOrder",{folders:b}).then(function(){if(a.$Preferences.settings.Calendar.FoldersOrder=b,!b)return a.$$resource.fetch("calendarslist").then(function(b){return a.$findAll(b.calendars)})})},a.prototype.init=function(b){this.color=this.color||"#AAAAAA",this.active=1,angular.extend(this,b),this.id&&(this.$acl=new a.$$Acl("Calendar/"+this.id)),this.isOwned=a.activeUser.isSuperUser||this.owner==a.activeUser.login,this.isSubscription=!this.isRemote&&this.owner!=a.activeUser.login,angular.isUndefined(this.$shadowData)&&(this.$shadowData=this.$omit())},a.prototype.$id=function(){return this.id?a.$q.when(this.id):this.$futureCalendarData.then(function(a){return a.id})},a.prototype.getClassName=function(a){return angular.isUndefined(a)&&(a="fg"),a+"-folder"+this.id},a.prototype.$rename=function(){var b,c,d=this;return this.name==this.$shadowData.name?a.$q.when():(c=this.isWebCalendar?a.$webcalendars:this.isSubscription?a.$subscriptions:a.$calendars,b=_.indexOf(_.map(c,"id"),this.id),b>-1?this.$save().then(function(){c.splice(b,1),a.$add(d)}):a.$q.reject())},a.prototype.$delete=function(){var b,c,d=this;return this.isSubscription?(c=a.$$resource.fetch(this.id,"unsubscribe"),b=a.$subscriptions):(c=a.$$resource.remove(this.id),b=this.isWebCalendar?a.$webcalendars:a.$calendars),c.then(function(){var a=_.indexOf(_.map(b,"id"),d.id);b.splice(a,1)})},a.prototype.$reset=function(){var a=this;angular.forEach(this,function(b,c){"constructor"!=c&&"$"!=c[0]&&delete a[c]}),angular.extend(this,this.$shadowData),this.$shadowData=this.$omit()},a.prototype.$save=function(){var b=this;return a.$$resource.save(this.id,this.$omit()).then(function(a){return b.$shadowData=b.$omit(),a},function(c){return a.$log.error(JSON.stringify(c,void 0,2)),b.$reset(),c})},a.prototype.setCredentials=function(b,c){var d=this,e=a.$q.defer();return a.$$resource.post(this.id,"set-credentials",{username:b,password:c}).then(function(){a.$$resource.fetch(d.id,"reload").then(function(b){a.$add(d),e.resolve()},function(a){401==a.status?e.reject(l("Wrong username or password")):e.reject(a.statusText)})},e.reject),e.promise},a.prototype.export=function(){return a.$$resource.download(this.id+".ics","export",null,{type:"application/octet-stream"})},a.prototype.$setActivation=function(){return a.$$resource.fetch(this.id,(this.active?"":"de")+"activateFolder")},a.prototype.$getComponent=function(b,c){return a.$Component.$find(this.id,b,c)},a.prototype.$unwrap=function(b){var c=this;this.$futureCalendarData=b.then(function(b){return a.$timeout(function(){return c.init(b),c})},function(b){c.isError=!0,angular.isObject(b)&&a.$timeout(function(){angular.extend(c,b)})})},a.prototype.$omit=function(){var a={};return angular.forEach(this,function(b,c){"constructor"!=c&&"$"!=c[0]&&(a[c]=b)}),a}}(),function(){"use strict";function a(b){if("function"!=typeof b.then){if(this.init(b),this.pid&&!this.id){var c=a.$$resource.newguid(this.pid);this.$unwrap(c),this.isNew=!0}}else this.$unwrap(b)}a.$factory=["$q","$timeout","$log","sgSettings","sgComponent_STATUS","Preferences","Card","Gravatar","Resource",function(b,c,d,e,f,g,h,i,j){return angular.extend(a,{STATUS:f,$q:b,$timeout:c,$log:d,$Preferences:g,$Card:h,$gravatar:i,$$resource:new j(e.activeUser("folderURL")+"Calendar",e.activeUser()),timeFormat:"%H:%M",$query:{value:"",search:"title_Category_Location"},$queryEvents:{sort:"start",asc:1,filterpopup:"view_next7"},$queryTasks:{sort:"status",asc:1,filterpopup:"view_incomplete"},$refreshTimeout:null,$ghost:{}}),g.ready().then(function(){g.settings.Calendar.EventsFilterState&&(a.$queryEvents.filterpopup=g.settings.Calendar.EventsFilterState),g.settings.Calendar.TasksFilterState&&(a.$queryTasks.filterpopup=g.settings.Calendar.TasksFilterState),g.settings.Calendar.EventsSortingState&&(a.$queryEvents.sort=g.settings.Calendar.EventsSortingState[0],a.$queryEvents.asc=parseInt(g.settings.Calendar.EventsSortingState[1])),g.settings.Calendar.TasksSortingState&&(a.$queryTasks.sort=g.settings.Calendar.TasksSortingState[0],a.$queryTasks.asc=parseInt(g.settings.Calendar.TasksSortingState[1])),a.$queryTasks.show_completed=parseInt(g.settings.ShowCompletedTasks),a.$categories=g.defaults.SOGoCalendarCategoriesColors,g.defaults.SOGoTimeFormat&&(a.timeFormat=g.defaults.SOGoTimeFormat)}),a}];try{angular.module("SOGo.SchedulerUI")}catch(a){angular.module("SOGo.SchedulerUI",["SOGo.Common"])}angular.module("SOGo.SchedulerUI").constant("sgComponent_STATUS",{NOT_LOADED:0,DELAYED_LOADING:1,LOADING:2,LOADED:3,DELAYED_MS:300}).factory("Component",a.$factory),a.$selectedCount=function(){var b;return b=0,a.$events&&(b+=_.filter(a.$events,function(a){return a.selected}).length),a.$tasks&&(b+=_.filter(a.$tasks,function(a){return a.selected}).length),b},a.$startRefreshTimeout=function(b){var c=this;a.$refreshTimeout&&a.$timeout.cancel(a.$refreshTimeout),a.$Preferences.ready().then(function(){var d=a.$Preferences.defaults.SOGoRefreshViewCheck;if(d&&"manually"!=d){var e=angular.bind(c,a.$filter,b);a.$refreshTimeout=a.$timeout(e,1e3*d.timeInterval())}})},a.$isLoading=function(){return a.$loaded==a.STATUS.LOADING},a.$filter=function(b,c){var d=this,e=new Date,f=e.getDate(),g=e.getMonth()+1,h=e.getFullYear(),i="$query"+b.capitalize(),j={day:""+h+(g<10?"0":"")+g+(f<10?"0":"")+f};return a.$startRefreshTimeout(b),this.$Preferences.ready().then(function(){var e,f,g=!1;return angular.extend(d.$query,j),c&&_.forEach(_.keys(c),function(b){g|=d.$query[b]&&c[b]!=a.$query[b],"reload"==b&&c[b]?g=!0:angular.isDefined(d.$query[b])?d.$query[b]=c[b]:d[i][b]=c[b]}),e=d.$$resource.fetch(null,b+"list",angular.extend(d[i],d.$query)),f="tasks"==b?"$events":"$tasks",g&&(delete a[f],a.$log.debug("force reload of "+f)),d.$unwrapCollection(b,e)})},a.$find=function(b,c,d){var e,f=[b,c];return d&&f.push(d),e=this.$$resource.fetch(f.join("/"),"view"),new a(e)},a.filterCategories=function(b){var c=new RegExp(b,"i");return _.filter(_.keys(a.$categories),function(a){return a.search(c)!=-1})},a.saveSelectedList=function(a){return this.$$resource.post(null,"saveSelectedList",{list:a+"ListView"})},a.$eventsBlocksForView=function(b,c){var d=this;return a.$Preferences.ready().then(function(e){var f,g,h,i;return f=a.$Preferences.defaults.SOGoFirstDayOfWeek,"day"==b?(g="dayView",h=i=c):"multicolumnday"==b?(g="multicolumndayView",h=i=c):"week"==b?(g="weekView",h=c.beginOfWeek(f),i=new Date,i.setTime(h.getTime()),i.addDays(6)):"month"==b&&(g="monthView",h=c,h.setDate(1),h=h.beginOfWeek(f),i=new Date,i.setTime(c.getTime()),i.setMonth(i.getMonth()+1),i.addDays(-1),i=i.endOfWeek(f)),d.$eventsBlocks(g,h,i)})},a.$eventsBlocks=function(b,c,d){var e,f,g,h,i=[],j=[],k=a.$q.defer();return e={view:b.toLowerCase(),sd:c.getDayString(),ed:d.getDayString()},f=this.$$resource.fetch(null,"eventsblocks",e),f.then(function(b){var c,d;c=function(b,c,d){var e,f=_.zipObject(this.eventsFields,c),g=new Date(1e3*f.c_startdate);return f.hour=g.getHourString(),f.blocks=[],e=new a(f),e.categories=_.filter(e.categories,function(b){return a.$Preferences.defaults.SOGoCalendarCategoriesColors[b]}),b.push(e),b},d=function(a){this[a.nbr].blocks.push(a),a.component=this[a.nbr]},a.$views=[],a.$timeout(function(){_.forEach(b,function(b,e){var f,k=[],l={},m={};for(b.eventsFields.splice(_.indexOf(b.eventsFields,"c_folder"),1,"pid"),b.eventsFields.splice(_.indexOf(b.eventsFields,"c_name"),1,"id"),b.eventsFields.splice(_.indexOf(b.eventsFields,"c_recurrence_id"),1,"occurrenceId"),b.eventsFields.splice(_.indexOf(b.eventsFields,"c_title"),1,"summary"),_.reduce(b.events,_.bind(c,b),k),_.forEach(_.flatten(b.blocks),_.bind(d,k)),_.forEach(_.flatten(b.allDayBlocks),_.bind(d,k)),0===i.length&&(i=_.flatMap(b.days,"date"),j=_.flatMap(b.days,"number")),g=0;g1||this.repeat.days&&this.repeat.days.length>0||this.repeat.monthdays&&this.repeat.monthdays.length>0||this.repeat.months&&this.repeat.months.length>0);return a},a.prototype.isEditable=function(){return!this.occurrenceId&&!this.isReadOnly},a.prototype.isEditableOccurrence=function(){return this.occurrenceId&&!this.isReadOnly},a.prototype.isInvitation=function(){return!this.occurrenceId&&this.userHasRSVP},a.prototype.isInvitationOccurrence=function(){return this.occurrenceId&&this.userHasRSVP},a.prototype.isReadOnly=function(){return this.isReadOnly&&!this.userHasRSVP},a.prototype.enablePercentComplete=function(){return"task"==this.type&&"not-specified"!=this.status&&"cancelled"!=this.status},a.prototype.coversFreeBusy=function(a,b,c){var d=angular.isDefined(this.freebusy[a])&&angular.isDefined(this.freebusy[a][b])&&1==this.freebusy[a][b][c];return d},a.prototype.updateFreeBusyCoverage=function(){var a=this,b={};if(this.start&&this.end){var c=new Date(this.start.getTime()),d=new Date(this.end.getTime()),e=parseInt(c.getMinutes()/15+.5),f=parseInt(d.getMinutes()/15+.5);return c.setMinutes(15*e),d.setMinutes(15*f),_.forEach(c.daysUpTo(d),function(c,d){var f,g=c.getDate(),h=c.getDayString();if(h==a.start.getDayString())for(f=c.getHours().toString(),b[h]={},b[h][f]=[];e>0;)b[h][f].push(0),e--;else c=c.beginOfDay(),b[h]={};for(;c.getTime()0},a.prototype.addAttachUrl=function(a){if(angular.isUndefined(this.attachUrls))this.attachUrls=[{value:a}];else{for(var b=0;b-1&&this.attachUrls.length>a&&this.attachUrls.splice(a,1)},a.prototype.$addDueDate=function(){this.due=new Date,this.due.setMinutes(15*Math.round(this.due.getMinutes()/15)),this.dueDate=this.due.toISOString()},a.prototype.$deleteDueDate=function(){delete this.due,delete this.dueDate},a.prototype.$addStartDate=function(){this.start=new Date,this.start.setMinutes(15*Math.round(this.start.getMinutes()/15))},a.prototype.$deleteStartDate=function(){delete this.start,delete this.startDate},a.prototype.$reset=function(){var a=this;angular.forEach(this,function(b,c){"constructor"!=c&&"$"!=c[0]&&delete a[c]}),this.init(this.$shadowData),this.$shadowData=this.$omit()},a.prototype.$reply=function(){var b,c=this,d=[this.pid,this.id];return this.occurrenceId&&d.push(this.occurrenceId),b={reply:this.reply,delegatedTo:this.delegatedTo,alarm:this.$hasAlarm?this.alarm:{}},a.$$resource.save(d.join("/"),b,{action:"rsvpAppointment"}).then(function(a){return c.$shadowData=c.$omit(),a})},a.prototype.$adjust=function(b){var c=[this.pid,this.id];return _.every(_.values(b),function(a){return 0===a})?a.$q.when():(this.occurrenceId&&c.push(this.occurrenceId),a.$log.debug("adjust "+c.join("/")+" "+JSON.stringify(b)),a.$$resource.save(c.join("/"),b,{action:"adjust"}))},a.prototype.$save=function(b){var c,d,e,f,g=this;return e=this.$omit(),f=a.$Preferences.$mdDateLocaleProvider,e.startDate=e.start?e.start.format(f,"%Y-%m-%d"):"",e.startTime=e.start?e.start.format(f,"%H:%M"):"",e.endDate=e.end?e.end.format(f,"%Y-%m-%d"):"",e.endTime=e.end?e.end.format(f,"%H:%M"):"",e.dueDate=e.due?e.due.format(f,"%Y-%m-%d"):"",e.dueTime=e.due?e.due.format(f,"%H:%M"):"",e.completedDate=e.completed?e.completed.format(f,"%Y-%m-%d"):"",this.$hasCustomRepeat?"monthly"==this.repeat.frequency&&this.repeat.month.type&&"byday"==this.repeat.month.type||"yearly"==this.repeat.frequency&&this.repeat.year.byday?(delete e.repeat.monthdays,e.repeat.days=[{day:this.repeat.month.day,occurrence:this.repeat.month.occurrence.toString()}]):"monthly"!=this.repeat.frequency&&"yearly"!=this.repeat.frequency||!this.repeat.month.type||delete e.repeat.days:this.repeat.frequency&&"never"!=this.repeat.frequency&&(e.repeat={frequency:this.repeat.frequency}),this.repeat.frequency?"until"==this.repeat.end&&this.repeat.until?e.repeat.until=this.repeat.until.stringWithSeparator("-"):"count"==this.repeat.end&&this.repeat.count?e.repeat.count=this.repeat.count:(delete e.repeat.until,delete e.repeat.count):delete e.repeat,"not-specified"==this.status?delete e.status:"completed"!=this.status&&delete e.completedDate,this.$hasAlarm?!this.alarm.action||"email"!=this.alarm.action||this.attendees&&this.attendees.length>0||(e.alarm.attendees=0,e.alarm.organizer=1):e.alarm={},d=[this.pid,this.id],this.isNew&&(c={action:"saveAs"+this.type.capitalize()}),this.occurrenceId&&d.push(this.occurrenceId),angular.extend(e,b),a.$$resource.save(d.join("/"),e,c).then(function(a){return g.$shadowData=g.$omit(),a})},a.prototype.remove=function(b){var c=[this.pid,this.id];return b&&this.occurrenceId&&c.push(this.occurrenceId),a.$$resource.remove(c.join("/"))},a.prototype.$unwrap=function(b){var c=this;this.$futureComponentData=b,this.$futureComponentData.then(function(a){c.init(a),c.$shadowData=c.$omit()},function(b){angular.extend(c,b),c.isError=!0,a.$log.error(c.error)})},a.prototype.$omit=function(){var a={};return angular.forEach(this,function(b,c){"constructor"!=c&&"$"!=c[0]&&"blocks"!=c&&(a[c]=angular.copy(b))}),a},a.prototype.repeatDescription=function(){var a=null;return this.repeat&&(a=l("repeat_"+this.repeat.frequency.toUpperCase())),a},a.prototype.alarmDescription=function(){var a,b=null;return this.alarm&&(a=["reminder"+this.alarm.quantity,this.alarm.unit,this.alarm.reference].join("_"),b=l(a),a===b&&(b=[this.alarm.quantity,l("reminder_"+this.alarm.unit),l("reminder_"+this.alarm.reference)].join(" "))),b},a.prototype.copyTo=function(b){return a.$$resource.post(this.pid+"/"+this.id,"copy",{destination:b})},a.prototype.moveTo=function(b){return a.$$resource.post(this.pid+"/"+this.id,"move",{destination:b})},a.prototype.toString=function(){return"[Component "+this.id+"]"}}(),function(){"use strict";function a(b,c,d,e,f,g,h,i){function j(a){"month"==e.view?(a.setDate(1),a.setHours(12),a.$dateFormat="%B %Y"):"week"==e.view?(a.setTime(a.beginOfWeek(h.defaults.SOGoFirstDayOfWeek).getTime()),a.$dateFormat=l("Week %d").replace("%d","%U")):a.$dateFormat="%A"}function k(){a.expandedAllDays=!a.expandedAllDays,q.expandedAllDays=a.expandedAllDays}function m(){g.$eventsBlocksForView(e.view,e.day.asDate()).then(function(a){q.views=a,_.forEach(q.views,function(a){a.id&&(a.calendar=new f({id:a.id,name:a.calendarName}))})})}function n(a,b){var c=b?b.getDayString():angular.element(a.currentTarget).attr("date");b&&j(b),d.go("calendars.view",{day:c})}function o(a){d.go("calendars.view",{view:a})}var p,q=this;angular.isUndefined(a.expandedAllDays)&&(a.expandedAllDays=!1),q.selectedDate=e.day.asDate(),q.expandedAllDays=a.expandedAllDays,q.toggleAllDays=k,q.views=i,q.changeDate=n,q.changeView=o,h.ready().then(function(){j(q.selectedDate)}),p=c.$on("calendars:list",m),b.$on("$destroy",p)}a.$inject=["$scope","$rootScope","$state","$stateParams","Calendar","Component","Preferences","stateEventsBlocks"],angular.module("SOGo.SchedulerUI").controller("CalendarController",a)}(),function(){"use strict";function a(a,b,c,d,e,f,g,h){function i(a,b){(b&&b.reload||A.componentType!=a)&&(angular.isUndefined(h["$"+a])&&h.$filter(a),A.unselectComponents(),A.componentType=a,h.saveSelectedList(a))}function j(){_.forEach(h["$"+A.componentType],function(a){a.selected=!1}),A.mode.multiple=0}function k(){_.forEach(h["$"+A.componentType],function(a){a.selected=!0}),A.mode.multiple=h["$"+A.componentType].length}function m(a,b){b.selected=!b.selected,A.mode.multiple+=b.selected?1:-1,a.preventDefault(),a.stopPropagation()}function n(){e.confirm(l("Warning"),l("Are you sure you want to delete the selected components?"),{ok:l("Delete")}).then(function(){var b=_.filter(h["$"+A.componentType],function(a){return a.selected});g.$deleteComponents(b).then(function(){A.mode.multiple=0,a.$emit("calendars:list")})})}function o(a,b){q(a,b,"appointment")}function p(a,b){q(a,b,"task")}function q(a,b,c){if(b.viewable){var e="UIx"+c.capitalize()+"ViewTemplate";d.show({parent:angular.element(document.body),targetEvent:a,clickOutsideToClose:!0,escapeToClose:!0,templateUrl:e,controller:"ComponentController",controllerAs:"editor",locals:{stateComponent:b}})}}function r(a,b,c){var e;e=c?c:new h({pid:g.$defaultCalendar(),type:b});var f="UIx"+b.capitalize()+"EditorTemplate";return d.show({parent:angular.element(document.body),targetEvent:a,clickOutsideToClose:!0,escapeToClose:!0,templateUrl:f,controller:"ComponentEditorController",controllerAs:"editor",locals:{stateComponent:e}})}function s(c){function e(a,b,c,d){a.updateThisOccurrence=function(){c.$adjust(d).then(b.hide,function(a){b.cancel().then(function(){f(a,c,d)})})},a.updateAllOccurrences=function(){delete c.occurrenceId,c.$adjust(d).then(b.hide,function(a){b.cancel().then(function(){f(a,c,d)})})}}function f(b,c,e){403==b.status&&b.data&&b.data.message&&angular.isObject(b.data.message)&&d.show({parent:angular.element(document.body),clickOutsideToClose:!1,escapeToClose:!1,templateUrl:"UIxAttendeeConflictDialog",controller:i,controllerAs:"$AttendeeConflictDialogController",locals:{component:c,params:e,conflictError:b.data.message}}).then(function(){a.$emit("calendars:list")})}function i(a,b,c,d,e){function f(){c.$adjust(angular.extend({ignoreConflicts:!0},d)).then(b.hide)}var g=this;g.conflictError=e,g.cancel=b.cancel,g.save=f}var j,k,m,n,o,p,q;j=h.$ghost.component,k=h.$ghost.pointerHandler,j.isNew?(m=k.currentEventCoordinates,j.summary="",j.isAllDay&&(m.duration-=96),j.setDelta(15*m.duration),r(null,"appointment",j).finally(function(){b(function(){h.$resetGhost()})})):(n=k.currentEventCoordinates.getDelta(k.originalEventCoordinates),o={days:n.dayNumber,start:15*n.start,duration:15*n.duration},k.originalCalendar&&0!==n.dayNumber&&(p=k.currentEventCoordinates.dayNumber,q=_.filter(g.$findAll(),{active:1}),o.destination=q[p].id,o.days=0),j.isException||!j.occurrenceId?j.$adjust(o).then(function(){a.$emit("calendars:list")},function(a){f(a,j,o)}).finally(function(){b(function(){h.$resetGhost()})}):j.occurrenceId&&d.show({clickOutsideToClose:!0,escapeToClose:!0,locals:{component:j,params:o},template:['',' ',"

"+l("editRepeatingItem")+"

","
"," ",' '+l("button_thisOccurrenceOnly")+"",' '+l("button_allOccurrences")+""," ","
"].join(""),controller:e}).then(function(){a.$emit("calendars:list")}).finally(function(){b(function(){h.$resetGhost()})})),e.$inject=["$scope","$mdDialog","component","params"],i.$inject=["$scope","$mdDialog","component","params","conflictError"]}function t(){return h["$query"+A.componentType.capitalize()].filterpopup}function u(a){h.$filter(A.componentType,{filterpopup:a})}function v(a){return h["$query"+A.componentType.capitalize()].filterpopup==a}function w(a){h.$filter(A.componentType,{sort:a})}function x(a){return h["$query"+A.componentType.capitalize()].sort==a}function y(){g.reloadWebCalendars().finally(function(){a.$emit("calendars:list")})}function z(){A.mode.search=!1,h.$filter(A.componentType,{value:""})}var A=this;A.component=h,A.componentType="events",A.selectedList=0,A.selectComponentType=i,A.unselectComponents=j,A.selectAll=k,A.toggleComponentSelection=m,A.confirmDeleteSelectedComponents=n,A.openEvent=o,A.openTask=p,A.newComponent=r,A.filterpopup=t,A.filter=u,A.filteredBy=v,A.sort=w,A.sortedBy=x,A.reload=y,A.cancelSearch=z,A.mode={search:!1,multiple:0},f.ready().then(function(){var a="events";"tasksListView"==f.settings.Calendar.SelectedList&&(A.selectedList=1,a="tasks"),i(a,{reload:!0})}),a.$on("calendars:list",function(){h.$filter(A.componentType,{reload:!0})}),a.$on("calendar:dragend",s)}a.$inject=["$rootScope","$timeout","$state","$mdDialog","Dialog","Preferences","Calendar","Component"],angular.module("SOGo.SchedulerUI").controller("CalendarListController",a)}(),function(){"use strict";function a(a,b,c,d,e,f,g,h,i,j,k,m,n,o){function p(a,b,c){return a.sortableScope.element[0]==b.element[0]}function q(){m.saveFoldersOrder(_.flatMap(m.$findAll(),"id"))}function r(){G.sortableMode=!G.sortableMode,G.filter.name=""}function s(){m.saveFoldersOrder()}function t(a){i.prompt(l("New calendar"),l("Name of the Calendar")).then(function(a){var b=new m({name:a,isEditable:!0,isRemote:!1,owner:UserLogin});b.$id().then(function(){m.$add(b)})})}function u(){function a(a,b,c,d){var e=this,f=c.split("/"),g=f[2];e.title=l("Please identify yourself to %{0}").formatted(g),e.authenticate=function(a){!a.$valid&&a.$error.required||d.setCredentials(e.username,e.password).then(function(a){b.hide()},function(b){a.password.$setValidity("credentials",!1)})},e.cancel=function(){b.cancel()}}i.prompt(l("Subscribe to a web calendar..."),l("URL of the Calendar"),{inputType:"url"}).then(function(b){m.$addWebCalendar(b).then(function(c){angular.isObject(c)&&d.show({parent:angular.element(document.body),clickOutsideToClose:!0,escapeToClose:!0,templateUrl:"UIxWebCalendarAuthDialog",controller:a,controllerAs:"$WebCalendarAuthDialogController",locals:{url:b,calendar:c}})})}),a.$inject=["scope","$mdDialog","url","calendar"]}function v(a){a.isSubscription?a.$delete().catch(function(b,c){i.alert(l('An error occured while deleting the calendar "%{0}".',a.name),l(b.error))}):i.confirm(l("Warning"),l('Are you sure you want to delete the calendar "%{0}"?',a.name),{ -ok:l("Delete")}).then(function(){a.$delete().catch(function(b,c){i.alert(l('An error occured while deleting the calendar "%{0}".',a.name),l(b.error))})})}function w(b,c){function e(b,c,d){function e(a){var b=0===a.type.indexOf("text")||/\.(ics)$/.test(a.name);return b||f.show({template:["",'
',' error_outline'," "+l("Select an iCalendar file (.ics).")+"","
","
"].join(""),position:"top right",hideDelay:3e3}),b}var h=this;h.uploader=new g({url:ApplicationBaseURL+[d.id,"import"].join("/"),autoUpload:!0,queueLimit:1,filters:[{name:e,fn:e}],onSuccessItem:function(b,d,e,g){var h;c.hide(),0===d.imported?h=l("No event was imported."):(h=l("A total of %{0} events were imported in the calendar.",d.imported),a.$emit("calendars:list")),f.show(f.simple().content(h).position("top right").hideDelay(3e3))},onErrorItem:function(a,b,c,d){f.show({template:["",'
',' error_outline'," "+l("An error occurred while importing calendar.")+"","
","
"].join(""),position:"top right",hideDelay:3e3})}}),h.close=function(){c.hide()}}d.show({parent:angular.element(document.body),targetEvent:b,clickOutsideToClose:!0,escapeToClose:!0,templateUrl:"UIxCalendarImportDialog",controller:e,controllerAs:"$CalendarImportDialogController",locals:{folder:c}}),e.$inject=["scope","$mdDialog","folder"]}function x(a){_.forEach(m.$findAll(),function(b){a.id==b.id?b.active=1:b.active=0})}function y(){_.forEach(m.$findAll(),function(a){a.active=1})}function z(a){function b(a,b){function c(){a.hide()}var d=this;d.calendar=b,d.close=c}d.show({parent:angular.element(document.body),clickOutsideToClose:!0,escapeToClose:!0,templateUrl:a.id+"/links",controller:b,controllerAs:"links",locals:{calendar:a}}),b.$inject=["$mdDialog","calendar"]}function A(a){function b(a,b,c){function d(){f.calendar.$save(),c.init(f.calendar.$omit()),b.hide()}function e(){b.cancel()}var f=this;f.calendar=new m(c.$omit()),f.saveProperties=d,f.close=e,a.$watch(function(){return f.calendar.color},function(){c.color=f.calendar.color})}var c=a.color;d.show({templateUrl:a.id+"/properties",controller:b,controllerAs:"properties",clickOutsideToClose:!0,escapeToClose:!0,locals:{srcCalendar:a}}).catch(function(){a.color=c}),b.$inject=["$scope","$mdDialog","srcCalendar"]}function B(a){G.calendarName=a.name,G.editMode=a.id,h("calendarName_"+a.id)}function C(a){a.$reset(),G.editMode=!1}function D(a){a.$rename().then(function(a){G.editMode=!1})}function E(a){a.$acl.$users().then(function(){d.show({templateUrl:a.id+"/UIxAclEditor",controller:"AclController",controllerAs:"acl",clickOutsideToClose:!0,escapeToClose:!0,locals:{usersWithACL:a.$acl.users,User:n,folder:a}})})}function F(a){e.debug("subscribeToFolder "+a.owner+a.name),m.$subscribe(a.owner,a.name).then(function(a){f.show(f.simple().content(l("Successfully subscribed to calendar")).position("top right").hideDelay(3e3))})}var G=this;G.activeUser=j.activeUser,G.service=m,G.newCalendar=t,G.addWebCalendar=u,G.confirmDelete=v,G.editFolder=B,G.revertEditing=C,G.renameFolder=D,G.share=E,G.importCalendar=w,G.showOnly=x,G.showAll=y,G.showLinks=z,G.showProperties=A,G.subscribeToFolder=F,G.filter={name:""},G.sortableMode=!1,G.toggleSortableMode=r,G.resetSort=s,G.sortableCalendars={scrollableContainer:"#sidenav-content",containment:"md-list",orderChanged:q,accept:p},k.ready().then(function(){G.categories=_.map(k.defaults.SOGoCalendarCategories,function(a){return{id:a.asCSSIdentifier(),name:a,color:k.defaults.SOGoCalendarCategoriesColors[a]}})}),b.$watch(function(){return _.union(_.map(m.$calendars,function(a){return _.pick(a,["id","active","color"])}),_.map(m.$subscriptions,function(a){return _.pick(a,["id","active","color"])}),_.map(m.$webcalendars,function(a){return _.pick(a,["id","active","color"])}))},function(b,c){var d,f,g;d=_.intersectionBy(b,c,"id"),f=_.map(_.filter(d,function(a){var b=_.find(c,{id:a.id});return!_.isEqual(a,b)}),"id"),g=[],f.length>0&&(e.debug(f.join(", ")+" changed"),_.forEach(f,function(a){var b=m.$get(a);g.push(b.$setActivation())})),(g.length>0||d.length!=b.length||d.length!=c.length)&&m.$q.all(g).then(function(){a.$emit("calendars:list")})},!0)}a.$inject=["$rootScope","$scope","$window","$mdDialog","$log","$mdToast","FileUploader","sgFocus","Dialog","sgSettings","Preferences","Calendar","User","stateCalendars"],angular.module("SOGo.SchedulerUI").controller("CalendarsController",a)}(),function(){"use strict";function a(a,b,c,d,e,f,g,h){function i(){b.hide()}function j(a){return e.$filterAll(a),e.$cards}function k(a){var b=_.map(y.component.attendees,function(a){return a.name+" <"+a.email+">"});n(a,b)}function m(a,b,c){n(a,[b+" <"+c+">"])}function n(a,c){g.$findAll().then(function(d){var e=_.find(d,function(a){if(0===a.id)return a});e.$getMailboxes().then(function(d){e.$newMessage().then(function(d){angular.extend(d.editable,{to:c,subject:y.component.summary}),b.show({parent:angular.element(document.body),targetEvent:a,clickOutsideToClose:!1,escapeToClose:!1,templateUrl:"../Mail/UIxMailEditor",controller:"MessageEditorController",controllerAs:"editor",locals:{stateAccount:e,stateMessage:d}})})})}),a.preventDefault(),a.stopPropagation()}function o(){var a="vevent"==y.component.component?"Appointment":"Task";b.hide().then(function(){var c="UIx"+a+"EditorTemplate";b.show({parent:angular.element(document.body),clickOutsideToClose:!0,escapeToClose:!0,templateUrl:c,controller:"ComponentEditorController",controllerAs:"editor",locals:{stateComponent:y.component}})})}function p(){x=c.$get(y.component.pid).$getComponent(y.component.id),x.$futureComponentData.then(function(){y.component=x,o()})}function q(c){var d=c||y.component;d.$reply().then(function(){a.$emit("calendars:list"),b.hide(),f.getAlarms()})}function r(){x=c.$get(y.component.pid).$getComponent(y.component.id),x.$futureComponentData.then(function(){x.reply=y.component.reply,x.delegatedTo=y.component.delegatedTo,x.$hasAlarm=y.component.$hasAlarm,x.alarm=y.component.alarm,q(x)})}function s(){y.component.remove(!0).then(function(){a.$emit("calendars:list"),b.hide()})}function t(){y.component.remove().then(function(){a.$emit("calendars:list"),b.hide()})}function u(a){c.$$resource.post(y.component.pid+"/"+y.component.id,"raw").then(function(c){function d(a,b,c){a.data=c,a.close=function(){b.hide()}}b.hide(),b.show({parent:angular.element(document.body),targetEvent:a,clickOutsideToClose:!0,escapeToClose:!0,template:['',' ','
',"  
"," ",' '+l("Close")+""," ","
"].join(""),controller:d,locals:{data:c}}),d.$inject=["scope","$mdDialog","data"]})}function v(c){y.component.copyTo(c).then(function(){b.hide(),a.$emit("calendars:list")})}function w(c){y.component.moveTo(c).then(function(){b.hide(),a.$emit("calendars:list")})}var x,y=this;y.calendarService=c,y.service=d,y.component=h,y.close=i,y.cardFilter=j,y.newMessageWithAllRecipients=k,y.newMessageWithRecipient=m,y.edit=o,y.editAllOccurrences=p,y.reply=q,y.replyAllOccurrences=r,y.deleteOccurrence=s,y.deleteAllOccurrences=t,y.toggleRawSource=u,y.copySelectedComponent=v,y.moveSelectedComponent=w,angular.isUndefined(y.component.$futureComponentData)&&(x=c.$get(y.component.pid).$getComponent(y.component.id,y.component.occurrenceId),x.$futureComponentData.then(function(){y.component=x,y.organizer=[y.component.organizer]}))}function b(a,b,c,d,e,f,g,h,i,j,k,m){function n(){var a=K.component.addAttachUrl("");focus("attachUrl_"+a)}function o(){K.showRecurrenceEditor=!K.showRecurrenceEditor,K.component.$hasCustomRepeat=K.showRecurrenceEditor}function p(){K.showAttendeesEditor=!K.showAttendeesEditor}function q(a){return i.$filterAll(a),i.$cards}function r(a){angular.isString(a)?a.isValidEmail()&&(K.component.addAttendee(new j({emails:[{value:a}]})),K.searchText=""):K.component.addAttendee(a)}function s(a){K.component.deleteAttendee(a),0===K.component.attendees.length&&(K.showAttendeesEditor=!1)}function t(){if(K.component&&K.component.priority)return K.component.priority>5?l("low"):K.component.priority>4?l("normal"):l("high")}function u(b,c){b.$valid&&K.component.$save(c).then(function(b){a.$emit("calendars:list"),e.hide(),k.getAlarms()},function(a){403==a.status&&a.data&&a.data.message&&angular.isObject(a.data.message)&&(K.attendeeConflictError=a.data.message)})}function v(){K.component.$reset(),K.component.isNew&&(K.component=null),e.cancel()}function w(){var a=[];return K.component.start&&K.component.end&&(a=K.component.start.daysUpTo(K.component.end)),_.map(a,function(a){return{stringWithSeparator:a.stringWithSeparator(),getDayString:a.getDayString()}})}function x(){for(var a=[],b=0;b<=23;b++)a.push(b.toString());return a}function y(){K.component.$addStartDate(),H=new Date(K.component.start.getTime())}function z(){K.component.$addDueDate(),J=new Date(K.component.due.getTime())}function A(){K.component.start.addMinutes(60*H.getHours()+H.getMinutes()),B()}function B(){if(K.component.start){var a;a=H.valueOf()-K.component.start.valueOf(),0!==a&&(H=new Date(K.component.start.getTime()),"appointment"===K.component.type&&(K.component.end=new Date(K.component.start.getTime()),K.component.end.addMinutes(K.component.delta),I=new Date(K.component.end.getTime())),G())}}function C(){K.component.end.addMinutes(60*I.getHours()+I.getMinutes()),D()}function D(){if(K.component.end){var a=I.valueOf()-K.component.end.valueOf();0!==a&&(a=K.component.start.minutesTo(K.component.end),a<0?K.component.end=new Date(I.getTime()):(K.component.delta=a,I=new Date(K.component.end.getTime())),G())}}function E(){K.component.due.addMinutes(60*J.getHours()+J.getMinutes()),F()}function F(){J=new Date(K.component.due.getTime())}function G(){K.attendeesEditor.days=w(),K.component.updateFreeBusy()}var H,I,J,K=this;K.service=g,K.component=m,K.categories={},K.showRecurrenceEditor=K.component.$hasCustomRepeat,K.toggleRecurrenceEditor=o,K.showAttendeesEditor=!1,K.toggleAttendeesEditor=p,K.cardFilter=q,K.addAttendee=r,K.removeAttendee=s,K.addAttachUrl=n,K.priorityLevel=t,K.cancel=v,K.save=u,K.attendeeConflictError=!1,K.attendeesEditor={days:w(),hours:x()},K.addStartDate=y,K.addDueDate=z,K.updateStartTime=A,K.adjustStartTime=B,K.updateEndTime=C,K.adjustEndTime=D,K.updateDueTime=E,K.adjustDueTime=F,K.component.start&&(H=new Date(K.component.start.getTime())),K.component.end&&(I=new Date(K.component.end.getTime())),K.component.due&&(J=new Date(K.component.due.getTime()))}a.$inject=["$rootScope","$mdDialog","Calendar","Component","AddressBook","Alarm","Account","stateComponent"],b.$inject=["$rootScope","$scope","$log","$timeout","$mdDialog","User","Calendar","Component","AddressBook","Card","Alarm","stateComponent"],angular.module("SOGo.SchedulerUI").controller("ComponentController",a).controller("ComponentEditorController",b)}(),function(){"use strict";function a(){return{restrict:"E",scope:{day:"@sgDay",dayNumber:"@sgDayNumber",dayString:"@sgDayString",calendar:"@sgCalendar"},controller:b}}function b(a,b){this.day=a.day,this.dayNumber=a.dayNumber,this.dayString=a.dayString,this.calendarData=function(){var c,d,e;return a.calendar?(c=a.calendar,e=_.filter(b.$findAll(),{active:1}),d=_.findIndex(e,function(a){return a.id==c}),{pid:c,index:d}):null}}b.$inject=["$scope","Calendar"],angular.module("SOGo.SchedulerUI").directive("sgCalendarDay",a)}(),function(){"use strict";function a(a){function b(a,b){var c=_.has(b,"sgCalendarGhost")?"":"::";return['
",'
','
",'
',' {{'+c+"block.component.c_priority}}"," {{ "+c+"block.component.summary }}",' ',' ',' ',' ',' '," ",'
'," place {{"+c+"block.component.c_location}}","
","
","
",'
{{ block.startHour }}
','
{{ block.endHour }}
',"
"].join("")}function c(a,b,c){var d,e,f;_.has(c,"sgCalendarGhost")||(d=100/a.block.siblings,e=a.block.position*d,f=100-(a.block.position+1)*d,d<100&&(e>0&&(e-=2),f>0&&(f-=2)),0===e&&(e=2),0===f&&(f=2),b.css("left",e+"%"),b.css("right",f+"%"),a.block.component&&a.block.component.c_isallday||(b.addClass("starts"+a.block.start),b.addClass("lasts"+a.block.length)),a.block.userState&&b.addClass("sg-event--"+a.block.userState),a.block.component&&(b.addClass("bg-folder"+a.block.component.pid),b.addClass("contrast-bdr-folder"+a.block.component.pid),0===a.block.component.c_isopaque&&b.addClass("sg-event--transparent"),0===a.block.component.c_status&&b.addClass("sg-event--cancelled")))}return{restrict:"E",scope:{block:"=sgBlock",clickBlock:"&sgClick"},replace:!0,template:b,link:c}}a.$inject=["CalendarSettings"],angular.module("SOGo.SchedulerUI").directive("sgCalendarDayBlock",a)}(),function(){"use strict";function a(){return{restrict:"E",scope:{blocks:"=sgBlocks",day:"@sgDay",clickBlock:"&sgClick"},template:["'].join("")}}angular.module("SOGo.SchedulerUI").directive("sgCalendarDayTable",a)}(),function(){"use strict";function a(a,b,c,d,e){function f(b,f,g,h){function i(){var a,c,d;b.block=e.$ghost,c=p.calendarData(),c&&(r=c.index,a=c.pid,s=b.block.pointerHandler.originalCalendar.index),a||(a=b.block.component.pid),d=b.block.component.blocks[0].userState,d&&f.addClass("sg-event--"+d),f.addClass("bg-folder"+a)}function j(){_.forEachRight(o.classList,function(a){/^bg-folder/.test(a)&&f.removeClass(a)}),f.addClass("ng-hide")}function k(){var a,e,g,h,i,j,k;if(a=!1,d.$view&&d.$view.type==q.type){if(e="multiday-allday"===q.type,g=b.block.pointerHandler.currentEventCoordinates.dayNumber,h=b.block.pointerHandler.currentEventCoordinates.start,j=b.block.pointerHandler.currentEventCoordinates.duration,k=c.EventDragDayLength-h,angular.isUndefined(j))return;for(i=j,i>k&&(i=k),g>-1&&(r<0&&g==p.dayNumber||g==r&&(s==r||!b.block.component.isException))&&(a=!0,e||(b.block.startHour=m(h),d.$view.quarterHeight?(f.css("top",h*d.$view.quarterHeight+"px"),f.css("height",i*d.$view.quarterHeight+"px")):f.css("top",d.$view.topOffset+"px")),f.removeClass("fg-folder"+b.block.component.pid),f.removeClass("sg-event--ghost--last"),f.addClass("sg-event--ghost--first")),j-=i,g++;!a&&j&&g<=p.dayNumber;)i=j,i>c.EventDragDayLength&&(i=c.EventDragDayLength),g>-1&&g==p.dayNumber&&(a=!0,e||(f.css("top",d.$view.topOffset+"px"),d.$view.quarterHeight&&f.css("height",i*d.$view.quarterHeight+"px")),f.removeClass("sg-event--ghost--first"),f.removeClass("sg-event--ghost--last"),f.addClass("fg-folder"+b.block.component.pid)),j-=i,g++,h=0;j||(e?f.addClass("sg-event--ghost--last"):b.block.endHour=n(h,i))}a?f.removeClass("ng-hide"):f.addClass("ng-hide")}function l(a){var b,c,d;return b=15*a,c=Math.floor(b/60),c<10&&(c="0"+c),d=b%60,d<10&&(d="0"+d),""+c+":"+d}function m(a){return l(a)}function n(a,b){var d=(a+b)%c.EventDragDayLength;return l(d)}var o,p,q,r,s;o=f[0],p=h[0],q=h[1],r=-1,f.addClass("sg-event--ghost md-whiteframe-3dp ng-hide");var t=a.$on("calendar:dragstart",i),u=a.$on("calendar:drag",k),v=a.$on("calendar:dragend",j);b.$on("$destroy",function(){t(),u(),v()})}return{restrict:"A",require:["^sgCalendarDay","^sgCalendarScrollView"],link:f}}a.$inject=["$rootScope","$timeout","CalendarSettings","Calendar","Component"],angular.module("SOGo.SchedulerUI").directive("sgCalendarGhost",a)}(),function(){"use strict";function a(){return{restrict:"E",scope:{blocks:"=sgBlocks",day:"@sgDay",clickBlock:"&sgClick"},template:["'].join("")}}angular.module("SOGo.SchedulerUI").directive("sgCalendarMonthDay",a)}(),function(){"use strict";function a(){function a(a,b){var c=_.has(b,"sgCalendarGhost")?"":"::";return['
',' {{ '+c+"block.starthour }}",' {{'+c+"block.component.c_priority}}"," {{ "+c+"block.component.summary }}",' ',' ',' ',' ',' '," ","
"].join("")}function b(a,b,c){_.has(c,"sgCalendarGhost")||(a.block.userState&&b.addClass("sg-event--"+a.block.userState),a.block.component&&(b.addClass("bg-folder"+a.block.component.pid),0===a.block.component.c_isopaque&&b.addClass("sg-event--transparent"),0===a.block.component.c_status&&b.addClass("sg-event--cancelled")))}return{restrict:"E",scope:{block:"=sgBlock",clickBlock:"&sgClick"},replace:!0,template:a,link:b}}angular.module("SOGo.SchedulerUI").directive("sgCalendarMonthEvent",a)}(),function(){"use strict";function a(a,c,d,e,f,g,h,i,j){return{restrict:"A",scope:{type:"@sgCalendarScrollView"},controller:b,link:function(b,d,e,g){function k(){m=new l(d,n),"monthly"!=n&&j.ready().then(function(){var a,b,c;j.defaults.SOGoDayStartTime&&(a=j.defaults.SOGoDayStartTime.split(":"),b=document.getElementById("hour"+parseInt(a[0])),c=parseInt(a[1])*m.quarterHeight,m.element.scrollTop=b.offsetTop+c)})}function l(b,d){this.$element=b,this.element=b[0],this.type=d,this.quarterHeight=this.getQuarterHeight(),this.scrollStep=6*this.quarterHeight,this.dayNumbers=this.getDayNumbers(),this.maxX=this.getMaxColumns(),this.deregisterDragStart=a.$on("calendar:dragstart",angular.bind(this,this.onDragStart)),this.deregisterDragStop=a.$on("calendar:dragend",angular.bind(this,this.onDragEnd)),this.bindedUpdateCoordinates=angular.bind(this,this.updateCoordinates),this.bindedUpdateFromPointerHandler=angular.bind(this,this.updateFromPointerHandler),this.updateCoordinates(),angular.element(c).on("resize",this.bindedUpdateCoordinates)}var m,n;m=null,n=b.type,f(k),b.$on("$destroy",function(){m&&m.$destroy()}),l.prototype={$destroy:function(){this.deregisterDragStart(),this.deregisterDragStop(),this.$element.off("mousemove",this.bindedUpdateFromPointerHandler),angular.element(c).off("resize",this.bindedUpdateCoordinates)},onDragStart:function(){this.$element.on("mousemove",this.bindedUpdateFromPointerHandler),this.updateCoordinates(),this.updateFromPointerHandler()},onDragEnd:function(){this.$element.off("mousemove",this.bindedUpdateFromPointerHandler),h.$view=null},getQuarterHeight:function(){var a,b,c=null;return a=document.getElementById("hour0"),b=document.getElementById("hour23"),a&&b&&(c=(b.offsetTop-a.offsetTop)/92),c},getDayDimensions:function(a){var b,c,d,e,f,g,h;return c=b=d=e=0,f=this.element.getElementsByClassName("day"),f.length>0&&(g=f[0].getBoundingClientRect(),c=g.height,b=g.width,d=g.left-a,h=f[0].getElementsByClassName("sg-calendar-tile-header"),h.length>0&&(e=h[0].clientHeight)),{height:c,width:b,offset:{left:d,top:e}}},getDayNumbers:function(){var a,b,c=null;return this.element.attributes["sg-view"]&&(c=this.element.attributes["sg-view"].value),a="multicolumndayview"==c,b=this.element.getElementsByTagName("sg-calendar-day"),_.map(b,function(b,c){return a?c:parseInt(b.attributes["sg-day-number"].value)})},getMaxColumns:function(){var a,b=0;return"monthly"==this.type?(a=this.element.getElementsByTagName("md-grid-list")[0],b=parseInt(a.attributes["md-cols"].value)-1):b=this.element.getElementsByClassName("day").length-1,b},updateCoordinates:function(){var a,b;a=this.element.getBoundingClientRect(),b=this.getDayDimensions(a.left),angular.extend(this,{coordinates:{x:a.left,y:a.top},dayHeight:b.height,dayWidth:b.width,daysOffset:b.offset.left,topOffset:b.offset.top})},updateFromPointerHandler:function(){var a,b,c,d,e,f;a=i.$ghost.pointerHandler,this.coordinates&&a&&(b=a.getContainerBasedCoordinates(this),b&&(h.$view=this,c=(new Date).getTime(),(!this.lastScroll||c>this.lastScroll+100)&&(this.lastScroll=c,d=b.y-this.scrollStep,d<0?(e=-this.element.scrollTop,d0&&(this.element.scrollTop+=f)))))}}}}}function b(a){this.type=a.type}a.$inject=["$rootScope","$window","$document","$q","$timeout","$mdGesture","Calendar","Component","Preferences"],b.$inject=["$scope"],angular.module("SOGo.SchedulerUI").directive("sgCalendarScrollView",a)}(),function(){"use strict";function a(a,b,c,d,e,f,g){function h(h,i,j,k){function m(){var a,b,c,d,e,f,g,j,k,l;a=h.block.component,b=h.block.dayIndex,c=_.findIndex(a.blocks,["dayIndex",b]),d=0===c,e=c===a.blocks.length-1,f=angular.element('
'),f.addClass("bdr-folder"+a.pid),a.c_isallday||"SG-CALENDAR-MONTH-DAY"===i[0].parentNode.tagName?(d&&(g=angular.element('
').append(f),i.append(g)),e&&(j=angular.element('
').append(f.clone()),i.append(j))):(d&&(k=angular.element('
').append(f),i.append(k)),e&&(l=angular.element('
').append(f.clone()),i.append(l)))}function n(a){var b,c;a.stopPropagation(),b="move-event",h.block&&h.block.component?"dragGrip-top"==a.target.className||"dragGrip-left"==a.target.className?b="change-start":"dragGrip-bottom"!=a.target.className&&"dragGrip-right"!=a.target.className||(b="change-end"):b="change-end",c=new t(b),c.initFromEvent(a),g.$ghost.pointerHandler=c,angular.element(document).one("mouseup",q),angular.element(document).on("mousemove",p)}function o(b){var f,j,m,n,o,p,q,r,s;m=i.hasClass("clickableHourCell"),n="SG-CALENDAR-MONTH-DAY"==i[0].parentNode.tagName||i.hasClass("clickableDayCell"),s=k.calendarData(),h.block&&h.block.component?f=h.block:(o=k.dayString.parseDate(d.$mdDateLocaleProvider,"%Y-%m-%e"),p={type:"appointment",pid:s?s.pid:e.$defaultCalendar(),summary:l("New Event"),startDate:o,isAllDay:m?0:1},q=new g(p),f={component:q,dayNumber:k.dayNumber,length:0},f.component.blocks=[f]),j="multiday",n?j="monthly":f.component.c_isallday&&(j="multiday-allday"),_.forEach(f.component.blocks,function(a){a.dragging=!0}),r=g.$ghost.pointerHandler,r.prepareWithEventType(j),r.initFromBlock(f),s&&r.initFromCalendar(s),g.$ghost.component=f.component,c.debug("emit calendar:dragstart "+j),a.$emit("calendar:dragstart")}function p(a){var c=g.$ghost.pointerHandler;b(function(){c.updateFromEvent(a)})}function q(b){var c,d;c=h.block,d=g.$ghost.pointerHandler,angular.element(document).off("mousemove",p),d.dragHasStarted&&(a.$emit("calendar:dragend"),d.dragHasStarted=!1),c&&c.component&&_.forEach(c.component.blocks,function(a){a.dragging=!1})}function r(){}function s(a){this.setEventType(a)}function t(a){this.dragMode=a}if(h.block){if(!h.block.component.editable||h.block.userState)return void i.removeClass("sg-draggable-calendar-block");m()}i.on("mousedown",n),h.$on("$destroy",function(){i.off("mousedown",n),i.off("mousemove",p)}),r.prototype={x:-1,y:-1,getDelta:function(a){var b=new r;return b.x=this.x-a.x,b.y=this.y-a.y,e.$view&&(b.days=e.$view.dayNumbers[this.x]-e.$view.dayNumbers[a.x]),b},getDistance:function(a){var b=this.getDelta(a);return Math.sqrt(b.x*b.x+b.y*b.y)},clone:function(){var a=new r;return a.x=this.x,a.y=this.y,a}},s.prototype={dayNumber:-1,weekDay:-1,start:-1,duration:-1,eventType:null,setEventType:function(a){this.eventType=a},initFromBlock:function(a){var b=-1;"monthly"===this.eventType?(this.start=0,this.duration=a.component.blocks.length*f.EventDragDayLength):(this.start=a.component.blocks[0].start,this.duration=_.sumBy(a.component.blocks,function(a){var c,d;return d=a.dayNumber,c=b<0?0:d-b-1,b=d,a.length+c*f.EventDragDayLength}))},initFromCalendar:function(a){this.dayNumber=a},getDelta:function(a){var b=new s;return b.dayNumber=this.dayNumber-a.dayNumber,b.start=this.start-a.start,b.duration=this.duration-a.duration,b},_quartersToHM:function(a){var b=15*a,c=Math.floor(b/60);c<10&&(c="0"+c);var d=b%60;return d<10&&(d="0"+d),""+c+":"+d},getStartTime:function(){return this._quartersToHM(this.start)},getEndTime:function(){var a=(this.start+this.duration)%f.EventDragDayLength;return this._quartersToHM(a)},clone:function(){var a=new s;return a.dayNumber=this.dayNumber,a.start=this.start,a.duration=this.duration,a}},t.prototype={originalCoordinates:null,currentCoordinates:null,originalViewCoordinates:null,currentViewCoordinates:null,originalEventCoordinates:null,currentEventCoordinates:null,originalCalendar:null,dragHasStarted:!1,getEventViewCoordinates:null,initFromBlock:function(a){this.currentEventCoordinates=new s(this.eventType),this.originalEventCoordinates=new s(this.eventType),this.originalEventCoordinates.initFromBlock(a)},initFromEvent:function(a){this.currentCoordinates=new r,this.updateFromEvent(a),this.originalCoordinates=this.currentCoordinates.clone()},initFromCalendar:function(a){this.originalCalendar=a,this.currentEventCoordinates.initFromCalendar(a.index),this.originalEventCoordinates.initFromCalendar(a.index)},updateFromEvent:function(a){if(this.currentCoordinates.x=a.pageX,this.currentCoordinates.y=a.pageY,this.dragHasStarted&&e.$view){var b=this.getEventViewCoordinates(e.$view);this.originalViewCoordinates||(this.originalViewCoordinates=this.getEventViewCoordinates(e.$view,this.originalCoordinates),g.$ghost.component.isNew&&(this.setTimeFromQuarters(g.$ghost.component.start,this.originalViewCoordinates.y),c.debug("new event start date "+g.$ghost.component.start))),this.currentViewCoordinates&&b&&b.x==this.currentViewCoordinates.x&&b.y==this.currentViewCoordinates.y||(this.currentViewCoordinates=b,this.originalViewCoordinates&&(b||(this.currentViewCoordinates=this.originalViewCoordinates.clone()),this.updateEventCoordinates()))}else if(this.originalCoordinates&&this.currentCoordinates&&!this.dragHasStarted){var d=this.getDistance();d>3&&(this.dragHasStarted=!0,o(a))}},updateEventCoordinates:function(){var b,d=this.currentViewCoordinates.getDelta(this.originalViewCoordinates),g=d.days*f.EventDragDayLength+d.y;c.debug("quarters delta "+g),angular.isUndefined(this.originalEventCoordinates.start)?(this.originalEventCoordinates.dayNumber=e.$view.dayNumbers[this.originalViewCoordinates.x],this.originalEventCoordinates.start=this.originalViewCoordinates.y):this.originalEventCoordinates.dayNumber<0&&(this.originalEventCoordinates.dayNumber=e.$view.dayNumbers[h.block.component.blocks[0].dayIndex]),this.currentEventCoordinates.dayNumber=this.originalEventCoordinates.dayNumber,"move-event"==this.dragMode?(this.currentEventCoordinates.start=this.originalEventCoordinates.start+g,this.currentEventCoordinates.duration=this.originalEventCoordinates.duration):"change-start"==this.dragMode?(b=this.originalEventCoordinates.duration-g,b>0?(this.currentEventCoordinates.start=this.originalEventCoordinates.start+g,this.currentEventCoordinates.duration=b):b<0&&(this.currentEventCoordinates.start=this.originalEventCoordinates.start+this.originalEventCoordinates.duration,this.currentEventCoordinates.duration=-b)):"change-end"==this.dragMode&&(b=this.originalEventCoordinates.duration+g,b>0?(this.currentEventCoordinates.start=this.originalEventCoordinates.start,this.currentEventCoordinates.duration=b):b<0&&(this.currentEventCoordinates.start=this.originalEventCoordinates.start+b,this.currentEventCoordinates.duration=-b));var i;this.currentEventCoordinates.start<0?(i=Math.ceil(-this.currentEventCoordinates.start/f.EventDragDayLength),this.currentEventCoordinates.start+=i*f.EventDragDayLength,this.currentEventCoordinates.dayNumber-=i):this.currentEventCoordinates.start>=f.EventDragDayLength&&(i=Math.floor(this.currentEventCoordinates.start/f.EventDragDayLength),this.currentEventCoordinates.start-=i*f.EventDragDayLength,this.currentEventCoordinates.dayNumber+=i),c.debug("event coordinates "+JSON.stringify(this.currentEventCoordinates)),a.$emit("calendar:drag")},getContainerBasedCoordinates:function(a,b){var c=b||this.currentCoordinates,d=c.getDelta(a.coordinates),e=a.element;return(d.xe.clientWidth||d.y<0||d.y>e.clientHeight)&&(d=null),d},prepareWithEventType:function(a){var b={multiday:this.getEventMultiDayViewCoordinates,"multiday-allday":this.getEventMultiDayAllDayViewCoordinates,monthly:this.getEventMonthlyViewCoordinates,unknown:null},c=b[a];this.eventType=a,this.getEventViewCoordinates=c},getEventMultiDayViewCoordinates:function(a,b){var c=this.getEventMultiDayAllDayViewCoordinates(a,b);if(c){var d=a.quarterHeight,e=this.getContainerBasedCoordinates(a,b);e.y+=a.element.scrollTop,c.y=Math.floor((e.y-f.EventDragHorizontalOffset)/d);var g=f.EventDragDayLength-1;c.y<0?c.y=0:c.y>g&&(c.y=g)}return c},getEventMultiDayAllDayViewCoordinates:function(a,b){var c,d=this.getContainerBasedCoordinates(a,b);if(d){c=new r;var f=a.dayWidth,g=a.daysOffset;c.x=Math.floor((d.x-g)/f);var h=0,i=e.$view.maxX;if("move-event"!=this.dragMode){var j=k.calendarData();j&&(h=i=j.index)}c.xi&&(c.x=i),c.y=0}else c=null;return c},getEventMonthlyViewCoordinates:function(a,b){var c,d=this.getContainerBasedCoordinates(a,b);if(d){c=new r;var e=a.maxX,f=0,g=a.dayWidth,h=a.daysOffset,i=a.dayHeight,j=Math.floor((d.y-f)/i);j<0&&(j=0),c.x=Math.floor((d.x-h)/g),c.x<0?c.x=0:c.x>e&&(c.x=e),c.x+=(e+1)*j,c.y=0}else c=null;return c},getDistance:function(){return this.currentCoordinates.getDistance(this.originalCoordinates)},setTimeFromQuarters:function(a,b){var c,d;c=Math.floor(b/4),d=b%4*15,a.setHours(c,d)}}}return{restrict:"CA",require:"^sgCalendarDay",link:h}}a.$inject=["$rootScope","$timeout","$log","Preferences","Calendar","CalendarSettings","Component"],angular.module("SOGo.SchedulerUI").directive("sgDraggableCalendarBlock",a)}(); +!function(){"use strict";function a(b){if(this.init(b),this.name&&!this.id){var c=a.$$resource.create("createFolder",this.name);this.$unwrap(c)}}a.$factory=["$q","$timeout","$log","sgSettings","Resource","Preferences","Component","Acl",function(b,c,d,e,f,g,h,i){return angular.extend(a,{$q:b,$timeout:c,$log:d,$$resource:new f(e.activeUser("folderURL")+"Calendar",e.activeUser()),$Preferences:g,$Component:h,$$Acl:i,activeUser:e.activeUser(),$view:null}),a}];try{angular.module("SOGo.SchedulerUI")}catch(a){angular.module("SOGo.SchedulerUI",["SOGo.Common"])}angular.module("SOGo.SchedulerUI").value("CalendarSettings",{EventDragDayLength:96,EventDragHorizontalOffset:3}).factory("Calendar",a.$factory),a.$defaultCalendar=function(){var b,c=a.$Preferences.defaults.SOGoDefaultCalendar;return"first"==c&&(b=_.find(a.$findAll(null,!0),function(a){return a.active}))?b.id:"personal"},a.$add=function(b){var c,d,e;c=b.isWebCalendar?this.$webcalendars:b.isSubscription?this.$subscriptions:this.$calendars,d=_.find(c,function(a){return"personal"==b.id||"personal"!=a.id&&1===a.name.localeCompare(b.name)}),e=d?_.indexOf(_.map(c,"id"),d.id):1,c.splice(e,0,b),this.$Preferences.ready().then(function(){a.$Preferences.settings.Calendar.FoldersOrder&&a.saveFoldersOrder(_.flatMap(a.$findAll(),"id")).then(function(){a.$reloadAll()})})},a.$findAll=function(b,c){var d=this;if(b)this.$calendars=[],this.$subscriptions=[],this.$webcalendars=[],angular.forEach(b,function(b,c){var e=new a(b);e.isWebCalendar?d.$webcalendars.push(e):e.isSubscription?d.$subscriptions.push(e):d.$calendars.push(e)});else if(angular.isUndefined(this.$calendars))return this.$calendars=[],this.$subscriptions=[],this.$webcalendars=[],a.$$resource.fetch("calendarslist").then(function(b){return a.$findAll(b.calendars,c)});return c?_.union(this.$calendars,_.filter(this.$subscriptions,function(a){return a.isOwned||a.acls.objectCreator})):_.union(this.$calendars,this.$subscriptions,this.$webcalendars)},a.$reloadAll=function(){var b=this;a.$$resource.fetch("calendarslist").then(function(a){_.forEach(a.calendars,function(a){var c,d;c=a.isWebCalendar?b.$webcalendars:a.isSubscription?b.$subscriptions:b.$calendars,d=_.find(c,function(b){return b.id==a.id}),d&&d.init(a)})})},a.$get=function(b){var c;return c=_.find(a.$calendars,function(a){return a.id==b}),c||(c=_.find(a.$subscriptions,function(a){return a.id==b})),c||(c=_.find(a.$webcalendars,function(a){return a.id==b})),c},a.$getIndex=function(b){var c;return c=_.indexOf(_.map(a.$calendars,"id"),b),c<0&&(c=_.indexOf(_.map(a.$subscriptions,"id"),b)),c<0&&(c=_.indexOf(_.map(a.$webcalendars,"id"),b)),c},a.$subscribe=function(b,c){var d=this;return a.$$resource.userResource(b).fetch(c,"subscribe").then(function(b){var c=new a(angular.extend({active:1},b));return _.find(d.$subscriptions,function(a){return a.id==b.id})||a.$add(c),c})},a.$addWebCalendar=function(b){var c=this,d=a.$q.defer();return _.find(c.$webcalendars,function(a){return a.urls.webCalendarURL==b})?d.reject():a.$$resource.post(null,"addWebCalendar",{url:b}).then(function(c){angular.extend(c,{isWebCalendar:!0,isEditable:!0,isRemote:!1,owner:a.activeUser.login,urls:{webCalendarURL:b}});var e=new a(c);a.$$resource.fetch(e.id,"reload").then(function(b){a.$log.debug(JSON.stringify(b,void 0,2)),a.$add(e),d.resolve()},function(a){401==a.status?d.resolve(e):d.reject()})},d.reject),d.promise},a.reloadWebCalendars=function(){var b=[];return _.forEach(this.$webcalendars,function(c){var d=a.$$resource.fetch(c.id,"reload");d.then(function(a){c.$error=!1},function(a){c.$error=l(a.statusText)}),b.push(d)}),a.$q.all(b)},a.$deleteComponents=function(b){var c={},d=[];return _.forEach(b,function(a){angular.isDefined(c[a.pid])||(c[a.pid]=[]),c[a.pid].push(a.id)}),_.forEach(c,function(b,c){d.push(a.$$resource.post(c,"batchDelete",{uids:b}))}),a.$q.all(d)},a.saveFoldersOrder=function(b){return this.$$resource.post(null,"saveFoldersOrder",{folders:b}).then(function(){if(a.$Preferences.settings.Calendar.FoldersOrder=b,!b)return a.$$resource.fetch("calendarslist").then(function(b){return a.$findAll(b.calendars)})})},a.prototype.init=function(b){this.color=this.color||"#AAAAAA",this.active=1,angular.extend(this,b),this.id&&(this.$acl=new a.$$Acl("Calendar/"+this.id)),this.isOwned=a.activeUser.isSuperUser||this.owner==a.activeUser.login,this.isSubscription=!this.isRemote&&this.owner!=a.activeUser.login,angular.isUndefined(this.$shadowData)&&(this.$shadowData=this.$omit())},a.prototype.$id=function(){return this.id?a.$q.when(this.id):this.$futureCalendarData.then(function(a){return a.id})},a.prototype.getClassName=function(a){return angular.isUndefined(a)&&(a="fg"),a+"-folder"+this.id},a.prototype.$rename=function(){var b,c,d=this;return this.name==this.$shadowData.name?a.$q.when():(c=this.isWebCalendar?a.$webcalendars:this.isSubscription?a.$subscriptions:a.$calendars,b=_.indexOf(_.map(c,"id"),this.id),b>-1?this.$save().then(function(){c.splice(b,1),a.$add(d)}):a.$q.reject())},a.prototype.$delete=function(){var b,c,d=this;return this.isSubscription?(c=a.$$resource.fetch(this.id,"unsubscribe"),b=a.$subscriptions):(c=a.$$resource.remove(this.id),b=this.isWebCalendar?a.$webcalendars:a.$calendars),c.then(function(){var a=_.indexOf(_.map(b,"id"),d.id);b.splice(a,1)})},a.prototype.$reset=function(){var a=this;angular.forEach(this,function(b,c){"constructor"!=c&&"$"!=c[0]&&delete a[c]}),angular.extend(this,this.$shadowData),this.$shadowData=this.$omit()},a.prototype.$save=function(){var b=this;return a.$$resource.save(this.id,this.$omit()).then(function(a){return b.$shadowData=b.$omit(),a},function(c){return a.$log.error(JSON.stringify(c,void 0,2)),b.$reset(),c})},a.prototype.setCredentials=function(b,c){var d=this,e=a.$q.defer();return a.$$resource.post(this.id,"set-credentials",{username:b,password:c}).then(function(){a.$$resource.fetch(d.id,"reload").then(function(b){a.$add(d),e.resolve()},function(a){401==a.status?e.reject(l("Wrong username or password")):e.reject(a.statusText)})},e.reject),e.promise},a.prototype.export=function(){return a.$$resource.download(this.id+".ics","export",null,{type:"application/octet-stream"})},a.prototype.$setActivation=function(){return a.$$resource.fetch(this.id,(this.active?"":"de")+"activateFolder")},a.prototype.$getComponent=function(b,c){return a.$Component.$find(this.id,b,c)},a.prototype.$unwrap=function(b){var c=this;this.$futureCalendarData=b.then(function(b){return a.$timeout(function(){return c.init(b),c})},function(b){c.isError=!0,angular.isObject(b)&&a.$timeout(function(){angular.extend(c,b)})})},a.prototype.$omit=function(){var a={};return angular.forEach(this,function(b,c){"constructor"!=c&&"$"!=c[0]&&(a[c]=b)}),a}}(),function(){"use strict";function a(b){if("function"!=typeof b.then){if(this.init(b),this.pid&&!this.id){var c=a.$$resource.newguid(this.pid);this.$unwrap(c),this.isNew=!0}}else this.$unwrap(b)}a.$factory=["$q","$timeout","$log","sgSettings","sgComponent_STATUS","Preferences","Card","Gravatar","Resource",function(b,c,d,e,f,g,h,i,j){return angular.extend(a,{STATUS:f,$q:b,$timeout:c,$log:d,$Preferences:g,$Card:h,$gravatar:i,$$resource:new j(e.activeUser("folderURL")+"Calendar",e.activeUser()),timeFormat:"%H:%M",$query:{value:"",search:"title_Category_Location"},$queryEvents:{sort:"start",asc:1,filterpopup:"view_next7"},$queryTasks:{sort:"status",asc:1,filterpopup:"view_incomplete"},$refreshTimeout:null,$ghost:{}}),g.ready().then(function(){g.settings.Calendar.EventsFilterState&&(a.$queryEvents.filterpopup=g.settings.Calendar.EventsFilterState),g.settings.Calendar.TasksFilterState&&(a.$queryTasks.filterpopup=g.settings.Calendar.TasksFilterState),g.settings.Calendar.EventsSortingState&&(a.$queryEvents.sort=g.settings.Calendar.EventsSortingState[0],a.$queryEvents.asc=parseInt(g.settings.Calendar.EventsSortingState[1])),g.settings.Calendar.TasksSortingState&&(a.$queryTasks.sort=g.settings.Calendar.TasksSortingState[0],a.$queryTasks.asc=parseInt(g.settings.Calendar.TasksSortingState[1])),a.$queryTasks.show_completed=parseInt(g.settings.ShowCompletedTasks),a.$categories=g.defaults.SOGoCalendarCategoriesColors,g.defaults.SOGoTimeFormat&&(a.timeFormat=g.defaults.SOGoTimeFormat)}),a}];try{angular.module("SOGo.SchedulerUI")}catch(a){angular.module("SOGo.SchedulerUI",["SOGo.Common"])}angular.module("SOGo.SchedulerUI").constant("sgComponent_STATUS",{NOT_LOADED:0,DELAYED_LOADING:1,LOADING:2,LOADED:3,DELAYED_MS:300}).factory("Component",a.$factory),a.$selectedCount=function(){var b;return b=0,a.$events&&(b+=_.filter(a.$events,function(a){return a.selected}).length),a.$tasks&&(b+=_.filter(a.$tasks,function(a){return a.selected}).length),b},a.$startRefreshTimeout=function(b){var c=this;a.$refreshTimeout&&a.$timeout.cancel(a.$refreshTimeout),a.$Preferences.ready().then(function(){var d=a.$Preferences.defaults.SOGoRefreshViewCheck;if(d&&"manually"!=d){var e=angular.bind(c,a.$filter,b);a.$refreshTimeout=a.$timeout(e,1e3*d.timeInterval())}})},a.$isLoading=function(){return a.$loaded==a.STATUS.LOADING},a.$filter=function(b,c){var d=this,e=new Date,f=e.getDate(),g=e.getMonth()+1,h=e.getFullYear(),i="$query"+b.capitalize(),j={day:""+h+(g<10?"0":"")+g+(f<10?"0":"")+f};return a.$startRefreshTimeout(b),this.$Preferences.ready().then(function(){var e,f,g=!1;return angular.extend(d.$query,j),c&&_.forEach(_.keys(c),function(b){g|=d.$query[b]&&c[b]!=a.$query[b],"reload"==b&&c[b]?g=!0:angular.isDefined(d.$query[b])?d.$query[b]=c[b]:d[i][b]=c[b]}),e=d.$$resource.fetch(null,b+"list",angular.extend(d[i],d.$query)),f="tasks"==b?"$events":"$tasks",g&&(delete a[f],a.$log.debug("force reload of "+f)),d.$unwrapCollection(b,e)})},a.$find=function(b,c,d){var e,f=[b,c];return d&&f.push(d),e=this.$$resource.fetch(f.join("/"),"view"),new a(e)},a.filterCategories=function(b){var c=new RegExp(b,"i");return _.filter(_.keys(a.$categories),function(a){return a.search(c)!=-1})},a.saveSelectedList=function(a){return this.$$resource.post(null,"saveSelectedList",{list:a+"ListView"})},a.$eventsBlocksForView=function(b,c){var d=this;return a.$Preferences.ready().then(function(e){var f,g,h,i;return f=a.$Preferences.defaults.SOGoFirstDayOfWeek,"day"==b?(g="dayView",h=i=c):"multicolumnday"==b?(g="multicolumndayView",h=i=c):"week"==b?(g="weekView",h=c.beginOfWeek(f),i=new Date,i.setTime(h.getTime()),i.addDays(6)):"month"==b&&(g="monthView",h=c,h.setDate(1),h=h.beginOfWeek(f),i=new Date,i.setTime(c.getTime()),i.setMonth(i.getMonth()+1),i.addDays(-1),i=i.endOfWeek(f)),d.$eventsBlocks(g,h,i)})},a.$eventsBlocks=function(b,c,d){var e,f,g,h,i=[],j=[],k=a.$q.defer();return e={view:b.toLowerCase(),sd:c.getDayString(),ed:d.getDayString()},f=this.$$resource.fetch(null,"eventsblocks",e),f.then(function(b){var c,d;c=function(b,c,d){var e,f=_.zipObject(this.eventsFields,c),g=new Date(1e3*f.c_startdate);return f.hour=g.getHourString(),f.blocks=[],e=new a(f),e.categories=_.filter(e.categories,function(b){return a.$Preferences.defaults.SOGoCalendarCategoriesColors[b]}),b.push(e),b},d=function(a){this[a.nbr].blocks.push(a),a.component=this[a.nbr],a.isFirst=1==this[a.nbr].blocks.length},a.$views=[],a.$timeout(function(){_.forEach(b,function(b,e){var f,k=[],l={},m={};for(b.eventsFields.splice(_.indexOf(b.eventsFields,"c_folder"),1,"pid"),b.eventsFields.splice(_.indexOf(b.eventsFields,"c_name"),1,"id"),b.eventsFields.splice(_.indexOf(b.eventsFields,"c_recurrence_id"),1,"occurrenceId"),b.eventsFields.splice(_.indexOf(b.eventsFields,"c_title"),1,"summary"),_.reduce(b.events,_.bind(c,b),k),_.forEach(_.flatten(b.blocks),_.bind(d,k)),_.forEach(_.flatten(b.allDayBlocks),_.bind(d,k)),0===i.length&&(i=_.flatMap(b.days,"date"),j=_.flatMap(b.days,"number")),g=0;g1||this.repeat.days&&this.repeat.days.length>0||this.repeat.monthdays&&this.repeat.monthdays.length>0||this.repeat.months&&this.repeat.months.length>0);return a},a.prototype.isEditable=function(){return!this.occurrenceId&&!this.isReadOnly},a.prototype.isEditableOccurrence=function(){return this.occurrenceId&&!this.isReadOnly},a.prototype.isInvitation=function(){return!this.occurrenceId&&this.userHasRSVP},a.prototype.isInvitationOccurrence=function(){return this.occurrenceId&&this.userHasRSVP},a.prototype.isReadOnly=function(){return this.isReadOnly&&!this.userHasRSVP},a.prototype.enablePercentComplete=function(){return"task"==this.type&&"not-specified"!=this.status&&"cancelled"!=this.status},a.prototype.coversFreeBusy=function(a,b,c){var d=angular.isDefined(this.freebusy[a])&&angular.isDefined(this.freebusy[a][b])&&1==this.freebusy[a][b][c];return d},a.prototype.updateFreeBusyCoverage=function(){var a=this,b={};if(this.start&&this.end){var c=new Date(this.start.getTime()),d=new Date(this.end.getTime()),e=parseInt(c.getMinutes()/15+.5),f=parseInt(d.getMinutes()/15+.5);return c.setMinutes(15*e),d.setMinutes(15*f),_.forEach(c.daysUpTo(d),function(c,d){var f,g=c.getDate(),h=c.getDayString();if(h==a.start.getDayString())for(f=c.getHours().toString(),b[h]={},b[h][f]=[];e>0;)b[h][f].push(0),e--;else c=c.beginOfDay(),b[h]={};for(;c.getTime()0},a.prototype.addAttachUrl=function(a){if(angular.isUndefined(this.attachUrls))this.attachUrls=[{value:a}];else{for(var b=0;b-1&&this.attachUrls.length>a&&this.attachUrls.splice(a,1)},a.prototype.$addDueDate=function(){this.due=new Date,this.due.setMinutes(15*Math.round(this.due.getMinutes()/15)),this.dueDate=this.due.toISOString()},a.prototype.$deleteDueDate=function(){delete this.due,delete this.dueDate},a.prototype.$addStartDate=function(){this.start=new Date,this.start.setMinutes(15*Math.round(this.start.getMinutes()/15))},a.prototype.$deleteStartDate=function(){delete this.start,delete this.startDate},a.prototype.$reset=function(){var a=this;angular.forEach(this,function(b,c){"constructor"!=c&&"$"!=c[0]&&delete a[c]}),this.init(this.$shadowData),this.$shadowData=this.$omit()},a.prototype.$reply=function(){var b,c=this,d=[this.pid,this.id];return this.occurrenceId&&d.push(this.occurrenceId),b={reply:this.reply,delegatedTo:this.delegatedTo,alarm:this.$hasAlarm?this.alarm:{}},a.$$resource.save(d.join("/"),b,{action:"rsvpAppointment"}).then(function(a){return c.$shadowData=c.$omit(),a})},a.prototype.$adjust=function(b){var c=[this.pid,this.id];return _.every(_.values(b),function(a){return 0===a})?a.$q.when():(this.occurrenceId&&c.push(this.occurrenceId),a.$log.debug("adjust "+c.join("/")+" "+JSON.stringify(b)),a.$$resource.save(c.join("/"),b,{action:"adjust"}))},a.prototype.$save=function(b){var c,d,e,f,g=this;return e=this.$omit(),f=a.$Preferences.$mdDateLocaleProvider,e.startDate=e.start?e.start.format(f,"%Y-%m-%d"):"",e.startTime=e.start?e.start.format(f,"%H:%M"):"",e.endDate=e.end?e.end.format(f,"%Y-%m-%d"):"",e.endTime=e.end?e.end.format(f,"%H:%M"):"",e.dueDate=e.due?e.due.format(f,"%Y-%m-%d"):"",e.dueTime=e.due?e.due.format(f,"%H:%M"):"",e.completedDate=e.completed?e.completed.format(f,"%Y-%m-%d"):"",this.$hasCustomRepeat?"monthly"==this.repeat.frequency&&this.repeat.month.type&&"byday"==this.repeat.month.type||"yearly"==this.repeat.frequency&&this.repeat.year.byday?(delete e.repeat.monthdays,e.repeat.days=[{day:this.repeat.month.day,occurrence:this.repeat.month.occurrence.toString()}]):"monthly"!=this.repeat.frequency&&"yearly"!=this.repeat.frequency||!this.repeat.month.type||delete e.repeat.days:this.repeat.frequency&&"never"!=this.repeat.frequency&&(e.repeat={frequency:this.repeat.frequency}),this.repeat.frequency?"until"==this.repeat.end&&this.repeat.until?e.repeat.until=this.repeat.until.stringWithSeparator("-"):"count"==this.repeat.end&&this.repeat.count?e.repeat.count=this.repeat.count:(delete e.repeat.until,delete e.repeat.count):delete e.repeat,"not-specified"==this.status?delete e.status:"completed"!=this.status&&delete e.completedDate,this.$hasAlarm?!this.alarm.action||"email"!=this.alarm.action||this.attendees&&this.attendees.length>0||(e.alarm.attendees=0,e.alarm.organizer=1):e.alarm={},d=[this.pid,this.id],this.isNew&&(c={action:"saveAs"+this.type.capitalize()}),this.occurrenceId&&d.push(this.occurrenceId),angular.extend(e,b),a.$$resource.save(d.join("/"),e,c).then(function(a){return g.$shadowData=g.$omit(),a})},a.prototype.remove=function(b){var c=[this.pid,this.id];return b&&this.occurrenceId&&c.push(this.occurrenceId),a.$$resource.remove(c.join("/"))},a.prototype.$unwrap=function(b){var c=this;this.$futureComponentData=b,this.$futureComponentData.then(function(a){c.init(a),c.$shadowData=c.$omit()},function(b){angular.extend(c,b),c.isError=!0,a.$log.error(c.error)})},a.prototype.$omit=function(){var a={};return angular.forEach(this,function(b,c){"constructor"!=c&&"$"!=c[0]&&"blocks"!=c&&(a[c]=angular.copy(b))}),a},a.prototype.repeatDescription=function(){var a=null;return this.repeat&&(a=l("repeat_"+this.repeat.frequency.toUpperCase())),a},a.prototype.alarmDescription=function(){var a,b=null;return this.alarm&&(a=["reminder"+this.alarm.quantity,this.alarm.unit,this.alarm.reference].join("_"),b=l(a),a===b&&(b=[this.alarm.quantity,l("reminder_"+this.alarm.unit),l("reminder_"+this.alarm.reference)].join(" "))),b},a.prototype.copyTo=function(b){return a.$$resource.post(this.pid+"/"+this.id,"copy",{destination:b})},a.prototype.moveTo=function(b){return a.$$resource.post(this.pid+"/"+this.id,"move",{destination:b})},a.prototype.toString=function(){return"[Component "+this.id+"]"}}(),function(){"use strict";function a(b,c,d,e,f,g,h,i){function j(a){"month"==e.view?(a.setDate(1),a.setHours(12),a.$dateFormat="%B %Y"):"week"==e.view?(a.setTime(a.beginOfWeek(h.defaults.SOGoFirstDayOfWeek).getTime()),a.$dateFormat=l("Week %d").replace("%d","%U")):a.$dateFormat="%A"}function k(){a.expandedAllDays=!a.expandedAllDays,q.expandedAllDays=a.expandedAllDays}function m(){g.$eventsBlocksForView(e.view,e.day.asDate()).then(function(a){q.views=a,_.forEach(q.views,function(a){a.id&&(a.calendar=new f({id:a.id,name:a.calendarName}))})})}function n(a,b){var c=b?b.getDayString():angular.element(a.currentTarget).attr("date");b&&j(b),d.go("calendars.view",{day:c})}function o(a){d.go("calendars.view",{view:a})}var p,q=this;angular.isUndefined(a.expandedAllDays)&&(a.expandedAllDays=!1),q.selectedDate=e.day.asDate(),q.expandedAllDays=a.expandedAllDays,q.toggleAllDays=k,q.views=i,q.changeDate=n,q.changeView=o,h.ready().then(function(){j(q.selectedDate)}),p=c.$on("calendars:list",m),b.$on("$destroy",p)}a.$inject=["$scope","$rootScope","$state","$stateParams","Calendar","Component","Preferences","stateEventsBlocks"],angular.module("SOGo.SchedulerUI").controller("CalendarController",a)}(),function(){"use strict";function a(a,b,c,d,e,f,g,h){function i(a,b){(b&&b.reload||A.componentType!=a)&&(angular.isUndefined(h["$"+a])&&h.$filter(a),A.unselectComponents(),A.componentType=a,h.saveSelectedList(a))}function j(){_.forEach(h["$"+A.componentType],function(a){a.selected=!1}),A.mode.multiple=0}function k(){_.forEach(h["$"+A.componentType],function(a){a.selected=!0}),A.mode.multiple=h["$"+A.componentType].length}function m(a,b){b.selected=!b.selected,A.mode.multiple+=b.selected?1:-1,a.preventDefault(),a.stopPropagation()}function n(){e.confirm(l("Warning"),l("Are you sure you want to delete the selected components?"),{ok:l("Delete")}).then(function(){var b=_.filter(h["$"+A.componentType],function(a){return a.selected});g.$deleteComponents(b).then(function(){A.mode.multiple=0,a.$emit("calendars:list")})})}function o(a,b){q(a,b,"appointment")}function p(a,b){q(a,b,"task")}function q(a,b,c){if(b.viewable){var e="UIx"+c.capitalize()+"ViewTemplate";d.show({parent:angular.element(document.body),targetEvent:a,clickOutsideToClose:!0,escapeToClose:!0,templateUrl:e,controller:"ComponentController",controllerAs:"editor",locals:{stateComponent:b}})}}function r(a,b,c){var e;e=c?c:new h({pid:g.$defaultCalendar(),type:b});var f="UIx"+b.capitalize()+"EditorTemplate";return d.show({parent:angular.element(document.body),targetEvent:a,clickOutsideToClose:!0,escapeToClose:!0,templateUrl:f,controller:"ComponentEditorController",controllerAs:"editor",locals:{stateComponent:e}})}function s(c){function e(a,b,c,d){a.updateThisOccurrence=function(){c.$adjust(d).then(b.hide,function(a){b.cancel().then(function(){f(a,c,d)})})},a.updateAllOccurrences=function(){delete c.occurrenceId,c.$adjust(d).then(b.hide,function(a){b.cancel().then(function(){f(a,c,d)})})}}function f(b,c,e){403==b.status&&b.data&&b.data.message&&angular.isObject(b.data.message)&&d.show({parent:angular.element(document.body),clickOutsideToClose:!1,escapeToClose:!1,templateUrl:"UIxAttendeeConflictDialog",controller:i,controllerAs:"$AttendeeConflictDialogController",locals:{component:c,params:e,conflictError:b.data.message}}).then(function(){a.$emit("calendars:list")})}function i(a,b,c,d,e){function f(){c.$adjust(angular.extend({ignoreConflicts:!0},d)).then(b.hide)}var g=this;g.conflictError=e,g.cancel=b.cancel,g.save=f}var j,k,m,n,o,p,q;j=h.$ghost.component,k=h.$ghost.pointerHandler,j.isNew?(m=k.currentEventCoordinates,j.summary="",j.isAllDay&&(m.duration-=96),j.setDelta(15*m.duration),r(null,"appointment",j).finally(function(){b(function(){h.$resetGhost()})})):(n=k.currentEventCoordinates.getDelta(k.originalEventCoordinates),o={days:n.dayNumber,start:15*n.start,duration:15*n.duration},k.originalCalendar&&0!==n.dayNumber&&(p=k.currentEventCoordinates.dayNumber,q=_.filter(g.$findAll(),{active:1}),o.destination=q[p].id,o.days=0),j.isException||!j.occurrenceId?j.$adjust(o).then(function(){a.$emit("calendars:list")},function(a){f(a,j,o)}).finally(function(){b(function(){h.$resetGhost()})}):j.occurrenceId&&d.show({clickOutsideToClose:!0,escapeToClose:!0,locals:{component:j,params:o},template:['',' ',"

"+l("editRepeatingItem")+"

","
"," ",' '+l("button_thisOccurrenceOnly")+"",' '+l("button_allOccurrences")+""," ","
"].join(""),controller:e}).then(function(){a.$emit("calendars:list")}).finally(function(){b(function(){h.$resetGhost()})})),e.$inject=["$scope","$mdDialog","component","params"],i.$inject=["$scope","$mdDialog","component","params","conflictError"]}function t(){return h["$query"+A.componentType.capitalize()].filterpopup}function u(a){h.$filter(A.componentType,{filterpopup:a})}function v(a){return h["$query"+A.componentType.capitalize()].filterpopup==a}function w(a){h.$filter(A.componentType,{sort:a})}function x(a){return h["$query"+A.componentType.capitalize()].sort==a}function y(){g.reloadWebCalendars().finally(function(){a.$emit("calendars:list")})}function z(){A.mode.search=!1,h.$filter(A.componentType,{value:""})}var A=this;A.component=h,A.componentType="events",A.selectedList=0,A.selectComponentType=i,A.unselectComponents=j,A.selectAll=k,A.toggleComponentSelection=m,A.confirmDeleteSelectedComponents=n,A.openEvent=o,A.openTask=p,A.newComponent=r,A.filterpopup=t,A.filter=u,A.filteredBy=v,A.sort=w,A.sortedBy=x,A.reload=y,A.cancelSearch=z,A.mode={search:!1,multiple:0},f.ready().then(function(){var a="events";"tasksListView"==f.settings.Calendar.SelectedList&&(A.selectedList=1,a="tasks"),i(a,{reload:!0})}),a.$on("calendars:list",function(){h.$filter(A.componentType,{reload:!0})}),a.$on("calendar:dragend",s)}a.$inject=["$rootScope","$timeout","$state","$mdDialog","Dialog","Preferences","Calendar","Component"],angular.module("SOGo.SchedulerUI").controller("CalendarListController",a)}(),function(){"use strict";function a(a,b,c,d,e,f,g,h,i,j,k,m,n,o){function p(a,b,c){return a.sortableScope.element[0]==b.element[0]}function q(){m.saveFoldersOrder(_.flatMap(m.$findAll(),"id"))}function r(){G.sortableMode=!G.sortableMode,G.filter.name=""}function s(){m.saveFoldersOrder()}function t(a){i.prompt(l("New calendar"),l("Name of the Calendar")).then(function(a){var b=new m({name:a,isEditable:!0,isRemote:!1,owner:UserLogin});b.$id().then(function(){m.$add(b)})})}function u(){function a(a,b,c,d){var e=this,f=c.split("/"),g=f[2];e.title=l("Please identify yourself to %{0}").formatted(g),e.authenticate=function(a){!a.$valid&&a.$error.required||d.setCredentials(e.username,e.password).then(function(a){b.hide()},function(b){a.password.$setValidity("credentials",!1)})},e.cancel=function(){b.cancel()}}i.prompt(l("Subscribe to a web calendar..."),l("URL of the Calendar"),{inputType:"url"}).then(function(b){m.$addWebCalendar(b).then(function(c){angular.isObject(c)&&d.show({parent:angular.element(document.body),clickOutsideToClose:!0,escapeToClose:!0,templateUrl:"UIxWebCalendarAuthDialog",controller:a,controllerAs:"$WebCalendarAuthDialogController",locals:{url:b,calendar:c}})})}),a.$inject=["scope","$mdDialog","url","calendar"]}function v(a){a.isSubscription?a.$delete().catch(function(b,c){i.alert(l('An error occured while deleting the calendar "%{0}".',a.name),l(b.error))}):i.confirm(l("Warning"),l('Are you sure you want to delete the calendar "%{0}"?',a.name),{ +ok:l("Delete")}).then(function(){a.$delete().catch(function(b,c){i.alert(l('An error occured while deleting the calendar "%{0}".',a.name),l(b.error))})})}function w(b,c){function e(b,c,d){function e(a){var b=0===a.type.indexOf("text")||/\.(ics)$/.test(a.name);return b||f.show({template:["",'
',' error_outline'," "+l("Select an iCalendar file (.ics).")+"","
","
"].join(""),position:"top right",hideDelay:3e3}),b}var h=this;h.uploader=new g({url:ApplicationBaseURL+[d.id,"import"].join("/"),autoUpload:!0,queueLimit:1,filters:[{name:e,fn:e}],onSuccessItem:function(b,d,e,g){var h;c.hide(),0===d.imported?h=l("No event was imported."):(h=l("A total of %{0} events were imported in the calendar.",d.imported),a.$emit("calendars:list")),f.show(f.simple().content(h).position("top right").hideDelay(3e3))},onErrorItem:function(a,b,c,d){f.show({template:["",'
',' error_outline'," "+l("An error occurred while importing calendar.")+"","
","
"].join(""),position:"top right",hideDelay:3e3})}}),h.close=function(){c.hide()}}d.show({parent:angular.element(document.body),targetEvent:b,clickOutsideToClose:!0,escapeToClose:!0,templateUrl:"UIxCalendarImportDialog",controller:e,controllerAs:"$CalendarImportDialogController",locals:{folder:c}}),e.$inject=["scope","$mdDialog","folder"]}function x(a){_.forEach(m.$findAll(),function(b){a.id==b.id?b.active=1:b.active=0})}function y(){_.forEach(m.$findAll(),function(a){a.active=1})}function z(a){function b(a,b){function c(){a.hide()}var d=this;d.calendar=b,d.close=c}d.show({parent:angular.element(document.body),clickOutsideToClose:!0,escapeToClose:!0,templateUrl:a.id+"/links",controller:b,controllerAs:"links",locals:{calendar:a}}),b.$inject=["$mdDialog","calendar"]}function A(a){function b(a,b,c){function d(){f.calendar.$save(),c.init(f.calendar.$omit()),b.hide()}function e(){b.cancel()}var f=this;f.calendar=new m(c.$omit()),f.saveProperties=d,f.close=e,a.$watch(function(){return f.calendar.color},function(){c.color=f.calendar.color})}var c=a.color;d.show({templateUrl:a.id+"/properties",controller:b,controllerAs:"properties",clickOutsideToClose:!0,escapeToClose:!0,locals:{srcCalendar:a}}).catch(function(){a.color=c}),b.$inject=["$scope","$mdDialog","srcCalendar"]}function B(a){G.calendarName=a.name,G.editMode=a.id,h("calendarName_"+a.id)}function C(a){a.$reset(),G.editMode=!1}function D(a){a.$rename().then(function(a){G.editMode=!1})}function E(a){a.$acl.$users().then(function(){d.show({templateUrl:a.id+"/UIxAclEditor",controller:"AclController",controllerAs:"acl",clickOutsideToClose:!0,escapeToClose:!0,locals:{usersWithACL:a.$acl.users,User:n,folder:a}})})}function F(a){e.debug("subscribeToFolder "+a.owner+a.name),m.$subscribe(a.owner,a.name).then(function(a){f.show(f.simple().content(l("Successfully subscribed to calendar")).position("top right").hideDelay(3e3))})}var G=this;G.activeUser=j.activeUser,G.service=m,G.newCalendar=t,G.addWebCalendar=u,G.confirmDelete=v,G.editFolder=B,G.revertEditing=C,G.renameFolder=D,G.share=E,G.importCalendar=w,G.showOnly=x,G.showAll=y,G.showLinks=z,G.showProperties=A,G.subscribeToFolder=F,G.filter={name:""},G.sortableMode=!1,G.toggleSortableMode=r,G.resetSort=s,G.sortableCalendars={scrollableContainer:"#sidenav-content",containment:"md-list",orderChanged:q,accept:p},k.ready().then(function(){G.categories=_.map(k.defaults.SOGoCalendarCategories,function(a){return{id:a.asCSSIdentifier(),name:a,color:k.defaults.SOGoCalendarCategoriesColors[a]}})}),b.$watch(function(){return _.union(_.map(m.$calendars,function(a){return _.pick(a,["id","active","color"])}),_.map(m.$subscriptions,function(a){return _.pick(a,["id","active","color"])}),_.map(m.$webcalendars,function(a){return _.pick(a,["id","active","color"])}))},function(b,c){var d,f,g;d=_.intersectionBy(b,c,"id"),f=_.map(_.filter(d,function(a){var b=_.find(c,{id:a.id});return!_.isEqual(a,b)}),"id"),g=[],f.length>0&&(e.debug(f.join(", ")+" changed"),_.forEach(f,function(a){var b=m.$get(a);g.push(b.$setActivation())})),(g.length>0||d.length!=b.length||d.length!=c.length)&&m.$q.all(g).then(function(){a.$emit("calendars:list")})},!0)}a.$inject=["$rootScope","$scope","$window","$mdDialog","$log","$mdToast","FileUploader","sgFocus","Dialog","sgSettings","Preferences","Calendar","User","stateCalendars"],angular.module("SOGo.SchedulerUI").controller("CalendarsController",a)}(),function(){"use strict";function a(a,b,c,d,e,f,g,h){function i(){b.hide()}function j(a){return e.$filterAll(a),e.$cards}function k(a){var b=_.map(y.component.attendees,function(a){return a.name+" <"+a.email+">"});n(a,b)}function m(a,b,c){n(a,[b+" <"+c+">"])}function n(a,c){g.$findAll().then(function(d){var e=_.find(d,function(a){if(0===a.id)return a});e.$getMailboxes().then(function(d){e.$newMessage().then(function(d){angular.extend(d.editable,{to:c,subject:y.component.summary}),b.show({parent:angular.element(document.body),targetEvent:a,clickOutsideToClose:!1,escapeToClose:!1,templateUrl:"../Mail/UIxMailEditor",controller:"MessageEditorController",controllerAs:"editor",locals:{stateAccount:e,stateMessage:d}})})})}),a.preventDefault(),a.stopPropagation()}function o(){var a="vevent"==y.component.component?"Appointment":"Task";b.hide().then(function(){var c="UIx"+a+"EditorTemplate";b.show({parent:angular.element(document.body),clickOutsideToClose:!0,escapeToClose:!0,templateUrl:c,controller:"ComponentEditorController",controllerAs:"editor",locals:{stateComponent:y.component}})})}function p(){x=c.$get(y.component.pid).$getComponent(y.component.id),x.$futureComponentData.then(function(){y.component=x,o()})}function q(c){var d=c||y.component;d.$reply().then(function(){a.$emit("calendars:list"),b.hide(),f.getAlarms()})}function r(){x=c.$get(y.component.pid).$getComponent(y.component.id),x.$futureComponentData.then(function(){x.reply=y.component.reply,x.delegatedTo=y.component.delegatedTo,x.$hasAlarm=y.component.$hasAlarm,x.alarm=y.component.alarm,q(x)})}function s(){y.component.remove(!0).then(function(){a.$emit("calendars:list"),b.hide()})}function t(){y.component.remove().then(function(){a.$emit("calendars:list"),b.hide()})}function u(a){c.$$resource.post(y.component.pid+"/"+y.component.id,"raw").then(function(c){function d(a,b,c){a.data=c,a.close=function(){b.hide()}}b.hide(),b.show({parent:angular.element(document.body),targetEvent:a,clickOutsideToClose:!0,escapeToClose:!0,template:['',' ','
',"  
"," ",' '+l("Close")+""," ","
"].join(""),controller:d,locals:{data:c}}),d.$inject=["scope","$mdDialog","data"]})}function v(c){y.component.copyTo(c).then(function(){b.hide(),a.$emit("calendars:list")})}function w(c){y.component.moveTo(c).then(function(){b.hide(),a.$emit("calendars:list")})}var x,y=this;y.calendarService=c,y.service=d,y.component=h,y.close=i,y.cardFilter=j,y.newMessageWithAllRecipients=k,y.newMessageWithRecipient=m,y.edit=o,y.editAllOccurrences=p,y.reply=q,y.replyAllOccurrences=r,y.deleteOccurrence=s,y.deleteAllOccurrences=t,y.toggleRawSource=u,y.copySelectedComponent=v,y.moveSelectedComponent=w,angular.isUndefined(y.component.$futureComponentData)&&(x=c.$get(y.component.pid).$getComponent(y.component.id,y.component.occurrenceId),x.$futureComponentData.then(function(){y.component=x,y.organizer=[y.component.organizer]}))}function b(a,b,c,d,e,f,g,h,i,j,k,m){function n(){var a=K.component.addAttachUrl("");focus("attachUrl_"+a)}function o(){K.showRecurrenceEditor=!K.showRecurrenceEditor,K.component.$hasCustomRepeat=K.showRecurrenceEditor}function p(){K.showAttendeesEditor=!K.showAttendeesEditor}function q(a){return i.$filterAll(a),i.$cards}function r(a){angular.isString(a)?a.isValidEmail()&&(K.component.addAttendee(new j({emails:[{value:a}]})),K.searchText=""):K.component.addAttendee(a)}function s(a){K.component.deleteAttendee(a),0===K.component.attendees.length&&(K.showAttendeesEditor=!1)}function t(){if(K.component&&K.component.priority)return K.component.priority>5?l("low"):K.component.priority>4?l("normal"):l("high")}function u(b,c){b.$valid&&K.component.$save(c).then(function(b){a.$emit("calendars:list"),e.hide(),k.getAlarms()},function(a){403==a.status&&a.data&&a.data.message&&angular.isObject(a.data.message)&&(K.attendeeConflictError=a.data.message)})}function v(){K.component.$reset(),K.component.isNew&&(K.component=null),e.cancel()}function w(){var a=[];return K.component.start&&K.component.end&&(a=K.component.start.daysUpTo(K.component.end)),_.map(a,function(a){return{stringWithSeparator:a.stringWithSeparator(),getDayString:a.getDayString()}})}function x(){for(var a=[],b=0;b<=23;b++)a.push(b.toString());return a}function y(){K.component.$addStartDate(),H=new Date(K.component.start.getTime())}function z(){K.component.$addDueDate(),J=new Date(K.component.due.getTime())}function A(){K.component.start.addMinutes(60*H.getHours()+H.getMinutes()),B()}function B(){if(K.component.start){var a;a=H.valueOf()-K.component.start.valueOf(),0!==a&&(H=new Date(K.component.start.getTime()),"appointment"===K.component.type&&(K.component.end=new Date(K.component.start.getTime()),K.component.end.addMinutes(K.component.delta),I=new Date(K.component.end.getTime())),G())}}function C(){K.component.end.addMinutes(60*I.getHours()+I.getMinutes()),D()}function D(){if(K.component.end){var a=I.valueOf()-K.component.end.valueOf();0!==a&&(a=K.component.start.minutesTo(K.component.end),a<0?K.component.end=new Date(I.getTime()):(K.component.delta=a,I=new Date(K.component.end.getTime())),G())}}function E(){K.component.due.addMinutes(60*J.getHours()+J.getMinutes()),F()}function F(){J=new Date(K.component.due.getTime())}function G(){K.attendeesEditor.days=w(),K.component.updateFreeBusy()}var H,I,J,K=this;K.service=g,K.component=m,K.categories={},K.showRecurrenceEditor=K.component.$hasCustomRepeat,K.toggleRecurrenceEditor=o,K.showAttendeesEditor=!1,K.toggleAttendeesEditor=p,K.cardFilter=q,K.addAttendee=r,K.removeAttendee=s,K.addAttachUrl=n,K.priorityLevel=t,K.cancel=v,K.save=u,K.attendeeConflictError=!1,K.attendeesEditor={days:w(),hours:x()},K.addStartDate=y,K.addDueDate=z,K.updateStartTime=A,K.adjustStartTime=B,K.updateEndTime=C,K.adjustEndTime=D,K.updateDueTime=E,K.adjustDueTime=F,K.component.start&&(H=new Date(K.component.start.getTime())),K.component.end&&(I=new Date(K.component.end.getTime())),K.component.due&&(J=new Date(K.component.due.getTime()))}a.$inject=["$rootScope","$mdDialog","Calendar","Component","AddressBook","Alarm","Account","stateComponent"],b.$inject=["$rootScope","$scope","$log","$timeout","$mdDialog","User","Calendar","Component","AddressBook","Card","Alarm","stateComponent"],angular.module("SOGo.SchedulerUI").controller("ComponentController",a).controller("ComponentEditorController",b)}(),function(){"use strict";function a(){return{restrict:"E",scope:{day:"@sgDay",dayNumber:"@sgDayNumber",dayString:"@sgDayString",calendar:"@sgCalendar"},controller:b}}function b(a,b){this.day=a.day,this.dayNumber=a.dayNumber,this.dayString=a.dayString,this.calendarData=function(){var c,d,e;return a.calendar?(c=a.calendar,e=_.filter(b.$findAll(),{active:1}),d=_.findIndex(e,function(a){return a.id==c}),{pid:c,index:d}):null}}b.$inject=["$scope","Calendar"],angular.module("SOGo.SchedulerUI").directive("sgCalendarDay",a)}(),function(){"use strict";function a(a){function b(a,b){var c=_.has(b,"sgCalendarGhost")?"":"::";return['
",'
','
",'
',' {{'+c+"block.component.c_priority}}"," {{ "+c+"block.component.summary }}",' ',' ',' ',' ',' '," ",'
'," place {{"+c+"block.component.c_location}}","
","
","
",'
{{ block.startHour }}
','
{{ block.endHour }}
',"
"].join("")}function c(a,b,c){var d,e,f;_.has(c,"sgCalendarGhost")||(d=100/a.block.siblings,e=a.block.position*d,f=100-(a.block.position+1)*d,d<100&&(e>0&&(e-=2),f>0&&(f-=2)),0===e&&(e=2),0===f&&(f=2),b.css("left",e+"%"),b.css("right",f+"%"),a.block.component&&a.block.component.c_isallday||(b.addClass("starts"+a.block.start),b.addClass("lasts"+a.block.length)),a.block.userState&&b.addClass("sg-event--"+a.block.userState),a.block.component&&(b.addClass("bg-folder"+a.block.component.pid),b.addClass("contrast-bdr-folder"+a.block.component.pid),0===a.block.component.c_isopaque&&b.addClass("sg-event--transparent"),0===a.block.component.c_status&&b.addClass("sg-event--cancelled")))}return{restrict:"E",scope:{block:"=sgBlock",clickBlock:"&sgClick"},replace:!0,template:b,link:c}}a.$inject=["CalendarSettings"],angular.module("SOGo.SchedulerUI").directive("sgCalendarDayBlock",a)}(),function(){"use strict";function a(){return{restrict:"E",scope:{blocks:"=sgBlocks",day:"@sgDay",clickBlock:"&sgClick"},template:["'].join("")}}angular.module("SOGo.SchedulerUI").directive("sgCalendarDayTable",a)}(),function(){"use strict";function a(a,b,c,d,e){function f(b,f,g,h){function i(){var a,c,d;b.block=e.$ghost,c=p.calendarData(),c&&(r=c.index,a=c.pid,s=b.block.pointerHandler.originalCalendar.index),a||(a=b.block.component.pid),d=b.block.component.blocks[0].userState,d&&f.addClass("sg-event--"+d),f.addClass("bg-folder"+a)}function j(){_.forEachRight(o.classList,function(a){/^bg-folder/.test(a)&&f.removeClass(a)}),f.addClass("ng-hide")}function k(){var a,e,g,h,i,j,k,l;if(a=!1,d.$view&&d.$view.type==q.type){if(e="multiday-allday"===q.type,g=b.block.component.c_isallday,h=b.block.pointerHandler.currentEventCoordinates.dayNumber,i=b.block.pointerHandler.currentEventCoordinates.start,k=b.block.pointerHandler.currentEventCoordinates.duration,l=c.EventDragDayLength-i,angular.isUndefined(k))return;for(j=k,j>l&&(j=l),h>-1&&(r<0&&h==p.dayNumber||h==r&&(s==r||!b.block.component.isException))&&(a=!0,e||(g||(b.block.startHour=m(i)),d.$view.quarterHeight?(f.css("top",i*d.$view.quarterHeight+"px"),f.css("height",j*d.$view.quarterHeight+"px")):f.css("top",d.$view.topOffset+"px")),f.removeClass("fg-folder"+b.block.component.pid),f.removeClass("sg-event--ghost--last"),f.addClass("sg-event--ghost--first"),b.block.isFirst=!0),k-=j,h++;!a&&k&&h<=p.dayNumber;)j=k,j>c.EventDragDayLength&&(j=c.EventDragDayLength),h>-1&&h==p.dayNumber&&(a=!0,e||(f.css("top",d.$view.topOffset+"px"),d.$view.quarterHeight&&f.css("height",j*d.$view.quarterHeight+"px")),f.removeClass("sg-event--ghost--first"),f.removeClass("sg-event--ghost--last"),f.addClass("fg-folder"+b.block.component.pid)),k-=j,h++,i=0;k||(e?f.addClass("sg-event--ghost--last"):g||(b.block.endHour=n(i,j)))}a?f.removeClass("ng-hide"):f.addClass("ng-hide")}function l(a){var b,c,d;return b=15*a,c=Math.floor(b/60),c<10&&(c="0"+c),d=b%60,d<10&&(d="0"+d),""+c+":"+d}function m(a){return l(a)}function n(a,b){var d=(a+b)%c.EventDragDayLength;return l(d)}var o,p,q,r,s;o=f[0],p=h[0],q=h[1],r=-1,f.addClass("sg-event--ghost md-whiteframe-3dp ng-hide");var t=a.$on("calendar:dragstart",i),u=a.$on("calendar:drag",k),v=a.$on("calendar:dragend",j);b.$on("$destroy",function(){t(),u(),v()})}return{restrict:"A",require:["^sgCalendarDay","^sgCalendarScrollView"],link:f}}a.$inject=["$rootScope","$timeout","CalendarSettings","Calendar","Component"],angular.module("SOGo.SchedulerUI").directive("sgCalendarGhost",a)}(),function(){"use strict";function a(){return{restrict:"E",scope:{blocks:"=sgBlocks",day:"@sgDay",clickBlock:"&sgClick"},template:["'].join("")}}angular.module("SOGo.SchedulerUI").directive("sgCalendarMonthDay",a)}(),function(){"use strict";function a(){function a(a,b){var c=_.has(b,"sgCalendarGhost")?"":"::";return['
','
",' {{ '+c+"block.component.startHour }}",' {{'+c+"block.component.c_priority}}"," {{ "+c+"block.component.summary }}",' ',' ',' ',' ',' '," ","
"].join("")}function b(a,b,c){_.has(c,"sgCalendarGhost")||(a.block.userState&&b.addClass("sg-event--"+a.block.userState),a.block.component&&(b.addClass("bg-folder"+a.block.component.pid),0===a.block.component.c_isopaque&&b.addClass("sg-event--transparent"),0===a.block.component.c_status&&b.addClass("sg-event--cancelled")))}return{restrict:"E",scope:{block:"=sgBlock",clickBlock:"&sgClick"},replace:!0,template:a,link:b}}angular.module("SOGo.SchedulerUI").directive("sgCalendarMonthEvent",a)}(),function(){"use strict";function a(a,c,d,e,f,g,h,i,j){return{restrict:"A",scope:{type:"@sgCalendarScrollView"},controller:b,link:function(b,d,e,g){function k(){m=new l(d,n),"monthly"!=n&&j.ready().then(function(){var a,b,c;j.defaults.SOGoDayStartTime&&(a=j.defaults.SOGoDayStartTime.split(":"),b=document.getElementById("hour"+parseInt(a[0])),c=parseInt(a[1])*m.quarterHeight,m.element.scrollTop=b.offsetTop+c)})}function l(b,d){this.$element=b,this.element=b[0],this.type=d,this.quarterHeight=this.getQuarterHeight(),this.scrollStep=6*this.quarterHeight,this.dayNumbers=this.getDayNumbers(),this.maxX=this.getMaxColumns(),this.deregisterDragStart=a.$on("calendar:dragstart",angular.bind(this,this.onDragStart)),this.deregisterDragStop=a.$on("calendar:dragend",angular.bind(this,this.onDragEnd)),this.bindedUpdateCoordinates=angular.bind(this,this.updateCoordinates),this.bindedUpdateFromPointerHandler=angular.bind(this,this.updateFromPointerHandler),this.updateCoordinates(),angular.element(c).on("resize",this.bindedUpdateCoordinates)}var m,n;m=null,n=b.type,f(k),b.$on("$destroy",function(){m&&m.$destroy()}),l.prototype={$destroy:function(){this.deregisterDragStart(),this.deregisterDragStop(),this.$element.off("mousemove",this.bindedUpdateFromPointerHandler),angular.element(c).off("resize",this.bindedUpdateCoordinates)},onDragStart:function(){this.$element.on("mousemove",this.bindedUpdateFromPointerHandler),this.updateCoordinates(),this.updateFromPointerHandler()},onDragEnd:function(){this.$element.off("mousemove",this.bindedUpdateFromPointerHandler),h.$view=null},getQuarterHeight:function(){var a,b,c=null;return a=document.getElementById("hour0"),b=document.getElementById("hour23"),a&&b&&(c=(b.offsetTop-a.offsetTop)/92),c},getDayDimensions:function(a){var b,c,d,e,f,g,h;return c=b=d=e=0,f=this.element.getElementsByClassName("day"),f.length>0&&(g=f[0].getBoundingClientRect(),c=g.height,b=g.width,d=g.left-a,h=f[0].getElementsByClassName("sg-calendar-tile-header"),h.length>0&&(e=h[0].clientHeight)),{height:c,width:b,offset:{left:d,top:e}}},getDayNumbers:function(){var a,b,c=null;return this.element.attributes["sg-view"]&&(c=this.element.attributes["sg-view"].value),a="multicolumndayview"==c,b=this.element.getElementsByTagName("sg-calendar-day"),_.map(b,function(b,c){return a?c:parseInt(b.attributes["sg-day-number"].value)})},getMaxColumns:function(){var a,b=0;return"monthly"==this.type?(a=this.element.getElementsByTagName("md-grid-list")[0],b=parseInt(a.attributes["md-cols"].value)-1):b=this.element.getElementsByClassName("day").length-1,b},updateCoordinates:function(){var a,b;a=this.element.getBoundingClientRect(),b=this.getDayDimensions(a.left),angular.extend(this,{coordinates:{x:a.left,y:a.top},dayHeight:b.height,dayWidth:b.width,daysOffset:b.offset.left,topOffset:b.offset.top})},updateFromPointerHandler:function(){var a,b,c,d,e,f;a=i.$ghost.pointerHandler,this.coordinates&&a&&(b=a.getContainerBasedCoordinates(this),b&&(h.$view=this,c=(new Date).getTime(),(!this.lastScroll||c>this.lastScroll+100)&&(this.lastScroll=c,d=b.y-this.scrollStep,d<0?(e=-this.element.scrollTop,d0&&(this.element.scrollTop+=f)))))}}}}}function b(a){this.type=a.type}a.$inject=["$rootScope","$window","$document","$q","$timeout","$mdGesture","Calendar","Component","Preferences"],b.$inject=["$scope"],angular.module("SOGo.SchedulerUI").directive("sgCalendarScrollView",a)}(),function(){"use strict";function a(a,b,c,d,e,f,g){function h(h,i,j,k){function m(){var a,b,c,d,e,f,g,j,k,l;a=h.block.component,b=h.block.dayIndex,c=_.findIndex(a.blocks,["dayIndex",b]),d=0===c,e=c===a.blocks.length-1,f=angular.element('
'),f.addClass("bdr-folder"+a.pid),a.c_isallday||"SG-CALENDAR-MONTH-DAY"===i[0].parentNode.tagName?(d&&(g=angular.element('
').append(f),i.append(g)),e&&(j=angular.element('
').append(f.clone()),i.append(j))):(d&&(k=angular.element('
').append(f),i.append(k)),e&&(l=angular.element('
').append(f.clone()),i.append(l)))}function n(a){var b,c;a.stopPropagation(),b="move-event",h.block&&h.block.component?"dragGrip-top"==a.target.className||"dragGrip-left"==a.target.className?b="change-start":"dragGrip-bottom"!=a.target.className&&"dragGrip-right"!=a.target.className||(b="change-end"):b="change-end",c=new t(b),c.initFromEvent(a),g.$ghost.pointerHandler=c,angular.element(document).one("mouseup",q),angular.element(document).on("mousemove",p)}function o(b){var f,j,m,n,o,p,q,r,s;m=i.hasClass("clickableHourCell"),n="SG-CALENDAR-MONTH-DAY"==i[0].parentNode.tagName||i.hasClass("clickableDayCell"),s=k.calendarData(),h.block&&h.block.component?f=h.block:(o=k.dayString.parseDate(d.$mdDateLocaleProvider,"%Y-%m-%e"),p={type:"appointment",pid:s?s.pid:e.$defaultCalendar(),summary:l("New Event"),startDate:o,isAllDay:m?0:1},q=new g(p),f={component:q,dayNumber:k.dayNumber,length:0},f.component.blocks=[f]),j="multiday",n?j="monthly":f.component.c_isallday&&(j="multiday-allday"),_.forEach(f.component.blocks,function(a){a.dragging=!0}),r=g.$ghost.pointerHandler,r.prepareWithEventType(j),r.initFromBlock(f),s&&r.initFromCalendar(s),g.$ghost.component=f.component,c.debug("emit calendar:dragstart "+j),a.$emit("calendar:dragstart")}function p(a){var c=g.$ghost.pointerHandler;b(function(){c.updateFromEvent(a)})}function q(b){var c,d;c=h.block,d=g.$ghost.pointerHandler,angular.element(document).off("mousemove",p),d.dragHasStarted&&(a.$emit("calendar:dragend"),d.dragHasStarted=!1),c&&c.component&&_.forEach(c.component.blocks,function(a){a.dragging=!1})}function r(){}function s(a){this.setEventType(a)}function t(a){this.dragMode=a}if(h.block){if(!h.block.component.editable||h.block.userState)return void i.removeClass("sg-draggable-calendar-block");m()}i.on("mousedown",n),h.$on("$destroy",function(){i.off("mousedown",n),i.off("mousemove",p)}),r.prototype={x:-1,y:-1,getDelta:function(a){var b=new r;return b.x=this.x-a.x,b.y=this.y-a.y,e.$view&&(b.days=e.$view.dayNumbers[this.x]-e.$view.dayNumbers[a.x]),b},getDistance:function(a){var b=this.getDelta(a);return Math.sqrt(b.x*b.x+b.y*b.y)},clone:function(){var a=new r;return a.x=this.x,a.y=this.y,a}},s.prototype={dayNumber:-1,weekDay:-1,start:-1,duration:-1,eventType:null,setEventType:function(a){this.eventType=a},initFromBlock:function(a){var b=-1;"monthly"===this.eventType?(this.start=0,this.duration=a.component.blocks.length*f.EventDragDayLength):(this.start=a.component.blocks[0].start,this.duration=_.sumBy(a.component.blocks,function(a){var c,d;return d=a.dayNumber,c=b<0?0:d-b-1,b=d,a.length+c*f.EventDragDayLength}))},initFromCalendar:function(a){this.dayNumber=a},getDelta:function(a){var b=new s;return b.dayNumber=this.dayNumber-a.dayNumber,b.start=this.start-a.start,b.duration=this.duration-a.duration,b},_quartersToHM:function(a){var b=15*a,c=Math.floor(b/60);c<10&&(c="0"+c);var d=b%60;return d<10&&(d="0"+d),""+c+":"+d},getStartTime:function(){return this._quartersToHM(this.start)},getEndTime:function(){var a=(this.start+this.duration)%f.EventDragDayLength;return this._quartersToHM(a)},clone:function(){var a=new s;return a.dayNumber=this.dayNumber,a.start=this.start,a.duration=this.duration,a}},t.prototype={originalCoordinates:null,currentCoordinates:null,originalViewCoordinates:null,currentViewCoordinates:null,originalEventCoordinates:null,currentEventCoordinates:null,originalCalendar:null,dragHasStarted:!1,getEventViewCoordinates:null,initFromBlock:function(a){this.currentEventCoordinates=new s(this.eventType),this.originalEventCoordinates=new s(this.eventType),this.originalEventCoordinates.initFromBlock(a)},initFromEvent:function(a){this.currentCoordinates=new r,this.updateFromEvent(a),this.originalCoordinates=this.currentCoordinates.clone()},initFromCalendar:function(a){this.originalCalendar=a,this.currentEventCoordinates.initFromCalendar(a.index),this.originalEventCoordinates.initFromCalendar(a.index)},updateFromEvent:function(a){if(this.currentCoordinates.x=a.pageX,this.currentCoordinates.y=a.pageY,this.dragHasStarted&&e.$view){var b=this.getEventViewCoordinates(e.$view);this.originalViewCoordinates||(this.originalViewCoordinates=this.getEventViewCoordinates(e.$view,this.originalCoordinates),g.$ghost.component.isNew&&(this.setTimeFromQuarters(g.$ghost.component.start,this.originalViewCoordinates.y),c.debug("new event start date "+g.$ghost.component.start))),this.currentViewCoordinates&&b&&b.x==this.currentViewCoordinates.x&&b.y==this.currentViewCoordinates.y||(this.currentViewCoordinates=b,this.originalViewCoordinates&&(b||(this.currentViewCoordinates=this.originalViewCoordinates.clone()),this.updateEventCoordinates()))}else if(this.originalCoordinates&&this.currentCoordinates&&!this.dragHasStarted){var d=this.getDistance();d>3&&(this.dragHasStarted=!0,o(a))}},updateEventCoordinates:function(){var b,d=this.currentViewCoordinates.getDelta(this.originalViewCoordinates),g=d.days*f.EventDragDayLength+d.y;c.debug("quarters delta "+g),angular.isUndefined(this.originalEventCoordinates.start)?(this.originalEventCoordinates.dayNumber=e.$view.dayNumbers[this.originalViewCoordinates.x],this.originalEventCoordinates.start=this.originalViewCoordinates.y):this.originalEventCoordinates.dayNumber<0&&(this.originalEventCoordinates.dayNumber=e.$view.dayNumbers[h.block.component.blocks[0].dayIndex]),this.currentEventCoordinates.dayNumber=this.originalEventCoordinates.dayNumber,"move-event"==this.dragMode?(this.currentEventCoordinates.start=this.originalEventCoordinates.start+g,this.currentEventCoordinates.duration=this.originalEventCoordinates.duration):"change-start"==this.dragMode?(b=this.originalEventCoordinates.duration-g,b>0?(this.currentEventCoordinates.start=this.originalEventCoordinates.start+g,this.currentEventCoordinates.duration=b):b<0&&(this.currentEventCoordinates.start=this.originalEventCoordinates.start+this.originalEventCoordinates.duration,this.currentEventCoordinates.duration=-b)):"change-end"==this.dragMode&&(b=this.originalEventCoordinates.duration+g,b>0?(this.currentEventCoordinates.start=this.originalEventCoordinates.start,this.currentEventCoordinates.duration=b):b<0&&(this.currentEventCoordinates.start=this.originalEventCoordinates.start+b,this.currentEventCoordinates.duration=-b));var i;this.currentEventCoordinates.start<0?(i=Math.ceil(-this.currentEventCoordinates.start/f.EventDragDayLength),this.currentEventCoordinates.start+=i*f.EventDragDayLength,this.currentEventCoordinates.dayNumber-=i):this.currentEventCoordinates.start>=f.EventDragDayLength&&(i=Math.floor(this.currentEventCoordinates.start/f.EventDragDayLength),this.currentEventCoordinates.start-=i*f.EventDragDayLength,this.currentEventCoordinates.dayNumber+=i),c.debug("event coordinates "+JSON.stringify(this.currentEventCoordinates)),a.$emit("calendar:drag")},getContainerBasedCoordinates:function(a,b){var c=b||this.currentCoordinates,d=c.getDelta(a.coordinates),e=a.element;return(d.xe.clientWidth||d.y<0||d.y>e.clientHeight)&&(d=null),d},prepareWithEventType:function(a){var b={multiday:this.getEventMultiDayViewCoordinates,"multiday-allday":this.getEventMultiDayAllDayViewCoordinates,monthly:this.getEventMonthlyViewCoordinates,unknown:null},c=b[a];this.eventType=a,this.getEventViewCoordinates=c},getEventMultiDayViewCoordinates:function(a,b){var c=this.getEventMultiDayAllDayViewCoordinates(a,b);if(c){var d=a.quarterHeight,e=this.getContainerBasedCoordinates(a,b);e.y+=a.element.scrollTop,c.y=Math.floor((e.y-f.EventDragHorizontalOffset)/d);var g=f.EventDragDayLength-1;c.y<0?c.y=0:c.y>g&&(c.y=g)}return c},getEventMultiDayAllDayViewCoordinates:function(a,b){var c,d=this.getContainerBasedCoordinates(a,b);if(d){c=new r;var f=a.dayWidth,g=a.daysOffset;c.x=Math.floor((d.x-g)/f);var h=0,i=e.$view.maxX;if("move-event"!=this.dragMode){var j=k.calendarData();j&&(h=i=j.index)}c.xi&&(c.x=i),c.y=0}else c=null;return c},getEventMonthlyViewCoordinates:function(a,b){var c,d=this.getContainerBasedCoordinates(a,b);if(d){c=new r;var e=a.maxX,f=0,g=a.dayWidth,h=a.daysOffset,i=a.dayHeight,j=Math.floor((d.y-f)/i);j<0&&(j=0),c.x=Math.floor((d.x-h)/g),c.x<0?c.x=0:c.x>e&&(c.x=e),c.x+=(e+1)*j,c.y=0}else c=null;return c},getDistance:function(){return this.currentCoordinates.getDistance(this.originalCoordinates)},setTimeFromQuarters:function(a,b){var c,d;c=Math.floor(b/4),d=b%4*15,a.setHours(c,d)}}}return{restrict:"CA",require:"^sgCalendarDay",link:h}}a.$inject=["$rootScope","$timeout","$log","Preferences","Calendar","CalendarSettings","Component"],angular.module("SOGo.SchedulerUI").directive("sgDraggableCalendarBlock",a)}(); //# sourceMappingURL=Scheduler.services.js.map \ No newline at end of file diff --git a/UI/WebServerResources/js/Scheduler.services.js.map b/UI/WebServerResources/js/Scheduler.services.js.map index a9f8326f1..333dd2c06 100644 --- a/UI/WebServerResources/js/Scheduler.services.js.map +++ b/UI/WebServerResources/js/Scheduler.services.js.map @@ -1 +1 @@ -{"version":3,"sources":["Scheduler/Calendar.service.js","Scheduler/Component.service.js","Scheduler/CalendarController.js","Scheduler/CalendarListController.js","Scheduler/CalendarsController.js","Scheduler/ComponentController.js","Scheduler/sgCalendarDay.directive.js","Scheduler/sgCalendarDayBlock.directive.js","Scheduler/sgCalendarDayTable.directive.js","Scheduler/sgCalendarGhost.directive.js","Scheduler/sgCalendarMonthDay.directive.js","Scheduler/sgCalendarMonthEvent.directive.js","Scheduler/sgCalendarScrollView.directive.js","Scheduler/sgDraggableCalendarBlock.directive.js"],"names":["Calendar","futureCalendarData","this","init","name","id","newCalendarData","$$resource","create","$unwrap","$factory","$q","$timeout","$log","Settings","Resource","Preferences","Component","Acl","angular","extend","activeUser","$Preferences","$Component","$$Acl","$view","module","e","value","EventDragDayLength","EventDragHorizontalOffset","factory","$defaultCalendar","calendar","defaultCalendar","defaults","SOGoDefaultCalendar","_","find","$findAll","active","$add","list","sibling","i","isWebCalendar","$webcalendars","isSubscription","$subscriptions","$calendars","o","localeCompare","indexOf","map","splice","ready","then","settings","FoldersOrder","saveFoldersOrder","flatMap","$reloadAll","data","writable","_this","forEach","push","isUndefined","fetch","calendars","union","filter","isOwned","acls","objectCreator","calendarData","group","$get","$getIndex","$subscribe","uid","path","userResource","$addWebCalendar","url","d","defer","urls","webCalendarURL","reject","post","isEditable","isRemote","owner","login","debug","JSON","stringify","undefined","resolve","response","status","promise","reloadWebCalendars","promises","$error","l","statusText","all","$deleteComponents","components","component","isDefined","pid","uids","folders","prototype","color","$acl","isSuperUser","$shadowData","$omit","$id","when","$futureCalendarData","getClassName","base","$rename","$save","$delete","remove","$reset","key","save","error","setCredentials","username","password","export","download","type","$setActivation","$getComponent","componentId","recurrenceId","$find","isError","isObject","futureComponentData","newComponentData","newguid","isNew","Component_STATUS","Card","Gravatar","STATUS","$Card","$gravatar","timeFormat","$query","search","$queryEvents","sort","asc","filterpopup","$queryTasks","$refreshTimeout","$ghost","EventsFilterState","TasksFilterState","EventsSortingState","parseInt","TasksSortingState","show_completed","ShowCompletedTasks","$categories","SOGoCalendarCategoriesColors","SOGoTimeFormat","constant","NOT_LOADED","DELAYED_LOADING","LOADING","LOADED","DELAYED_MS","$selectedCount","count","$events","event","selected","length","$tasks","task","$startRefreshTimeout","cancel","refreshViewCheck","SOGoRefreshViewCheck","f","bind","$filter","timeInterval","$isLoading","$loaded","options","now","Date","day","getDate","month","getMonth","year","getFullYear","queryKey","capitalize","params","otherType","dirty","keys","$unwrapCollection","calendarId","occurrenceId","join","filterCategories","query","re","RegExp","category","saveSelectedList","componentType","$eventsBlocksForView","view","date","firstDayOfWeek","viewAction","startDate","endDate","SOGoFirstDayOfWeek","beginOfWeek","setTime","getTime","addDays","setDate","setMonth","endOfWeek","$eventsBlocks","j","dayDates","dayNumbers","deferred","toLowerCase","sd","getDayString","ed","views","reduceComponent","associateComponent","objects","eventData","componentData","zipObject","eventsFields","start","c_startdate","hour","getHourString","blocks","categories","block","nbr","$views","viewIndex","viewData","allDayBlocks","reduce","events","flatten","days","dayIndex","dayNumber","calendarName","fields","invokeMap","$resetGhost","pointerHandler","startHour","endHour","$parseDate","dateString","time","substring","split","no_time","repeat","alarm","action","quantity","unit","reference","relation","delta","isString","setMinutes","Math","round","getMinutes","end","minutesTo","setDelta","dueDate","due","completedDate","completed","c_category","$isRecurrent","byDayMask","occurrence","frequency","byday","toString","interval","monthdays","months","until","$hasCustomRepeat","hasCustomRepeat","classification","units","M","H","D","W","match","exec","SOGoCalendarDefaultReminder","$hasAlarm","sendAppointmentNotifications","SOGoAppointmentSendEMailNotifications","destinationCalendar","updateFreeBusy","b","isReadOnly","isEditableOccurrence","isInvitation","userHasRSVP","isInvitationOccurrence","enablePercentComplete","coversFreeBusy","quarter","freebusy","updateFreeBusyCoverage","roundedStart","roundedEnd","startQuarter","endQuarter","daysUpTo","index","hourKey","currentDay","dayKey","getHours","beginOfDay","addMinutes","attendees","attendee","image","email","updateFreeBusyAttendee","sday","eday","c_folder","addAttendee","card","$isList","expandable","container","c_name","listId","refs","ref","c_cn","$preferredEmail","role","partstat","c_uid","hasAttendee","emails","deleteAttendee","findIndex","currentAttendee","canRemindAttendeesByEmail","addAttachUrl","attachUrl","attachUrls","deleteAttachUrl","$addDueDate","toISOString","$deleteDueDate","$addStartDate","$deleteStartDate","$reply","reply","delegatedTo","$adjust","every","values","v","extraAttributes","dlp","$mdDateLocaleProvider","format","startTime","endTime","dueTime","stringWithSeparator","organizer","occurrenceOnly","$futureComponentData","copy","repeatDescription","localizedString","toUpperCase","alarmDescription","copyTo","destination","moveTo","CalendarController","$scope","$rootScope","$state","$stateParams","stateEventsBlocks","_formatDate","setHours","$dateFormat","replace","toggleAllDays","expandedAllDays","vm","updateView","asDate","changeDate","$event","newDate","element","currentTarget","attr","go","changeView","deregisterCalendarsList","selectedDate","$on","$inject","controller","CalendarListController","$mdDialog","Dialog","selectComponentType","reload","unselectComponents","mode","multiple","selectAll","toggleComponentSelection","preventDefault","stopPropagation","confirmDeleteSelectedComponents","confirm","ok","$emit","openEvent","openComponent","openTask","viewable","templateUrl","show","parent","document","body","targetEvent","clickOutsideToClose","escapeToClose","controllerAs","locals","stateComponent","newComponent","baseComponent","updateComponentFromGhost","RecurrentComponentDialogController","updateThisOccurrence","hide","onComponentAdjustError","updateAllOccurrences","message","AttendeeConflictDialogController","conflictError","ignoreConflicts","coordinates","calendarNumber","activeCalendars","currentEventCoordinates","summary","isAllDay","duration","finally","getDelta","originalEventCoordinates","originalCalendar","isException","template","filteredBy","field","sortedBy","cancelSearch","selectedList","SelectedList","CalendarsController","$window","$mdToast","FileUploader","focus","User","stateCalendars","_sortableAccept","sourceItemHandleScope","destSortableScope","destItemScope","sortableScope","_sortableEnd","toggleSortableMode","sortableMode","resetSort","newCalendar","ev","prompt","UserLogin","addWebCalendar","WebCalendarAuthDialogController","scope","parts","hostname","title","formatted","authenticate","form","$valid","required","reason","$setValidity","inputType","confirmDelete","folder","catch","alert","importCalendar","CalendarImportDialogController","filterByExtension","item","isTextFile","test","position","hideDelay","uploader","ApplicationBaseURL","autoUpload","queueLimit","filters","fn","onSuccessItem","headers","msg","imported","simple","content","onErrorItem","close","showOnly","showAll","showLinks","LinksDialogController","showProperties","PropertiesDialogController","srcCalendar","saveProperties","$watch","editFolder","editMode","revertEditing","renameFolder","share","$users","usersWithACL","users","subscribeToFolder","service","sortableCalendars","scrollableContainer","containment","orderChanged","accept","SOGoCalendarCategories","asCSSIdentifier","pick","newList","oldList","commonList","ids","intersectionBy","oldObject","isEqual","ComponentController","AddressBook","Alarm","Account","cardFilter","$filterAll","$cards","newMessageWithAllRecipients","recipients","_newMessage","newMessageWithRecipient","accounts","account","$getMailboxes","mailboxes","$newMessage","editable","to","subject","stateAccount","stateMessage","edit","editAllOccurrences","c","getAlarms","replyAllOccurrences","deleteOccurrence","deleteAllOccurrences","toggleRawSource","ComponentRawSourceDialogController","copySelectedComponent","moveSelectedComponent","calendarService","ComponentEditorController","toggleRecurrenceEditor","showRecurrenceEditor","toggleAttendeesEditor","showAttendeesEditor","isValidEmail","searchText","removeAttendee","priorityLevel","priority","attendeeConflictError","getDays","hours","addStartDate","oldStartDate","addDueDate","oldDueDate","updateStartTime","adjustStartTime","valueOf","oldEndDate","updateEndTime","adjustEndTime","updateDueTime","adjustDueTime","attendeesEditor","sgCalendarDay","restrict","dayString","sgCalendarDayController","directive","sgCalendarDayBlock","CalendarSettings","tElem","tAttrs","p","has","link","iElement","attrs","pc","left","right","siblings","css","c_isallday","addClass","userState","c_isopaque","c_status","clickBlock","sgCalendarDayTable","sgCalendarGhost","ctrls","initGhost","calendarDayCtrl","originalCalendarNumber","hideGhost","forEachRight","domElement","classList","removeClass","updateGhost","showGhost","isRelative","durationLeft","maxDuration","scrollViewCtrl","getStartTime","quarterHeight","topOffset","getEndTime","quartersToHM","quarters","minutes","mins","floor","deregisterDragStart","deregisterDrag","deregisterDragEnd","require","sgCalendarMonthDay","sgCalendarMonthEvent","sgCalendarScrollView","$document","$mdGesture","sgCalendarScrollViewController","initView","sgScrollView","hourCell","quartersOffset","SOGoDayStartTime","getElementById","scrollTop","offsetTop","$element","getQuarterHeight","scrollStep","getDayNumbers","maxX","getMaxColumns","onDragStart","deregisterDragStop","onDragEnd","bindedUpdateCoordinates","updateCoordinates","bindedUpdateFromPointerHandler","updateFromPointerHandler","on","$destroy","off","hour0","hour23","height","getDayDimensions","viewLeft","width","leftOffset","nodes","domRect","tileHeader","getElementsByClassName","getBoundingClientRect","clientHeight","offset","top","isMultiColumn","viewType","attributes","getElementsByTagName","el","mdGridList","max","dayDimensions","x","y","dayHeight","dayWidth","daysOffset","pointerCoordinates","scrollY","minY","getContainerBasedCoordinates","lastScroll","sgDraggableCalendarBlock","initGrips","blockIndex","isFirstBlock","isLastBlock","dragGrip","leftGrip","rightGrip","topGrip","bottomGrip","parentNode","tagName","append","clone","onDragDetect","dragMode","target","className","SOGoEventDragPointerHandler","initFromEvent","one","onDrag","dragStart","eventType","isHourCell","isMonthly","newData","hasClass","parseDate","dragging","prepareWithEventType","initFromBlock","initFromCalendar","updateFromEvent","pointer","dragHasStarted","SOGoCoordinates","SOGoEventDragEventCoordinates","setEventType","otherCoordinates","getDistance","sqrt","weekDay","prevDayNumber","sumBy","currentDayNumber","_quartersToHM","originalCoordinates","currentCoordinates","originalViewCoordinates","currentViewCoordinates","getEventViewCoordinates","pageX","pageY","newEventCoordinates","setTimeFromQuarters","updateEventCoordinates","distance","newDuration","deltaQuarters","deltaDays","ceil","clientWidth","methods","multiday","getEventMultiDayViewCoordinates","multiday-allday","getEventMultiDayAllDayViewCoordinates","monthly","getEventMonthlyViewCoordinates","unknown","method","pxCoordinates","maxY","minX","daysTopOffset","daysY"],"mappings":"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","file":"Scheduler.services.js","sourcesContent":["/* -*- Mode: javascript; indent-tabs-mode: nil; c-basic-offset: 2 -*- */\n\n(function() {\n 'use strict';\n\n /**\n * @name Calendar\n * @constructor\n * @param {object} futureCalendarData - either an object literal or a promise\n */\n function Calendar(futureCalendarData) {\n // Data is immediately available\n this.init(futureCalendarData);\n if (this.name && !this.id) {\n // Create a new calendar on the server\n var newCalendarData = Calendar.$$resource.create('createFolder', this.name);\n this.$unwrap(newCalendarData);\n }\n }\n\n /**\n * @memberof Calendar\n * @desc The factory we'll use to register with Angular\n * @returns the Calendar constructor\n */\n Calendar.$factory = ['$q', '$timeout', '$log', 'sgSettings', 'Resource', 'Preferences', 'Component', 'Acl', function($q, $timeout, $log, Settings, Resource, Preferences, Component, Acl) {\n angular.extend(Calendar, {\n $q: $q,\n $timeout: $timeout,\n $log: $log,\n $$resource: new Resource(Settings.activeUser('folderURL') + 'Calendar', Settings.activeUser()),\n $Preferences: Preferences,\n $Component: Component,\n $$Acl: Acl,\n activeUser: Settings.activeUser(),\n $view: null\n });\n\n return Calendar; // return constructor\n }];\n\n /**\n * @module SOGo.SchedulerUI\n * @desc Factory registration of Calendar in Angular module.\n */\n try {\n angular.module('SOGo.SchedulerUI');\n }\n catch(e) {\n angular.module('SOGo.SchedulerUI', ['SOGo.Common']);\n }\n angular.module('SOGo.SchedulerUI')\n .value('CalendarSettings', {\n EventDragDayLength: 24 * 4, // hour quarters\n EventDragHorizontalOffset: 3 // pixels\n })\n .factory('Calendar', Calendar.$factory);\n\n /**\n * @memberof Calendar\n * @desc Return the default calendar id according to the user's defaults.\n * @returns a calendar id\n */\n Calendar.$defaultCalendar = function() {\n var defaultCalendar = Calendar.$Preferences.defaults.SOGoDefaultCalendar,\n calendar;\n\n if (defaultCalendar == 'first') {\n calendar = _.find(Calendar.$findAll(null, true), function(calendar) {\n return calendar.active;\n });\n if (calendar)\n return calendar.id;\n }\n\n return 'personal';\n };\n\n /**\n * @memberof Calendar\n * @desc Add a new calendar to the static list of calendars\n * @param {Calendar} calendar - an Calendar object instance\n */\n Calendar.$add = function(calendar) {\n // Insert new calendar at proper index\n var list, sibling, i;\n\n if (calendar.isWebCalendar)\n list = this.$webcalendars;\n else if (calendar.isSubscription)\n list = this.$subscriptions;\n else\n list = this.$calendars;\n\n sibling = _.find(list, function(o) {\n return (calendar.id == 'personal' ||\n (o.id != 'personal' &&\n o.name.localeCompare(calendar.name) === 1));\n });\n i = sibling ? _.indexOf(_.map(list, 'id'), sibling.id) : 1;\n list.splice(i, 0, calendar);\n\n this.$Preferences.ready().then(function() {\n if (Calendar.$Preferences.settings.Calendar.FoldersOrder)\n // Save list order\n Calendar.saveFoldersOrder(_.flatMap(Calendar.$findAll(), 'id')).then(function() {\n // Refresh list of calendars to fetch links associated to new calendar\n Calendar.$reloadAll();\n });\n });\n };\n\n /**\n * @memberof Calendar\n * @desc Set or get the list of calendars. Will instanciate a new Calendar object for each item.\n * @param {object[]} [data] - the metadata of the calendars\n * @param {bool} [writable] - if true, returns only the list of writable calendars\n * @returns the list of calendars\n */\n Calendar.$findAll = function(data, writable) {\n var _this = this;\n if (data) {\n this.$calendars = [];\n this.$subscriptions = [];\n this.$webcalendars = [];\n // Instanciate Calendar objects\n angular.forEach(data, function(o, i) {\n var calendar = new Calendar(o);\n if (calendar.isWebCalendar)\n _this.$webcalendars.push(calendar);\n else if (calendar.isSubscription)\n _this.$subscriptions.push(calendar);\n else\n _this.$calendars.push(calendar);\n });\n }\n else if (angular.isUndefined(this.$calendars)) {\n this.$calendars = [];\n this.$subscriptions = [];\n this.$webcalendars = [];\n return Calendar.$$resource.fetch('calendarslist').then(function(data) {\n return Calendar.$findAll(data.calendars, writable);\n });\n }\n\n if (writable) {\n return _.union(this.$calendars, _.filter(this.$subscriptions, function(calendar) {\n return calendar.isOwned || calendar.acls.objectCreator;\n }));\n }\n\n return _.union(this.$calendars, this.$subscriptions, this.$webcalendars);\n };\n\n /**\n * @memberof Calendar\n * @desc Reload the list of known calendars.\n */\n Calendar.$reloadAll = function() {\n var _this = this;\n\n Calendar.$$resource.fetch('calendarslist').then(function(data) {\n _.forEach(data.calendars, function(calendarData) {\n var group, calendar;\n\n if (calendarData.isWebCalendar)\n group = _this.$webcalendars;\n else if (calendarData.isSubscription)\n group = _this.$subscriptions;\n else\n group = _this.$calendars;\n\n calendar = _.find(group, function(o) { return o.id == calendarData.id; });\n if (calendar)\n calendar.init(calendarData);\n });\n });\n };\n\n /**\n * @memberof Calendar\n * @desc Find a calendar among local instances (personal calendars, subscriptions and Web calendars).\n * @param {string} id - the calendar ID\n * @returns an object literal of the matching Calendar instance\n */\n Calendar.$get = function(id) {\n var calendar;\n\n calendar = _.find(Calendar.$calendars, function(o) { return o.id == id; });\n if (!calendar)\n calendar = _.find(Calendar.$subscriptions, function(o) { return o.id == id; });\n if (!calendar)\n calendar = _.find(Calendar.$webcalendars, function(o) { return o.id == id; });\n\n return calendar;\n };\n\n /**\n * @memberof Calendar\n * @desc Find a calendar among local instances (personal calendars, subscriptions and Web calendars).\n * @param {string} id - the calendar ID\n * @returns an object literal of the matching Calendar instance\n */\n Calendar.$getIndex = function(id) {\n var i;\n\n i = _.indexOf(_.map(Calendar.$calendars, 'id'), id);\n if (i < 0)\n i = _.indexOf(_.map(Calendar.$subscriptions, 'id'), id);\n if (i < 0)\n i = _.indexOf(_.map(Calendar.$webcalendars, 'id'), id);\n\n return i;\n };\n\n /**\n * @memberOf Calendar\n * @desc Subscribe to another user's calendar and add it to the list of calendars.\n * @param {string} uid - user id\n * @param {string} path - path of folder for specified user\n * @returns a promise of the HTTP query result\n */\n Calendar.$subscribe = function(uid, path) {\n var _this = this;\n return Calendar.$$resource.userResource(uid).fetch(path, 'subscribe').then(function(calendarData) {\n var calendar = new Calendar(angular.extend({ active: 1 }, calendarData));\n if (!_.find(_this.$subscriptions, function(o) {\n return o.id == calendarData.id;\n })) {\n Calendar.$add(calendar);\n }\n return calendar;\n });\n };\n\n /**\n * @memberOf Calendar\n * @desc Subscribe to a remote Web calendar\n * @param {string} url - URL of .ics file\n * @returns a promise of the HTTP query result\n */\n Calendar.$addWebCalendar = function(url) {\n var _this = this,\n d = Calendar.$q.defer();\n\n if (_.find(_this.$webcalendars, function(o) {\n return o.urls.webCalendarURL == url;\n })) {\n // Already subscribed\n d.reject();\n }\n else {\n Calendar.$$resource.post(null, 'addWebCalendar', { url: url }).then(function(calendarData) {\n angular.extend(calendarData, {\n isWebCalendar: true,\n isEditable: true,\n isRemote: false,\n owner: Calendar.activeUser.login,\n urls: { webCalendarURL: url }\n });\n var calendar = new Calendar(calendarData);\n Calendar.$$resource.fetch(calendar.id, 'reload').then(function(data) {\n // TODO: show a toast of the reload status\n Calendar.$log.debug(JSON.stringify(data, undefined, 2));\n Calendar.$add(calendar);\n d.resolve();\n }, function(response) {\n if (response.status == 401) {\n // Web calendar requires authentication\n d.resolve(calendar);\n }\n else {\n d.reject();\n }\n });\n }, d.reject);\n }\n\n return d.promise;\n };\n\n /**\n * @function reloadWebCalendars\n * @memberof Calendar\n * @desc Reload all Web calendars\n * @return a promise combining the results of all HTTP operations\n */\n Calendar.reloadWebCalendars = function() {\n var promises = [];\n\n _.forEach(this.$webcalendars, function(calendar) {\n var promise = Calendar.$$resource.fetch(calendar.id, 'reload');\n promise.then(function(data) {\n calendar.$error = false;\n }, function(response) {\n calendar.$error = l(response.statusText);\n });\n promises.push(promise);\n });\n\n return Calendar.$q.all(promises);\n };\n\n /**\n * @function $deleteComponents\n * @memberof Calendar\n * @desc Delete multiple components from calendar.\n * @return a promise of the HTTP operation\n */\n Calendar.$deleteComponents = function(components) {\n var _this = this, calendars = {}, promises = [];\n\n _.forEach(components, function(component) {\n if (!angular.isDefined(calendars[component.pid]))\n calendars[component.pid] = [];\n calendars[component.pid].push(component.id);\n });\n\n _.forEach(calendars, function(uids, pid) {\n promises.push(Calendar.$$resource.post(pid, 'batchDelete', {uids: uids}));\n });\n\n return Calendar.$q.all(promises);\n };\n\n /**\n * @function saveFoldersOrder\n * @desc Save to the user's settings the current calendars order.\n * @param {string[]} folders - the folders IDs\n * @returns a promise of the HTTP operation\n */\n Calendar.saveFoldersOrder = function(folders) {\n return this.$$resource.post(null, 'saveFoldersOrder', { folders: folders }).then(function() {\n Calendar.$Preferences.settings.Calendar.FoldersOrder = folders;\n if (!folders)\n // Calendars order was reset; reload list\n return Calendar.$$resource.fetch('calendarslist').then(function(data) {\n return Calendar.$findAll(data.calendars);\n });\n });\n };\n\n /**\n * @function init\n * @memberof Calendar.prototype\n * @desc Extend instance with new data and compute additional attributes.\n * @param {object} data - attributes of calendar\n */\n Calendar.prototype.init = function(data) {\n this.color = this.color || '#AAAAAA';\n this.active = 1;\n angular.extend(this, data);\n if (this.id) {\n this.$acl = new Calendar.$$Acl('Calendar/' + this.id);\n }\n // Add 'isOwned' and 'isSubscription' attributes based on active user (TODO: add it server-side?)\n this.isOwned = Calendar.activeUser.isSuperUser || this.owner == Calendar.activeUser.login;\n this.isSubscription = !this.isRemote && this.owner != Calendar.activeUser.login;\n if (angular.isUndefined(this.$shadowData)) {\n // Make a copy of the data for an eventual reset\n this.$shadowData = this.$omit();\n }\n };\n\n /**\n * @function $id\n * @memberof Calendar.prototype\n * @desc Resolve the calendar id.\n * @returns a promise of the calendar id\n */\n Calendar.prototype.$id = function() {\n if (this.id) {\n // Object already unwrapped\n return Calendar.$q.when(this.id);\n }\n else {\n // Wait until object is unwrapped\n return this.$futureCalendarData.then(function(calendar) {\n return calendar.id;\n });\n }\n };\n\n /**\n * @function getClassName\n * @memberof Calendar.prototype\n * @desc Return the calendar CSS class name based on its ID.\n * @returns a string representing the foreground CSS class name\n */\n Calendar.prototype.getClassName = function(base) {\n if (angular.isUndefined(base))\n base = 'fg';\n return base + '-folder' + this.id;\n };\n\n /**\n * @function $rename\n * @memberof Calendar.prototype\n * @desc Rename the calendar and keep the list sorted\n * @param {string} name - the new name\n * @returns a promise of the HTTP operation\n */\n Calendar.prototype.$rename = function() {\n var _this = this,\n i,\n calendars;\n\n if (this.name == this.$shadowData.name) {\n // Name hasn't changed\n return Calendar.$q.when();\n }\n\n if (this.isWebCalendar)\n calendars = Calendar.$webcalendars;\n else if (this.isSubscription)\n calendars = Calendar.$subscriptions;\n else\n calendars = Calendar.$calendars;\n\n i = _.indexOf(_.map(calendars, 'id'), this.id);\n if (i > -1) {\n return this.$save().then(function() {\n calendars.splice(i, 1);\n Calendar.$add(_this);\n });\n }\n else {\n return Calendar.$q.reject();\n }\n };\n\n /**\n * @function $delete\n * @memberof Calendar.prototype\n * @desc Delete the calendar from the server and the static list of calendars.\n * @returns a promise of the HTTP operation\n */\n Calendar.prototype.$delete = function() {\n var _this = this,\n list,\n promise;\n\n if (this.isSubscription) {\n promise = Calendar.$$resource.fetch(this.id, 'unsubscribe');\n list = Calendar.$subscriptions;\n }\n else {\n promise = Calendar.$$resource.remove(this.id);\n if (this.isWebCalendar)\n list = Calendar.$webcalendars;\n else\n list = Calendar.$calendars;\n }\n\n return promise.then(function() {\n var i = _.indexOf(_.map(list, 'id'), _this.id);\n list.splice(i, 1);\n });\n };\n\n /**\n * @function $reset\n * @memberof Calendar.prototype\n * @desc Reset the original state the calendar's data.\n */\n Calendar.prototype.$reset = function() {\n var _this = this;\n angular.forEach(this, function(value, key) {\n if (key != 'constructor' && key[0] != '$') {\n delete _this[key];\n }\n });\n angular.extend(this, this.$shadowData);\n this.$shadowData = this.$omit();\n };\n\n /**\n * @function $save\n * @memberof Calendar.prototype\n * @desc Save the calendar properties to the server.\n * @returns a promise of the HTTP operation\n */\n Calendar.prototype.$save = function() {\n var _this = this;\n\n return Calendar.$$resource.save(this.id, this.$omit()).then(function(data) {\n // Make a copy of the data for an eventual reset\n _this.$shadowData = _this.$omit();\n return data;\n }, function(data) {\n Calendar.$log.error(JSON.stringify(data, undefined, 2));\n // Restore previous version\n _this.$reset();\n return data;\n });\n };\n\n /**\n * @function setCredentials\n * @memberof Calendar.prototype\n * @desc Set the credentials for a Web calendar that requires authentication\n * @returns a promise of the HTTP operation\n */\n Calendar.prototype.setCredentials = function(username, password) {\n var _this = this,\n d = Calendar.$q.defer();\n\n Calendar.$$resource.post(this.id, 'set-credentials', { username: username, password: password }).then(function() {\n Calendar.$$resource.fetch(_this.id, 'reload').then(function(data) {\n Calendar.$add(_this);\n d.resolve();\n }, function(response) {\n if (response.status == 401) {\n // Authentication failed\n d.reject(l('Wrong username or password'));\n }\n else {\n d.reject(response.statusText);\n }\n });\n }, d.reject);\n\n return d.promise;\n };\n\n /**\n * @function export\n * @memberof Calendar.prototype\n * @desc Export the calendar\n * @returns a promise of the HTTP operation\n */\n Calendar.prototype.export = function() {\n return Calendar.$$resource.download(this.id + '.ics', 'export', null, {type: 'application/octet-stream'});\n };\n\n /**\n * @function $setActivation\n * @memberof Calendar.prototype\n * @desc Either activate or deactivate the calendar.\n * @returns a promise of the HTTP operation\n */\n Calendar.prototype.$setActivation = function() {\n return Calendar.$$resource.fetch(this.id, (this.active?'':'de') + 'activateFolder');\n };\n\n /**\n * @function $getComponent\n * @memberof Calendar.prototype\n * @desc Fetch a component attributes from the server.\n * @returns a promise of the HTTP operation\n */\n Calendar.prototype.$getComponent = function(componentId, recurrenceId) {\n return Calendar.$Component.$find(this.id, componentId, recurrenceId);\n };\n\n /**\n * @function $unwrap\n * @memberof Calendar.prototype\n * @desc Unwrap a promise\n * @param {promise} futureCalendarData - a promise of the Calendar's data\n */\n Calendar.prototype.$unwrap = function(futureCalendarData) {\n var _this = this;\n\n // Expose and resolve the promise\n this.$futureCalendarData = futureCalendarData.then(function(data) {\n return Calendar.$timeout(function() {\n // Extend Calendar instance with received data\n _this.init(data);\n return _this;\n });\n }, function(data) {\n _this.isError = true;\n if (angular.isObject(data)) {\n Calendar.$timeout(function() {\n angular.extend(_this, data);\n });\n }\n });\n };\n\n /**\n * @function $omit\n * @memberof Calendar.prototype\n * @desc Return a sanitized object used to send to the server.\n * @return an object literal copy of the Calendar instance\n */\n Calendar.prototype.$omit = function() {\n var calendar = {};\n angular.forEach(this, function(value, key) {\n if (key != 'constructor' &&\n key[0] != '$') {\n calendar[key] = value;\n }\n });\n return calendar;\n };\n})();\n","/* -*- Mode: javascript; indent-tabs-mode: nil; c-basic-offset: 2 -*- */\n\n(function() {\n 'use strict';\n\n /**\n * @name Component\n * @constructor\n * @param {object} futureComponentData - either an object literal or a promise\n */\n function Component(futureComponentData) {\n // Data is immediately available\n if (typeof futureComponentData.then !== 'function') {\n this.init(futureComponentData);\n if (this.pid && !this.id) {\n // Prepare for the creation of a new component;\n // Get UID from the server.\n var newComponentData = Component.$$resource.newguid(this.pid);\n this.$unwrap(newComponentData);\n this.isNew = true;\n }\n }\n else {\n // The promise will be unwrapped first\n this.$unwrap(futureComponentData);\n }\n }\n\n /**\n * @memberof Component\n * @desc The factory we'll use to register with Angular\n * @returns the Component constructor\n */\n Component.$factory = ['$q', '$timeout', '$log', 'sgSettings', 'sgComponent_STATUS', 'Preferences', 'Card', 'Gravatar', 'Resource', function($q, $timeout, $log, Settings, Component_STATUS, Preferences, Card, Gravatar, Resource) {\n angular.extend(Component, {\n STATUS: Component_STATUS,\n $q: $q,\n $timeout: $timeout,\n $log: $log,\n $Preferences: Preferences,\n $Card: Card,\n $gravatar: Gravatar,\n $$resource: new Resource(Settings.activeUser('folderURL') + 'Calendar', Settings.activeUser()),\n timeFormat: \"%H:%M\",\n // Filter parameters common to events and tasks\n $query: { value: '', search: 'title_Category_Location' },\n // Filter paramaters specific to events\n $queryEvents: { sort: 'start', asc: 1, filterpopup: 'view_next7' },\n // Filter parameters specific to tasks\n $queryTasks: { sort: 'status', asc: 1, filterpopup: 'view_incomplete' },\n $refreshTimeout: null,\n $ghost: {}\n });\n Preferences.ready().then(function() {\n // Initialize filter parameters from user's settings\n if (Preferences.settings.Calendar.EventsFilterState)\n Component.$queryEvents.filterpopup = Preferences.settings.Calendar.EventsFilterState;\n if (Preferences.settings.Calendar.TasksFilterState)\n Component.$queryTasks.filterpopup = Preferences.settings.Calendar.TasksFilterState;\n if (Preferences.settings.Calendar.EventsSortingState) {\n Component.$queryEvents.sort = Preferences.settings.Calendar.EventsSortingState[0];\n Component.$queryEvents.asc = parseInt(Preferences.settings.Calendar.EventsSortingState[1]);\n }\n if (Preferences.settings.Calendar.TasksSortingState) {\n Component.$queryTasks.sort = Preferences.settings.Calendar.TasksSortingState[0];\n Component.$queryTasks.asc = parseInt(Preferences.settings.Calendar.TasksSortingState[1]);\n }\n Component.$queryTasks.show_completed = parseInt(Preferences.settings.ShowCompletedTasks);\n // Initialize categories from user's defaults\n Component.$categories = Preferences.defaults.SOGoCalendarCategoriesColors;\n // Initialize time format from user's defaults\n if (Preferences.defaults.SOGoTimeFormat) {\n Component.timeFormat = Preferences.defaults.SOGoTimeFormat;\n }\n });\n\n return Component; // return constructor\n }];\n\n /**\n * @module SOGo.SchedulerUI\n * @desc Factory registration of Component in Angular module.\n */\n try {\n angular.module('SOGo.SchedulerUI');\n }\n catch(e) {\n angular.module('SOGo.SchedulerUI', ['SOGo.Common']);\n }\n angular.module('SOGo.SchedulerUI')\n .constant('sgComponent_STATUS', {\n NOT_LOADED: 0,\n DELAYED_LOADING: 1,\n LOADING: 2,\n LOADED: 3,\n DELAYED_MS: 300\n })\n .factory('Component', Component.$factory);\n\n /**\n * @function $selectedCount\n * @memberof Component\n * @desc Return the number of events or tasks selected by the user.\n * @returns the number of selected events or tasks\n */\n Component.$selectedCount = function() {\n var count;\n\n count = 0;\n if (Component.$events) {\n count += (_.filter(Component.$events, function(event) { return event.selected; })).length;\n }\n if (Component.$tasks) {\n count += (_.filter(Component.$tasks, function(task) { return task.selected; })).length;\n }\n return count;\n };\n\n /**\n * @function $startRefreshTimeout\n * @memberof Component\n * @desc Starts the refresh timeout for the current selected component type, for all calendars\n */\n Component.$startRefreshTimeout = function(type) {\n var _this = this;\n\n if (Component.$refreshTimeout)\n Component.$timeout.cancel(Component.$refreshTimeout);\n\n Component.$Preferences.ready().then(function() {\n // Restart the refresh timer, if needed\n var refreshViewCheck = Component.$Preferences.defaults.SOGoRefreshViewCheck;\n if (refreshViewCheck && refreshViewCheck != 'manually') {\n var f = angular.bind(_this, Component.$filter, type);\n Component.$refreshTimeout = Component.$timeout(f, refreshViewCheck.timeInterval()*1000);\n }\n });\n };\n\n /**\n * @function $isLoading\n * @memberof Component\n * @returns true if the components list is still being retrieved from server after a specific delay\n * @see sgMessage_STATUS\n */\n Component.$isLoading = function() {\n return Component.$loaded == Component.STATUS.LOADING;\n };\n\n /**\n * @function $filter\n * @memberof Component\n * @desc Search for components matching some criterias\n * @param {string} type - either 'events' or 'tasks'\n * @param {object} [options] - additional options to the query\n * @returns a collection of Components instances\n */\n Component.$filter = function(type, options) {\n var _this = this,\n now = new Date(),\n day = now.getDate(),\n month = now.getMonth() + 1,\n year = now.getFullYear(),\n queryKey = '$query' + type.capitalize(),\n params = {\n day: '' + year + (month < 10?'0':'') + month + (day < 10?'0':'') + day,\n };\n\n Component.$startRefreshTimeout(type);\n\n return this.$Preferences.ready().then(function() {\n var futureComponentData,\n dirty = false,\n otherType;\n\n angular.extend(_this.$query, params);\n\n if (options) {\n _.forEach(_.keys(options), function(key) {\n // Query parameters common to events and tasks are compared\n dirty |= (_this.$query[key] && options[key] != Component.$query[key]);\n if (key == 'reload' && options[key])\n dirty = true;\n // Update either the common parameters or the type-specific parameters\n else if (angular.isDefined(_this.$query[key]))\n _this.$query[key] = options[key];\n else\n _this[queryKey][key] = options[key];\n });\n }\n\n // Perform query with both common and type-specific parameters\n futureComponentData = _this.$$resource.fetch(null, type + 'list',\n angular.extend(_this[queryKey], _this.$query));\n\n // Invalidate cached results of other type if $query has changed\n otherType = (type == 'tasks')? '$events' : '$tasks';\n if (dirty) {\n delete Component[otherType];\n Component.$log.debug('force reload of ' + otherType);\n }\n\n return _this.$unwrapCollection(type, futureComponentData);\n });\n };\n\n /**\n * @function $find\n * @desc Fetch a component from a specific calendar.\n * @param {string} calendarId - the calendar ID\n * @param {string} componentId - the component ID\n * @param {string} [occurrenceId] - the component ID\n * @see {@link Calendar.$getComponent}\n */\n Component.$find = function(calendarId, componentId, occurrenceId) {\n var futureComponentData, path = [calendarId, componentId];\n\n if (occurrenceId)\n path.push(occurrenceId);\n\n futureComponentData = this.$$resource.fetch(path.join('/'), 'view');\n\n return new Component(futureComponentData);\n };\n\n /**\n * @function filterCategories\n * @desc Search for categories matching some criterias\n * @param {string} search - the search string to match\n * @returns a collection of strings\n */\n Component.filterCategories = function(query) {\n var re = new RegExp(query, 'i');\n return _.filter(_.keys(Component.$categories), function(category) {\n return category.search(re) != -1;\n });\n };\n\n /**\n * @function saveSelectedList\n * @desc Save to the user's settings the currently selected list.\n * @param {string} componentType - either \"events\" or \"tasks\"\n * @returns a promise of the HTTP operation\n */\n Component.saveSelectedList = function(componentType) {\n return this.$$resource.post(null, 'saveSelectedList', { list: componentType + 'ListView' });\n };\n\n /**\n * @function $eventsBlocksForView\n * @desc Events blocks for a specific week\n * @param {string} view - Either 'day' or 'week'\n * @param {Date} type - Date of any day of the desired period\n * @returns a promise of a collection of objects describing the events blocks\n */\n Component.$eventsBlocksForView = function(view, date) {\n var _this = this;\n\n return Component.$Preferences.ready().then(function(data) {\n var firstDayOfWeek, viewAction, startDate, endDate, params;\n firstDayOfWeek = Component.$Preferences.defaults.SOGoFirstDayOfWeek;\n\n if (view == 'day') {\n viewAction = 'dayView';\n startDate = endDate = date;\n }\n else if (view == 'multicolumnday') {\n viewAction = 'multicolumndayView';\n startDate = endDate = date;\n }\n else if (view == 'week') {\n viewAction = 'weekView';\n startDate = date.beginOfWeek(firstDayOfWeek);\n endDate = new Date();\n endDate.setTime(startDate.getTime());\n endDate.addDays(6);\n }\n else if (view == 'month') {\n viewAction = 'monthView';\n startDate = date;\n startDate.setDate(1);\n startDate = startDate.beginOfWeek(firstDayOfWeek);\n endDate = new Date();\n endDate.setTime(date.getTime());\n endDate.setMonth(endDate.getMonth() + 1);\n endDate.addDays(-1);\n endDate = endDate.endOfWeek(firstDayOfWeek);\n }\n return _this.$eventsBlocks(viewAction, startDate, endDate);\n });\n };\n\n /**\n * @function $eventsBlocks\n * @desc Events blocks for a specific view and period\n * @param {string} view - Either 'day', 'multicolumnday', 'week' or 'month'\n * @param {Date} startDate - period's start date\n * @param {Date} endDate - period's end date\n * @returns a promise of a collection of objects describing the events blocks\n */\n Component.$eventsBlocks = function(view, startDate, endDate) {\n var params, futureComponentData, i, j, dayDates = [], dayNumbers = [],\n deferred = Component.$q.defer();\n\n params = { view: view.toLowerCase(), sd: startDate.getDayString(), ed: endDate.getDayString() };\n futureComponentData = this.$$resource.fetch(null, 'eventsblocks', params);\n futureComponentData.then(function(views) {\n var reduceComponent, associateComponent;\n\n reduceComponent = function(objects, eventData, i) {\n var componentData = _.zipObject(this.eventsFields, eventData),\n start = new Date(componentData.c_startdate * 1000),\n component;\n componentData.hour = start.getHourString();\n componentData.blocks = [];\n component = new Component(componentData);\n // Filter out categories for which there's no associated color\n component.categories = _.filter(component.categories, function(name) {\n return Component.$Preferences.defaults.SOGoCalendarCategoriesColors[name];\n });\n objects.push(component);\n return objects;\n };\n\n associateComponent = function(block) {\n this[block.nbr].blocks.push(block); // Associate block to component\n block.component = this[block.nbr]; // Associate component to block\n };\n\n Component.$views = [];\n Component.$timeout(function() {\n _.forEach(views, function(data, viewIndex) {\n var components = [], blocks = {}, allDayBlocks = {}, viewData;\n\n // Change some attributes names\n data.eventsFields.splice(_.indexOf(data.eventsFields, 'c_folder'), 1, 'pid');\n data.eventsFields.splice(_.indexOf(data.eventsFields, 'c_name'), 1, 'id');\n data.eventsFields.splice(_.indexOf(data.eventsFields, 'c_recurrence_id'), 1, 'occurrenceId');\n data.eventsFields.splice(_.indexOf(data.eventsFields, 'c_title'), 1, 'summary');\n\n // Instantiate Component objects\n _.reduce(data.events, _.bind(reduceComponent, data), components);\n\n // Associate Component objects to blocks positions\n _.forEach(_.flatten(data.blocks), _.bind(associateComponent, components));\n\n // Associate Component objects to all-day blocks positions\n _.forEach(_.flatten(data.allDayBlocks), _.bind(associateComponent, components));\n\n // Build array of dates\n if (dayDates.length === 0) {\n dayDates = _.flatMap(data.days, 'date');\n dayNumbers = _.flatMap(data.days, 'number');\n }\n\n // Convert array of blocks to an object literal with date strings as keys\n for (i = 0; i < data.blocks.length; i++) {\n for (j = 0; j < data.blocks[i].length; j++) {\n data.blocks[i][j].dayIndex = i + (viewIndex * data.blocks.length);\n data.blocks[i][j].dayNumber = dayNumbers[i];\n }\n blocks[dayDates[i]] = data.blocks[i];\n }\n\n // Convert array of all-day blocks to object with days as keys\n for (i = 0; i < data.allDayBlocks.length; i++) {\n for (j = 0; j < data.allDayBlocks[i].length; j++) {\n data.allDayBlocks[i][j].dayIndex = i + (viewIndex * data.allDayBlocks.length);\n data.allDayBlocks[i][j].dayNumber = dayNumbers[i];\n }\n allDayBlocks[dayDates[i]] = data.allDayBlocks[i];\n }\n\n // \"blocks\" is now an object literal with the following structure:\n // { day: [\n // { start: number,\n // length: number,\n // siblings: number,\n // realSiblings: number,\n // position: number,\n // nbr: number,\n // component: Component },\n // .. ],\n // .. }\n //\n // Where day is a string with format YYYYMMDD\n\n Component.$log.debug('blocks ready (' + _.flatten(data.blocks).length + ')');\n Component.$log.debug('all day blocks ready (' + _.flatten(data.allDayBlocks).length + ')');\n\n // Save the blocks to the object model\n viewData = { blocks: blocks, allDayBlocks: allDayBlocks };\n if (data.id && data.calendarName) {\n // The multicolumnday view also includes calendar information\n viewData.id = data.id;\n viewData.calendarName = data.calendarName;\n }\n Component.$views.push(viewData);\n });\n\n deferred.resolve(Component.$views);\n });\n }, deferred.reject);\n\n return deferred.promise;\n };\n\n /**\n * @function $unwrapCollection\n * @desc Unwrap a promise and instanciate new Component objects using received data.\n * @param {string} type - either 'events' or 'tasks'\n * @param {promise} futureComponentData - a promise of the components' metadata\n * @returns a promise of the HTTP operation\n */\n Component.$unwrapCollection = function(type, futureComponentData) {\n var _this = this,\n components = [];\n\n // Components list is not loaded yet\n Component.$loaded = Component.STATUS.DELAYED_LOADING;\n Component.$timeout(function() {\n if (Component.$loaded != Component.STATUS.LOADED)\n Component.$loaded = Component.STATUS.LOADING;\n }, Component.STATUS.DELAYED_MS);\n\n return futureComponentData.then(function(data) {\n return Component.$timeout(function() {\n var fields = _.invokeMap(data.fields, 'toLowerCase');\n fields.splice(_.indexOf(fields, 'c_folder'), 1, 'pid');\n fields.splice(_.indexOf(fields, 'c_name'), 1, 'id');\n fields.splice(_.indexOf(fields, 'c_recurrence_id'), 1, 'occurrenceId');\n\n // Instanciate Component objects\n _.reduce(data[type], function(components, componentData, i) {\n var data = _.zipObject(fields, componentData), component;\n component = new Component(data);\n // Filter out categories for which there's no associated color\n component.categories = _.filter(component.categories, function(name) {\n return Component.$Preferences.defaults.SOGoCalendarCategoriesColors[name];\n });\n components.push(component);\n return components;\n }, components);\n\n Component.$log.debug('list of ' + type + ' ready (' + components.length + ')');\n\n // Save the list of components to the object model\n Component['$' + type] = components;\n\n Component.$loaded = Component.STATUS.LOADED;\n\n return components;\n });\n });\n };\n\n /**\n * @function $resetGhost\n * @desc Prepare the ghost object for the next drag by resetting appropriate attributes\n */\n Component.$resetGhost = function() {\n this.$ghost.pointerHandler = null;\n this.$ghost.component = null;\n this.$ghost.startHour = null;\n this.$ghost.endHour = null;\n };\n\n /**\n * @function $parseDate\n * @desc Parse a date string with format YYYY-MM-DDTHH:MM\n * @param {string} dateString - the string representing the date\n * @param {object} [options] - additional options (use {no_time: true} to ignore the time)\n * @returns a date object\n */\n Component.$parseDate = function(dateString, options) {\n var date, time;\n\n date = dateString.substring(0,10).split('-');\n\n if (options && options.no_time)\n return new Date(parseInt(date[0]), parseInt(date[1]) - 1, parseInt(date[2]));\n\n time = dateString.substring(11,16).split(':');\n\n return new Date(parseInt(date[0]), parseInt(date[1]) - 1, parseInt(date[2]),\n parseInt(time[0]), parseInt(time[1]), 0, 0);\n };\n\n /**\n * @function init\n * @memberof Component.prototype\n * @desc Extend instance with required attributes and new data.\n * @param {object} data - attributes of component\n */\n Component.prototype.init = function(data) {\n var _this = this;\n\n this.categories = [];\n this.repeat = {};\n this.alarm = { action: 'display', quantity: 5, unit: 'MINUTES', reference: 'BEFORE', relation: 'START' };\n this.status = 'not-specified';\n this.delta = 60;\n angular.extend(this, data);\n\n if (this.component == 'vevent')\n this.type = 'appointment';\n else if (this.component == 'vtodo')\n this.type = 'task';\n\n if (this.startDate) {\n if (angular.isString(this.startDate))\n // Ex: 2015-10-25T22:34:51+00:00\n this.start = Component.$parseDate(this.startDate);\n else\n // Date object\n this.start = this.startDate;\n }\n else if (this.type == 'appointment') {\n this.start = new Date();\n this.start.setMinutes(Math.round(this.start.getMinutes()/15)*15);\n }\n\n if (this.endDate) {\n this.end = Component.$parseDate(this.endDate);\n this.delta = this.start.minutesTo(this.end);\n }\n else if (this.type == 'appointment') {\n this.setDelta(this.delta);\n }\n\n if (this.dueDate)\n this.due = Component.$parseDate(this.dueDate);\n\n if (this.completedDate)\n this.completed = Component.$parseDate(this.completedDate);\n else if (this.type == 'task')\n this.completed = new Date();\n\n if (this.c_category)\n this.categories = _.invokeMap(this.c_category, 'asCSSIdentifier');\n\n // Parse recurrence rule definition and initialize default values\n this.$isRecurrent = angular.isDefined(data.repeat);\n if (this.repeat.days) {\n var byDayMask = _.find(this.repeat.days, function(o) {\n return angular.isDefined(o.occurrence);\n });\n if (byDayMask) {\n if (this.repeat.frequency == 'yearly')\n this.repeat.year = { byday: true };\n this.repeat.month = {\n type: 'byday',\n occurrence: byDayMask.occurrence.toString(),\n day: byDayMask.day\n };\n }\n }\n else {\n this.repeat.days = [];\n }\n if (angular.isUndefined(this.repeat.frequency))\n this.repeat.frequency = 'never';\n if (angular.isUndefined(this.repeat.interval))\n this.repeat.interval = 1;\n if (angular.isUndefined(this.repeat.month))\n this.repeat.month = { occurrence: '1', day: 'SU', type: 'bymonthday' };\n if (angular.isUndefined(this.repeat.monthdays))\n // TODO: initialize this.repeat.monthdays with month day of start date\n this.repeat.monthdays = [];\n if (angular.isUndefined(this.repeat.months))\n // TODO: initialize this.repeat.months with month of start date\n this.repeat.months = [];\n if (angular.isUndefined(this.repeat.year))\n this.repeat.year = {};\n if (this.repeat.count)\n this.repeat.end = 'count';\n else if (this.repeat.until) {\n this.repeat.end = 'until';\n this.repeat.until = Component.$parseDate(this.repeat.until, { no_time: true });\n }\n else\n this.repeat.end = 'never';\n this.$hasCustomRepeat = this.hasCustomRepeat();\n\n if (this.isNew) {\n // Set default values\n Component.$Preferences.ready().then(function() {\n var type = (_this.type == 'appointment')? 'Events' : 'Tasks';\n\n // Set default classification\n _this.classification = Component.$Preferences.defaults['SOGoCalendar' + type + 'DefaultClassification'].toLowerCase();\n\n // Set default alarm\n var units = { M: 'MINUTES', H: 'HOURS', D: 'DAYS', W: 'WEEKS' };\n var match = /-PT?([0-9]+)([MHDW])/.exec(Component.$Preferences.defaults.SOGoCalendarDefaultReminder);\n if (match) {\n _this.$hasAlarm = true;\n _this.alarm.quantity = parseInt(match[1]);\n _this.alarm.unit = units[match[2]];\n }\n\n // Set notitifications\n _this.sendAppointmentNotifications = Component.$Preferences.defaults.SOGoAppointmentSendEMailNotifications;\n });\n }\n else {\n this.$hasAlarm = angular.isDefined(data.alarm);\n }\n\n // Allow the component to be moved to a different calendar\n this.destinationCalendar = this.pid;\n\n // if (this.organizer && this.organizer.email) {\n // this.organizer.$image = Component.$gravatar(this.organizer.email, 32);\n // }\n\n // Load freebusy of attendees\n this.updateFreeBusy();\n\n this.selected = false;\n };\n\n /**\n * @function hasCustomRepeat\n * @memberof Component.prototype\n * @desc Check if the component has a custom recurrence rule.\n * @returns true if the recurrence rule requires the full recurrence editor\n */\n Component.prototype.hasCustomRepeat = function() {\n var b = angular.isDefined(this.repeat) &&\n (this.repeat.interval > 1 ||\n this.repeat.days && this.repeat.days.length > 0 ||\n this.repeat.monthdays && this.repeat.monthdays.length > 0 ||\n this.repeat.months && this.repeat.months.length > 0);\n return b;\n };\n\n /**\n * @function isEditable\n * @memberof Component.prototype\n * @desc Check if the component is editable and not an occurrence of a recurrent component\n * @returns true or false\n */\n Component.prototype.isEditable = function() {\n return (!this.occurrenceId && !this.isReadOnly);\n };\n\n /**\n * @function isEditableOccurrence\n * @memberof Component.prototype\n * @desc Check if the component is editable and an occurrence of a recurrent component\n * @returns true or false\n */\n Component.prototype.isEditableOccurrence = function() {\n return (this.occurrenceId && !this.isReadOnly);\n };\n\n /**\n * @function isInvitation\n * @memberof Component.prototype\n * @desc Check if the component an invitation and not an occurrence of a recurrent component\n * @returns true or false\n */\n Component.prototype.isInvitation = function() {\n return (!this.occurrenceId && this.userHasRSVP);\n };\n\n /**\n * @function isInvitationOccurrence\n * @memberof Component.prototype\n * @desc Check if the component an invitation and an occurrence of a recurrent component\n * @returns true or false\n */\n Component.prototype.isInvitationOccurrence = function() {\n return (this.occurrenceId && this.userHasRSVP);\n };\n\n /**\n * @function isReadOnly\n * @memberof Component.prototype\n * @desc Check if the component is not editable and not an invitation\n * @returns true or false\n */\n Component.prototype.isReadOnly = function() {\n return (this.isReadOnly && !this.userHasRSVP);\n };\n\n /**\n * @function enablePercentComplete\n * @memberof Component.prototype\n * @desc Check if the percent completion should be enabled with respect to the\n * component's type and status.\n * @returns true if the percent completion should be displayed\n */\n Component.prototype.enablePercentComplete = function() {\n return (this.type == 'task' &&\n this.status != 'not-specified' &&\n this.status != 'cancelled');\n };\n\n /**\n * @function coversFreeBusy\n * @memberof Component.prototype\n * @desc Check if a specific quarter matches the component's period\n * @returns true if the quarter covers the component's period\n */\n Component.prototype.coversFreeBusy = function(day, hour, quarter) {\n var b = (angular.isDefined(this.freebusy[day]) &&\n angular.isDefined(this.freebusy[day][hour]) &&\n this.freebusy[day][hour][quarter] == 1);\n return b;\n };\n\n /**\n * @function updateFreeBusyCoverage\n * @memberof Component.prototype\n * @desc Build a 15-minute-based representation of the component's period.\n * @returns an object literal hashed by days and hours and arrays of four 1's and 0's\n */\n Component.prototype.updateFreeBusyCoverage = function() {\n var _this = this, freebusy = {};\n\n if (this.start && this.end) {\n var roundedStart = new Date(this.start.getTime()),\n roundedEnd = new Date(this.end.getTime()),\n startQuarter = parseInt(roundedStart.getMinutes()/15 + 0.5),\n endQuarter = parseInt(roundedEnd.getMinutes()/15 + 0.5);\n roundedStart.setMinutes(15*startQuarter);\n roundedEnd.setMinutes(15*endQuarter);\n\n _.forEach(roundedStart.daysUpTo(roundedEnd), function(date, index) {\n var currentDay = date.getDate(),\n dayKey = date.getDayString(),\n hourKey;\n if (dayKey == _this.start.getDayString()) {\n hourKey = date.getHours().toString();\n freebusy[dayKey] = {};\n freebusy[dayKey][hourKey] = [];\n while (startQuarter > 0) {\n freebusy[dayKey][hourKey].push(0);\n startQuarter--;\n }\n }\n else {\n date = date.beginOfDay();\n freebusy[dayKey] = {};\n }\n while (date.getTime() < _this.end.getTime() &&\n date.getDate() == currentDay) {\n hourKey = date.getHours().toString();\n if (angular.isUndefined(freebusy[dayKey][hourKey]))\n freebusy[dayKey][hourKey] = [];\n freebusy[dayKey][hourKey].push(1);\n date.addMinutes(15);\n }\n });\n return freebusy;\n }\n };\n\n /**\n * @function updateFreeBusy\n * @memberof Component.prototype\n * @desc Update the freebusy coverage representation and the attendees freebusy information\n */\n Component.prototype.updateFreeBusy = function() {\n var _this = this;\n\n this.freebusy = this.updateFreeBusyCoverage();\n\n if (this.attendees) {\n _.forEach(this.attendees, function(attendee) {\n attendee.image = Component.$gravatar(attendee.email, 32);\n _this.updateFreeBusyAttendee(attendee);\n });\n }\n };\n\n /**\n * @function setDelta\n * @memberof Component.prototype\n * @desc Set the end time to the specified number of minutes after the start time.\n * @param {number} delta - the number of minutes\n */\n Component.prototype.setDelta = function(delta) {\n this.delta = delta;\n this.end = new Date(this.start.getTime());\n this.end.setMinutes(Math.round(this.end.getMinutes()/15)*15);\n this.end.addMinutes(this.delta);\n };\n\n /**\n * @function updateFreeBusyAttendee\n * @memberof Component.prototype\n * @desc Update the freebusy information for the component's period for a specific attendee.\n * @param {Object} card - an Card object instance of the attendee\n */\n Component.prototype.updateFreeBusyAttendee = function(attendee) {\n var params, url, days;\n if (attendee.uid) {\n params =\n {\n sday: this.start.getDayString(),\n eday: this.end.getDayString()\n };\n url = ['..', '..', attendee.uid, 'freebusy.ifb'];\n days = _.map(this.start.daysUpTo(this.end), function(day) { return day.getDayString(); });\n\n if (angular.isUndefined(attendee.freebusy))\n attendee.freebusy = {};\n\n // Fetch FreeBusy information\n Component.$$resource.fetch(url.join('/'), 'ajaxRead', params).then(function(data) {\n _.forEach(days, function(day) {\n var hour;\n\n if (angular.isUndefined(attendee.freebusy[day]))\n attendee.freebusy[day] = {};\n\n if (angular.isUndefined(data[day]))\n data[day] = {};\n\n for (var i = 0; i <= 23; i++) {\n hour = i.toString();\n if (data[day][hour])\n attendee.freebusy[day][hour] = [\n data[day][hour][\"0\"],\n data[day][hour][\"15\"],\n data[day][hour][\"30\"],\n data[day][hour][\"45\"]\n ];\n else\n attendee.freebusy[day][hour] = [0, 0, 0, 0];\n }\n });\n });\n }\n };\n\n /**\n * @function getClassName\n * @memberof Component.prototype\n * @desc Return the component CSS class name based on its container (calendar) ID.\n * @param {string} [base] - the prefix to add to the class name (defaults to \"fg\")\n * @returns a string representing the foreground CSS class name\n */\n Component.prototype.getClassName = function(base) {\n if (angular.isUndefined(base))\n base = 'fg';\n return base + '-folder' + (this.destinationCalendar || this.c_folder || this.pid);\n };\n\n /**\n * @function addAttendee\n * @memberof Component.prototype\n * @desc Add an attendee and fetch his freebusy info.\n * @param {Object} card - an Card object instance to be added to the attendees list\n */\n Component.prototype.addAttendee = function(card) {\n var _this = this, attendee, list, url, params;\n if (card) {\n if (card.$isList({expandable: true})) {\n // Decompose list members\n list = Component.$Card.$find(card.container, card.c_name);\n list.$id().then(function(listId) {\n _.forEach(list.refs, function(ref) {\n attendee = {\n name: ref.c_cn,\n email: ref.$preferredEmail(),\n role: 'req-participant',\n partstat: 'needs-action',\n uid: ref.c_uid\n };\n if (!_.find(_this.attendees, function(o) {\n return o.email == attendee.email;\n })) {\n // Contact is not already an attendee, add it\n attendee.image = Component.$gravatar(attendee.email, 32);\n if (_this.attendees)\n _this.attendees.push(attendee);\n else\n _this.attendees = [attendee];\n _this.updateFreeBusyAttendee(attendee);\n }\n });\n });\n }\n else {\n // Single contact\n attendee = {\n name: card.c_cn,\n email: card.$preferredEmail(),\n role: 'req-participant',\n partstat: 'needs-action',\n uid: card.c_uid\n };\n if (!_.find(this.attendees, function(o) {\n return o.email == attendee.email;\n })) {\n attendee.image = Component.$gravatar(attendee.email, 32);\n if (this.attendees)\n this.attendees.push(attendee);\n else\n this.attendees = [attendee];\n this.updateFreeBusyAttendee(attendee);\n }\n }\n }\n };\n\n /**\n * @function hasAttendee\n * @memberof Component.prototype\n * @desc Verify if one of the email addresses of a Card instance matches an attendee.\n * @param {Object} card - an Card object instance\n * @returns true if the Card matches an attendee\n */\n Component.prototype.hasAttendee = function(card) {\n var attendee = _.find(this.attendees, function(attendee) {\n return _.find(card.emails, function(email) {\n return email.value == attendee.email;\n });\n });\n return angular.isDefined(attendee);\n };\n\n /**\n * @function deleteAttendee\n * @memberof Component.prototype\n * @desc Remove an attendee from the component\n * @param {Object} attendee - an object literal defining an attendee\n */\n Component.prototype.deleteAttendee = function(attendee) {\n var index = _.findIndex(this.attendees, function(currentAttendee) {\n return currentAttendee.email == attendee.email;\n });\n this.attendees.splice(index, 1);\n };\n\n /**\n * @function canRemindAttendeesByEmail\n * @memberof Component.prototype\n * @desc Verify if the component's reminder must be send by email and if it has at least one attendee.\n * @returns true if attendees can receive a reminder by email\n */\n Component.prototype.canRemindAttendeesByEmail = function() {\n return this.alarm.action == 'email' &&\n !this.isReadOnly &&\n this.attendees && this.attendees.length > 0;\n };\n\n /**\n * @function addAttachUrl\n * @memberof Component.prototype\n * @desc Add a new attach URL if not already defined\n * @param {string} attachUrl - the URL\n * @returns the number of values in the list of attach URLs\n */\n Component.prototype.addAttachUrl = function(attachUrl) {\n if (angular.isUndefined(this.attachUrls)) {\n this.attachUrls = [{value: attachUrl}];\n }\n else {\n for (var i = 0; i < this.attachUrls.length; i++) {\n if (this.attachUrls[i].value == attachUrl) {\n break;\n }\n }\n if (i == this.attachUrls.length)\n this.attachUrls.push({value: attachUrl});\n }\n return this.attachUrls.length - 1;\n };\n\n /**\n * @function deleteAttachUrl\n * @memberof Component.prototype\n * @desc Remove an attach URL\n * @param {number} index - the URL index in the list of attach URLs\n */\n Component.prototype.deleteAttachUrl = function(index) {\n if (index > -1 && this.attachUrls.length > index) {\n this.attachUrls.splice(index, 1);\n }\n };\n\n /**\n * @function $addDueDate\n * @memberof Component.prototype\n * @desc Add a due date\n */\n Component.prototype.$addDueDate = function() {\n this.due = new Date();\n this.due.setMinutes(Math.round(this.due.getMinutes()/15)*15);\n this.dueDate = this.due.toISOString();\n };\n\n /**\n * @function $deleteDueDate\n * @memberof Component.prototype\n * @desc Delete a due date\n */\n Component.prototype.$deleteDueDate = function() {\n delete this.due;\n delete this.dueDate;\n };\n\n /**\n * @function $addStartDate\n * @memberof Component.prototype\n * @desc Add a start date\n */\n Component.prototype.$addStartDate = function() {\n this.start = new Date();\n this.start.setMinutes(Math.round(this.start.getMinutes()/15)*15);\n };\n\n /**\n * @function $deleteStartDate\n * @memberof Component.prototype\n * @desc Delete a start date\n */\n Component.prototype.$deleteStartDate = function() {\n delete this.start;\n delete this.startDate;\n };\n\n /**\n * @function $reset\n * @memberof Component.prototype\n * @desc Reset the original state the component's data.\n */\n Component.prototype.$reset = function() {\n var _this = this;\n angular.forEach(this, function(value, key) {\n if (key != 'constructor' && key[0] != '$') {\n delete _this[key];\n }\n });\n this.init(this.$shadowData);\n this.$shadowData = this.$omit();\n };\n\n /**\n * @function $reply\n * @memberof Component.prototype\n * @desc Reply to an invitation.\n * @returns a promise of the HTTP operation\n */\n Component.prototype.$reply = function() {\n var _this = this, data, path = [this.pid, this.id];\n\n if (this.occurrenceId)\n path.push(this.occurrenceId);\n\n data = {\n reply: this.reply,\n delegatedTo: this.delegatedTo,\n alarm: this.$hasAlarm? this.alarm : {}\n };\n\n return Component.$$resource.save(path.join('/'), data, { action: 'rsvpAppointment' })\n .then(function(data) {\n // Make a copy of the data for an eventual reset\n _this.$shadowData = _this.$omit();\n return data;\n });\n };\n\n /**\n * @function $adjust\n * @memberof Component.prototype\n * @desc Adjust the start, day, and/or duration of the component\n * @returns a promise of the HTTP operation\n */\n Component.prototype.$adjust = function(params) {\n var path = [this.pid, this.id];\n\n if (_.every(_.values(params), function(v) { return v === 0; }))\n // No changes\n return Component.$q.when();\n\n if (this.occurrenceId)\n path.push(this.occurrenceId);\n\n Component.$log.debug('adjust ' + path.join('/') + ' ' + JSON.stringify(params));\n\n return Component.$$resource.save(path.join('/'), params, { action: 'adjust' });\n };\n\n /**\n * @function $save\n * @memberof Component.prototype\n * @desc Save the component to the server.\n * @param {object} extraAttributes - additional attributes to send to the server\n */\n Component.prototype.$save = function(extraAttributes) {\n var _this = this, options, path, component, date, dlp;\n\n component = this.$omit();\n dlp = Component.$Preferences.$mdDateLocaleProvider;\n\n // Format dates and times\n component.startDate = component.start ? component.start.format(dlp, '%Y-%m-%d') : '';\n component.startTime = component.start ? component.start.format(dlp, '%H:%M') : '';\n component.endDate = component.end ? component.end.format(dlp, '%Y-%m-%d') : '';\n component.endTime = component.end ? component.end.format(dlp, '%H:%M') : '';\n component.dueDate = component.due ? component.due.format(dlp, '%Y-%m-%d') : '';\n component.dueTime = component.due ? component.due.format(dlp, '%H:%M') : '';\n component.completedDate = component.completed ? component.completed.format(dlp, '%Y-%m-%d') : '';\n\n // Update recurrence definition depending on selections\n if (this.$hasCustomRepeat) {\n if (this.repeat.frequency == 'monthly' && this.repeat.month.type && this.repeat.month.type == 'byday' ||\n this.repeat.frequency == 'yearly' && this.repeat.year.byday) {\n // BYDAY mask for a monthly or yearly recurrence\n delete component.repeat.monthdays;\n component.repeat.days = [{ day: this.repeat.month.day, occurrence: this.repeat.month.occurrence.toString() }];\n }\n else if ((this.repeat.frequency == 'monthly' || this.repeat.frequency == 'yearly') &&\n this.repeat.month.type) {\n // montly recurrence by month days or yearly by month\n delete component.repeat.days;\n }\n }\n else if (this.repeat.frequency && this.repeat.frequency != 'never') {\n component.repeat = { frequency: this.repeat.frequency };\n }\n if (this.repeat.frequency) {\n if (this.repeat.end == 'until' && this.repeat.until)\n component.repeat.until = this.repeat.until.stringWithSeparator('-');\n else if (this.repeat.end == 'count' && this.repeat.count)\n component.repeat.count = this.repeat.count;\n else {\n delete component.repeat.until;\n delete component.repeat.count;\n }\n }\n else {\n delete component.repeat;\n }\n\n // Check status\n if (this.status == 'not-specified')\n delete component.status;\n else if (this.status != 'completed')\n delete component.completedDate;\n\n // Verify alarm\n if (this.$hasAlarm) {\n if (this.alarm.action && this.alarm.action == 'email' &&\n !(this.attendees && this.attendees.length > 0)) {\n // No attendees; email reminder must be sent to organizer only\n component.alarm.attendees = 0;\n component.alarm.organizer = 1;\n }\n }\n else {\n component.alarm = {};\n }\n\n // Build URL\n path = [this.pid, this.id];\n\n if (this.isNew)\n options = { action: 'saveAs' + this.type.capitalize() };\n\n if (this.occurrenceId)\n path.push(this.occurrenceId);\n\n angular.extend(component, extraAttributes);\n\n return Component.$$resource.save(path.join('/'), component, options)\n .then(function(data) {\n // Make a copy of the data for an eventual reset\n _this.$shadowData = _this.$omit();\n return data;\n });\n };\n\n /**\n * @function $delete\n * @memberof Component.prototype\n * @desc Delete the component from the server.\n * @param {boolean} occurrenceOnly - delete this occurrence only\n */\n Component.prototype.remove = function(occurrenceOnly) {\n var _this = this, path = [this.pid, this.id];\n\n if (occurrenceOnly && this.occurrenceId)\n path.push(this.occurrenceId);\n\n return Component.$$resource.remove(path.join('/'));\n };\n\n /**\n * @function $unwrap\n * @memberof Component.prototype\n * @desc Unwrap a promise.\n * @param {promise} futureComponentData - a promise of some of the Component's data\n */\n Component.prototype.$unwrap = function(futureComponentData) {\n var _this = this;\n\n // Expose the promise\n this.$futureComponentData = futureComponentData;\n\n // Resolve the promise\n this.$futureComponentData.then(function(data) {\n _this.init(data);\n // Make a copy of the data for an eventual reset\n _this.$shadowData = _this.$omit();\n }, function(data) {\n angular.extend(_this, data);\n _this.isError = true;\n Component.$log.error(_this.error);\n });\n };\n\n /**\n * @function $omit\n * @memberof Component.prototype\n * @desc Return a sanitized object used to send to the server.\n * @return an object literal copy of the Component instance\n */\n Component.prototype.$omit = function() {\n var component = {};\n angular.forEach(this, function(value, key) {\n if (key != 'constructor' &&\n key[0] != '$' &&\n key != 'blocks') {\n component[key] = angular.copy(value);\n }\n });\n\n return component;\n };\n\n /**\n * @function repeatDescription\n * @memberof Component.prototype\n * @desc Return a localized description of the recurrence definition\n * @return a localized string\n */\n Component.prototype.repeatDescription = function() {\n var localizedString = null;\n if (this.repeat)\n localizedString = l('repeat_' + this.repeat.frequency.toUpperCase());\n\n return localizedString;\n };\n\n /**\n * @function alarmDescription\n * @memberof Component.prototype\n * @desc Return a localized description of the reminder definition\n * @return a localized string\n */\n Component.prototype.alarmDescription = function() {\n var key, localizedString = null;\n if (this.alarm) {\n key = ['reminder' + this.alarm.quantity, this.alarm.unit, this.alarm.reference].join('_');\n localizedString = l(key);\n if (key === localizedString)\n // No localized string for this reminder definition\n localizedString = [this.alarm.quantity,\n l('reminder_' + this.alarm.unit),\n l('reminder_' + this.alarm.reference)].join(' ');\n }\n\n return localizedString;\n };\n\n /**\n * @function copyTo\n * @memberof Component.prototype\n * @desc Copy an event to a calendar\n * @param {string} calendar - a target calendar UID\n * @returns a promise of the HTTP operation\n */\n Component.prototype.copyTo = function(calendar) {\n return Component.$$resource.post(this.pid + '/' + this.id, 'copy', {destination: calendar});\n };\n\n /**\n * @function moveTo\n * @memberof Component.prototype\n * @desc Move an event to a calendar\n * @param {string} calendar - a target calendar UID\n * @returns a promise of the HTTP operation\n */\n Component.prototype.moveTo = function(calendar) {\n return Component.$$resource.post(this.pid + '/' + this.id, 'move', {destination: calendar});\n };\n\n Component.prototype.toString = function() {\n return '[Component ' + this.id + ']';\n };\n\n\n})();\n","/* -*- Mode: javascript; indent-tabs-mode: nil; c-basic-offset: 2 -*- */\n\n(function() {\n 'use strict';\n\n /**\n * @ngInject\n */\n CalendarController.$inject = ['$scope', '$rootScope', '$state', '$stateParams', 'Calendar', 'Component', 'Preferences', 'stateEventsBlocks'];\n function CalendarController($scope, $rootScope, $state, $stateParams, Calendar, Component, Preferences, stateEventsBlocks) {\n var vm = this, deregisterCalendarsList;\n\n // Make the toolbar state of all-day events persistent\n if (angular.isUndefined(CalendarController.expandedAllDays))\n CalendarController.expandedAllDays = false;\n\n vm.selectedDate = $stateParams.day.asDate();\n vm.expandedAllDays = CalendarController.expandedAllDays;\n vm.toggleAllDays = toggleAllDays;\n vm.views = stateEventsBlocks;\n vm.changeDate = changeDate;\n vm.changeView = changeView;\n\n Preferences.ready().then(function() {\n _formatDate(vm.selectedDate);\n });\n\n // Refresh current view when the list of calendars is modified\n deregisterCalendarsList = $rootScope.$on('calendars:list', updateView);\n\n // Destroy event listener when the controller is being deactivated\n $scope.$on('$destroy', deregisterCalendarsList);\n\n function _formatDate(date) {\n if ($stateParams.view == 'month') {\n date.setDate(1);\n date.setHours(12);\n date.$dateFormat = '%B %Y';\n }\n else if ($stateParams.view == 'week') {\n date.setTime(date.beginOfWeek(Preferences.defaults.SOGoFirstDayOfWeek).getTime());\n date.$dateFormat = l('Week %d').replace('%d', '%U');\n }\n else {\n date.$dateFormat = '%A';\n }\n }\n\n // Expand or collapse all-day events\n function toggleAllDays() {\n CalendarController.expandedAllDays = !CalendarController.expandedAllDays;\n vm.expandedAllDays = CalendarController.expandedAllDays;\n }\n\n function updateView() {\n // See stateEventsBlocks in Scheduler.app.js\n Component.$eventsBlocksForView($stateParams.view, $stateParams.day.asDate()).then(function(data) {\n vm.views = data;\n _.forEach(vm.views, function(view) {\n if (view.id) {\n // Note: this can't be done in Component service since it would make Component dependent on\n // the Calendar service and create a circular dependency\n view.calendar = new Calendar({ id: view.id, name: view.calendarName });\n }\n });\n });\n }\n\n // Change calendar's date\n function changeDate($event, newDate) {\n var date = newDate? newDate.getDayString() : angular.element($event.currentTarget).attr('date');\n if (newDate)\n _formatDate(newDate);\n $state.go('calendars.view', { day: date });\n }\n\n // Change calendar's view\n function changeView(view) {\n $state.go('calendars.view', { view: view });\n }\n}\n\n angular\n .module('SOGo.SchedulerUI') \n .controller('CalendarController', CalendarController);\n})();\n","/* -*- Mode: javascript; indent-tabs-mode: nil; c-basic-offset: 2 -*- */\n\n(function() {\n 'use strict';\n\n /**\n * @ngInject\n */\n CalendarListController.$inject = ['$rootScope', '$timeout', '$state', '$mdDialog', 'Dialog', 'Preferences', 'Calendar', 'Component'];\n function CalendarListController($rootScope, $timeout, $state, $mdDialog, Dialog, Preferences, Calendar, Component) {\n var vm = this;\n\n vm.component = Component;\n vm.componentType = 'events';\n vm.selectedList = 0;\n vm.selectComponentType = selectComponentType;\n vm.unselectComponents = unselectComponents;\n vm.selectAll = selectAll;\n vm.toggleComponentSelection = toggleComponentSelection;\n vm.confirmDeleteSelectedComponents = confirmDeleteSelectedComponents;\n vm.openEvent = openEvent;\n vm.openTask = openTask;\n vm.newComponent = newComponent;\n vm.filterpopup = filterpopup;\n vm.filter = filter;\n vm.filteredBy = filteredBy;\n vm.sort = sort;\n vm.sortedBy = sortedBy;\n vm.reload = reload;\n vm.cancelSearch = cancelSearch;\n vm.mode = { search: false, multiple: 0 };\n\n // Select list based on user's settings\n Preferences.ready().then(function() {\n var type = 'events';\n if (Preferences.settings.Calendar.SelectedList == 'tasksListView') {\n vm.selectedList = 1;\n type = 'tasks';\n }\n selectComponentType(type, { reload: true });\n });\n\n // Refresh current list when the list of calendars is modified\n $rootScope.$on('calendars:list', function() {\n Component.$filter(vm.componentType, { reload: true });\n });\n\n // Update the component being dragged\n $rootScope.$on('calendar:dragend', updateComponentFromGhost);\n\n // Switch between components tabs\n function selectComponentType(type, options) {\n if (options && options.reload || vm.componentType != type) {\n if (angular.isUndefined(Component['$' + type]))\n Component.$filter(type);\n vm.unselectComponents();\n vm.componentType = type;\n Component.saveSelectedList(type);\n }\n }\n\n function unselectComponents() {\n _.forEach(Component['$' + vm.componentType], function(component) {\n component.selected = false;\n });\n vm.mode.multiple = 0;\n }\n\n function selectAll() {\n _.forEach(Component['$' + vm.componentType], function(component) {\n component.selected = true;\n });\n vm.mode.multiple = Component['$' + vm.componentType].length;\n }\n\n function toggleComponentSelection($event, component) {\n component.selected = !component.selected;\n vm.mode.multiple += component.selected? 1 : -1;\n $event.preventDefault();\n $event.stopPropagation();\n }\n\n function confirmDeleteSelectedComponents() {\n Dialog.confirm(l('Warning'),\n l('Are you sure you want to delete the selected components?'),\n { ok: l('Delete') })\n .then(function() {\n // User confirmed the deletion\n var components = _.filter(Component['$' + vm.componentType], function(component) {\n return component.selected;\n });\n Calendar.$deleteComponents(components).then(function() {\n vm.mode.multiple = 0;\n $rootScope.$emit('calendars:list');\n });\n });\n }\n\n function openEvent($event, event) {\n openComponent($event, event, 'appointment');\n }\n\n function openTask($event, task) {\n openComponent($event, task, 'task');\n }\n\n function openComponent($event, component, type) {\n if (component.viewable) {\n // UI/Templates/SchedulerUI/UIxAppointmentViewTemplate.wox or\n // UI/Templates/SchedulerUI/UIxTaskViewTemplate.wox\n var templateUrl = 'UIx' + type.capitalize() + 'ViewTemplate';\n $mdDialog.show({\n parent: angular.element(document.body),\n targetEvent: $event,\n clickOutsideToClose: true,\n escapeToClose: true,\n templateUrl: templateUrl,\n controller: 'ComponentController',\n controllerAs: 'editor',\n locals: {\n stateComponent: component\n }\n });\n }\n }\n\n function newComponent($event, type, baseComponent) {\n var component;\n\n if (baseComponent) {\n component = baseComponent;\n }\n else {\n component = new Component({ pid: Calendar.$defaultCalendar(), type: type });\n }\n\n // UI/Templates/SchedulerUI/UIxAppointmentEditorTemplate.wox or\n // UI/Templates/SchedulerUI/UIxTaskEditorTemplate.wox\n var templateUrl = 'UIx' + type.capitalize() + 'EditorTemplate';\n return $mdDialog.show({\n parent: angular.element(document.body),\n targetEvent: $event,\n clickOutsideToClose: true,\n escapeToClose: true,\n templateUrl: templateUrl,\n controller: 'ComponentEditorController',\n controllerAs: 'editor',\n locals: {\n stateComponent: component\n }\n });\n }\n\n // Adjust component or create new component through drag'n'drop\n function updateComponentFromGhost($event) {\n var component, pointerHandler, coordinates, delta, params, calendarNumber, activeCalendars;\n\n component = Component.$ghost.component;\n pointerHandler = Component.$ghost.pointerHandler;\n\n if (component.isNew) {\n coordinates = pointerHandler.currentEventCoordinates;\n component.summary = '';\n if (component.isAllDay)\n coordinates.duration -= 96;\n component.setDelta(coordinates.duration * 15);\n newComponent(null, 'appointment', component).finally(function() {\n $timeout(function() {\n Component.$resetGhost();\n });\n });\n }\n else {\n delta = pointerHandler.currentEventCoordinates.getDelta(pointerHandler.originalEventCoordinates);\n params = {\n days: delta.dayNumber,\n start: delta.start * 15,\n duration: delta.duration * 15\n };\n if (pointerHandler.originalCalendar && delta.dayNumber !== 0) {\n // The day number actually represents the destination calendar among the active calendars\n calendarNumber = pointerHandler.currentEventCoordinates.dayNumber;\n activeCalendars = _.filter(Calendar.$findAll(), { active: 1 });\n params.destination = activeCalendars[calendarNumber].id;\n params.days = 0;\n }\n if (component.isException || !component.occurrenceId)\n // Component is an exception to a recurrence or is not recurrent;\n // Immediately perform the adjustments\n component.$adjust(params).then(function() {\n $rootScope.$emit('calendars:list');\n }, function(response) {\n onComponentAdjustError(response, component, params);\n }).finally(function() {\n $timeout(function() {\n Component.$resetGhost();\n });\n });\n else if (component.occurrenceId) {\n $mdDialog.show({\n clickOutsideToClose: true,\n escapeToClose: true,\n locals: {\n component: component,\n params: params\n },\n template: [\n '',\n ' ',\n '

' + l('editRepeatingItem') + '

',\n '
',\n ' ',\n ' ' + l('button_thisOccurrenceOnly') + '',\n ' ' + l('button_allOccurrences') + '',\n ' ',\n '
'\n ].join(''),\n controller: RecurrentComponentDialogController\n }).then(function() {\n $rootScope.$emit('calendars:list');\n }).finally(function() {\n $timeout(function() {\n Component.$resetGhost();\n });\n });\n }\n }\n\n /**\n * @ngInject\n */\n RecurrentComponentDialogController.$inject = ['$scope', '$mdDialog', 'component', 'params'];\n function RecurrentComponentDialogController($scope, $mdDialog, component, params) {\n $scope.updateThisOccurrence = function() {\n component.$adjust(params).then($mdDialog.hide, function(response) {\n $mdDialog.cancel().then(function() {\n onComponentAdjustError(response, component, params);\n });\n });\n };\n $scope.updateAllOccurrences = function() {\n delete component.occurrenceId;\n component.$adjust(params).then($mdDialog.hide, function(response) {\n $mdDialog.cancel().then(function() {\n onComponentAdjustError(response, component, params);\n });\n });\n };\n }\n\n function onComponentAdjustError(response, component, params) {\n if (response.status == 403 &&\n response.data && response.data.message && angular.isObject(response.data.message)) {\n $mdDialog.show({\n parent: angular.element(document.body),\n clickOutsideToClose: false,\n escapeToClose: false,\n templateUrl: 'UIxAttendeeConflictDialog',\n controller: AttendeeConflictDialogController,\n controllerAs: '$AttendeeConflictDialogController',\n locals: {\n component: component,\n params: params,\n conflictError: response.data.message\n }\n }).then(function() {\n $rootScope.$emit('calendars:list');\n });\n }\n }\n\n /**\n * @ngInject\n */\n AttendeeConflictDialogController.$inject = ['$scope', '$mdDialog', 'component', 'params', 'conflictError'];\n function AttendeeConflictDialogController($scope, $mdDialog, component, params, conflictError) {\n var vm = this;\n\n vm.conflictError = conflictError;\n vm.cancel = $mdDialog.cancel;\n vm.save = save;\n\n function save() {\n component.$adjust(angular.extend({ ignoreConflicts: true }, params)).then($mdDialog.hide);\n }\n }\n }\n\n function filterpopup() {\n return Component['$query' + vm.componentType.capitalize()].filterpopup;\n }\n\n function filter(filterpopup) {\n Component.$filter(vm.componentType, { filterpopup: filterpopup });\n }\n\n function filteredBy(filterpopup) {\n return Component['$query' + vm.componentType.capitalize()].filterpopup == filterpopup;\n }\n\n function sort(field) {\n Component.$filter(vm.componentType, { sort: field });\n }\n\n function sortedBy(field) {\n return Component['$query' + vm.componentType.capitalize()].sort == field;\n }\n\n function reload() {\n Calendar.reloadWebCalendars().finally(function() {\n $rootScope.$emit('calendars:list');\n });\n }\n\n function cancelSearch() {\n vm.mode.search = false;\n Component.$filter(vm.componentType, { value: '' });\n }\n }\n \n angular\n .module('SOGo.SchedulerUI')\n .controller('CalendarListController', CalendarListController);\n})();\n","/* -*- Mode: javascript; indent-tabs-mode: nil; c-basic-offset: 2 -*- */\n\n(function() {\n 'use strict';\n\n /**\n * @ngInject\n */\n CalendarsController.$inject = ['$rootScope', '$scope', '$window', '$mdDialog', '$log', '$mdToast', 'FileUploader', 'sgFocus', 'Dialog', 'sgSettings', 'Preferences', 'Calendar', 'User', 'stateCalendars'];\n function CalendarsController($rootScope, $scope, $window, $mdDialog, $log, $mdToast, FileUploader, focus, Dialog, Settings, Preferences, Calendar, User, stateCalendars) {\n var vm = this;\n\n vm.activeUser = Settings.activeUser;\n vm.service = Calendar;\n vm.newCalendar = newCalendar;\n vm.addWebCalendar = addWebCalendar;\n vm.confirmDelete = confirmDelete;\n vm.editFolder = editFolder;\n vm.revertEditing = revertEditing;\n vm.renameFolder = renameFolder;\n vm.share = share;\n vm.importCalendar = importCalendar;\n vm.showOnly = showOnly;\n vm.showAll = showAll;\n vm.showLinks = showLinks;\n vm.showProperties = showProperties;\n vm.subscribeToFolder = subscribeToFolder;\n // vm.today = today;\n\n vm.filter = { name: '' };\n vm.sortableMode = false;\n vm.toggleSortableMode = toggleSortableMode;\n vm.resetSort = resetSort;\n vm.sortableCalendars = {\n scrollableContainer: '#sidenav-content',\n containment: 'md-list',\n orderChanged: _sortableEnd,\n accept: _sortableAccept\n };\n\n Preferences.ready().then(function() {\n vm.categories = _.map(Preferences.defaults.SOGoCalendarCategories, function(name) {\n return { id: name.asCSSIdentifier(),\n name: name,\n color: Preferences.defaults.SOGoCalendarCategoriesColors[name]\n };\n });\n });\n\n // Dispatch the event named 'calendars:list' when a calendar is activated or deactivated or\n // when the color of a calendar is changed\n $scope.$watch(\n function() {\n return _.union(\n _.map(Calendar.$calendars, function(o) { return _.pick(o, ['id', 'active', 'color']); }),\n _.map(Calendar.$subscriptions, function(o) { return _.pick(o, ['id', 'active', 'color']); }),\n _.map(Calendar.$webcalendars, function(o) { return _.pick(o, ['id', 'active', 'color']); })\n );\n },\n function(newList, oldList) {\n var commonList, ids, promises;\n\n // Identify which calendar has changed\n commonList = _.intersectionBy(newList, oldList, 'id');\n ids = _.map(_.filter(commonList, function(o) {\n var oldObject = _.find(oldList, { id: o.id });\n return !_.isEqual(o, oldObject);\n }), 'id');\n promises = [];\n\n if (ids.length > 0) {\n $log.debug(ids.join(', ') + ' changed');\n _.forEach(ids, function(id) {\n var calendar = Calendar.$get(id);\n promises.push(calendar.$setActivation());\n });\n }\n if (promises.length > 0 || commonList.length != newList.length || commonList.length != oldList.length)\n Calendar.$q.all(promises).then(function() {\n $rootScope.$emit('calendars:list');\n });\n },\n true // compare for object equality\n );\n\n /**\n * Only allow to sort items within the same list.\n */\n function _sortableAccept(sourceItemHandleScope, destSortableScope, destItemScope) {\n return sourceItemHandleScope.sortableScope.element[0] == destSortableScope.element[0];\n }\n\n function _sortableEnd() {\n Calendar.saveFoldersOrder(_.flatMap(Calendar.$findAll(), 'id'));\n }\n\n function toggleSortableMode() {\n vm.sortableMode = !vm.sortableMode;\n vm.filter.name = '';\n }\n\n function resetSort() {\n Calendar.saveFoldersOrder();\n }\n\n function newCalendar(ev) {\n Dialog.prompt(l('New calendar'), l('Name of the Calendar'))\n .then(function(name) {\n var calendar = new Calendar(\n {\n name: name,\n isEditable: true,\n isRemote: false,\n owner: UserLogin\n }\n );\n calendar.$id().then(function() {\n Calendar.$add(calendar);\n });\n });\n }\n\n function addWebCalendar() {\n Dialog.prompt(l('Subscribe to a web calendar...'), l('URL of the Calendar'), {inputType: 'url'})\n .then(function(url) {\n Calendar.$addWebCalendar(url).then(function(calendar) {\n if (angular.isObject(calendar)) {\n // Web calendar requires HTTP authentication\n $mdDialog.show({\n parent: angular.element(document.body),\n clickOutsideToClose: true,\n escapeToClose: true,\n templateUrl: 'UIxWebCalendarAuthDialog',\n controller: WebCalendarAuthDialogController,\n controllerAs: '$WebCalendarAuthDialogController',\n locals: {\n url: url,\n calendar: calendar\n }\n });\n }\n });\n });\n\n /**\n * @ngInject\n */\n WebCalendarAuthDialogController.$inject = ['scope', '$mdDialog', 'url', 'calendar'];\n function WebCalendarAuthDialogController(scope, $mdDialog, url, calendar) {\n var vm = this,\n parts = url.split(\"/\"),\n hostname = parts[2];\n\n vm.title = l(\"Please identify yourself to %{0}\").formatted(hostname);\n vm.authenticate = function(form) {\n if (form.$valid || !form.$error.required) {\n calendar.setCredentials(vm.username, vm.password).then(function(message) {\n $mdDialog.hide();\n }, function(reason) {\n form.password.$setValidity('credentials', false);\n });\n }\n };\n vm.cancel = function() {\n $mdDialog.cancel();\n };\n }\n }\n\n function confirmDelete(folder) {\n if (folder.isSubscription) {\n // Unsubscribe without confirmation\n folder.$delete()\n .catch(function(data, status) {\n Dialog.alert(l('An error occured while deleting the calendar \"%{0}\".', folder.name),\n l(data.error));\n });\n }\n else {\n Dialog.confirm(l('Warning'), l('Are you sure you want to delete the calendar \"%{0}\"?', folder.name),\n { ok: l('Delete') })\n .then(function() {\n folder.$delete()\n .catch(function(data, status) {\n Dialog.alert(l('An error occured while deleting the calendar \"%{0}\".', folder.name),\n l(data.error));\n });\n });\n }\n }\n\n function importCalendar($event, folder) {\n $mdDialog.show({\n parent: angular.element(document.body),\n targetEvent: $event,\n clickOutsideToClose: true,\n escapeToClose: true,\n templateUrl: 'UIxCalendarImportDialog',\n controller: CalendarImportDialogController,\n controllerAs: '$CalendarImportDialogController',\n locals: {\n folder: folder\n }\n });\n\n /**\n * @ngInject\n */\n CalendarImportDialogController.$inject = ['scope', '$mdDialog', 'folder'];\n function CalendarImportDialogController(scope, $mdDialog, folder) {\n var vm = this;\n\n vm.uploader = new FileUploader({\n url: ApplicationBaseURL + [folder.id, 'import'].join('/'),\n autoUpload: true,\n queueLimit: 1,\n filters: [{ name: filterByExtension, fn: filterByExtension }],\n onSuccessItem: function(item, response, status, headers) {\n var msg;\n\n $mdDialog.hide();\n\n if (response.imported === 0)\n msg = l('No event was imported.');\n else {\n msg = l('A total of %{0} events were imported in the calendar.', response.imported);\n $rootScope.$emit('calendars:list');\n }\n\n $mdToast.show(\n $mdToast.simple()\n .content(msg)\n .position('top right')\n .hideDelay(3000));\n },\n onErrorItem: function(item, response, status, headers) {\n $mdToast.show({\n template: [\n '',\n '
',\n ' error_outline',\n ' ' + l('An error occurred while importing calendar.') + '',\n '
',\n '
'\n ].join(''),\n position: 'top right',\n hideDelay: 3000\n });\n }\n });\n\n vm.close = function() {\n $mdDialog.hide();\n };\n\n function filterByExtension(item) {\n var isTextFile = item.type.indexOf('text') === 0 ||\n /\\.(ics)$/.test(item.name);\n\n if (!isTextFile)\n $mdToast.show({\n template: [\n '',\n '
',\n ' error_outline',\n ' ' + l('Select an iCalendar file (.ics).') + '',\n '
',\n '
'\n ].join(''),\n position: 'top right',\n hideDelay: 3000\n });\n\n return isTextFile;\n }\n }\n }\n\n function showOnly(calendar) {\n _.forEach(Calendar.$findAll(), function(o) {\n if (calendar.id == o.id)\n o.active = 1;\n else\n o.active = 0;\n });\n }\n\n function showAll() {\n _.forEach(Calendar.$findAll(), function(o) { o.active = 1; });\n }\n\n function showLinks(calendar) {\n $mdDialog.show({\n parent: angular.element(document.body),\n clickOutsideToClose: true,\n escapeToClose: true,\n templateUrl: calendar.id + '/links',\n controller: LinksDialogController,\n controllerAs: 'links',\n locals: {\n calendar: calendar\n }\n });\n \n /**\n * @ngInject\n */\n LinksDialogController.$inject = ['$mdDialog', 'calendar'];\n function LinksDialogController($mdDialog, calendar) {\n var vm = this;\n vm.calendar = calendar;\n vm.close = close;\n\n function close() {\n $mdDialog.hide();\n }\n }\n }\n\n function showProperties(calendar) {\n var color = calendar.color;\n $mdDialog.show({\n templateUrl: calendar.id + '/properties',\n controller: PropertiesDialogController,\n controllerAs: 'properties',\n clickOutsideToClose: true,\n escapeToClose: true,\n locals: {\n srcCalendar: calendar\n }\n }).catch(function() {\n // Restore original color when cancelling or closing the dialog\n calendar.color = color;\n });\n \n /**\n * @ngInject\n */\n PropertiesDialogController.$inject = ['$scope', '$mdDialog', 'srcCalendar'];\n function PropertiesDialogController($scope, $mdDialog, srcCalendar) {\n var vm = this;\n\n vm.calendar = new Calendar(srcCalendar.$omit());\n vm.saveProperties = saveProperties;\n vm.close = close;\n\n $scope.$watch(function() { return vm.calendar.color; }, function() {\n srcCalendar.color = vm.calendar.color;\n });\n\n function saveProperties() {\n vm.calendar.$save();\n // Refresh list instance\n srcCalendar.init(vm.calendar.$omit());\n $mdDialog.hide();\n }\n\n function close() {\n $mdDialog.cancel();\n }\n }\n }\n\n function editFolder(folder) {\n vm.calendarName = folder.name;\n vm.editMode = folder.id;\n focus('calendarName_' + folder.id);\n }\n\n function revertEditing(folder) {\n folder.$reset();\n vm.editMode = false;\n }\n\n function renameFolder(folder) {\n folder.$rename()\n .then(function(data) {\n vm.editMode = false;\n });\n }\n\n function share(calendar) {\n calendar.$acl.$users().then(function() {\n $mdDialog.show({\n templateUrl: calendar.id + '/UIxAclEditor', // UI/Templates/UIxAclEditor.wox\n controller: 'AclController', // from the ng module SOGo.Common\n controllerAs: 'acl',\n clickOutsideToClose: true,\n escapeToClose: true,\n locals: {\n usersWithACL: calendar.$acl.users,\n User: User,\n folder: calendar\n }\n });\n });\n }\n\n // Callback of sgSubscribe directive\n function subscribeToFolder(calendarData) {\n $log.debug('subscribeToFolder ' + calendarData.owner + calendarData.name);\n Calendar.$subscribe(calendarData.owner, calendarData.name).then(function(data) {\n $mdToast.show(\n $mdToast.simple()\n .content(l('Successfully subscribed to calendar'))\n .position('top right')\n .hideDelay(3000));\n });\n }\n\n // function today() {\n // var fragments = $window.location.hash.split('/'),\n // state = fragments[1],\n // view = fragments[2],\n // now = new Date(),\n // path = ['#', state, view, now.getDayString()];\n // $window.location = path.join('/');\n // }\n }\n\n angular\n .module('SOGo.SchedulerUI')\n .controller('CalendarsController', CalendarsController);\n})();\n","/* -*- Mode: javascript; indent-tabs-mode: nil; c-basic-offset: 2 -*- */\n\n(function() {\n 'use strict';\n\n /**\n * @ngInject\n */\n ComponentController.$inject = ['$rootScope', '$mdDialog', 'Calendar', 'Component', 'AddressBook', 'Alarm', 'Account', 'stateComponent'];\n function ComponentController($rootScope, $mdDialog, Calendar, Component, AddressBook, Alarm, Account, stateComponent) {\n var vm = this, component;\n\n vm.calendarService = Calendar;\n vm.service = Component;\n vm.component = stateComponent;\n vm.close = close;\n vm.cardFilter = cardFilter;\n vm.newMessageWithAllRecipients = newMessageWithAllRecipients;\n vm.newMessageWithRecipient = newMessageWithRecipient;\n vm.edit = edit;\n vm.editAllOccurrences = editAllOccurrences;\n vm.reply = reply;\n vm.replyAllOccurrences = replyAllOccurrences;\n vm.deleteOccurrence = deleteOccurrence;\n vm.deleteAllOccurrences = deleteAllOccurrences;\n vm.toggleRawSource = toggleRawSource;\n vm.copySelectedComponent = copySelectedComponent;\n vm.moveSelectedComponent = moveSelectedComponent;\n\n // Load all attributes of component\n if (angular.isUndefined(vm.component.$futureComponentData)) {\n component = Calendar.$get(vm.component.pid).$getComponent(vm.component.id, vm.component.occurrenceId);\n component.$futureComponentData.then(function() {\n vm.component = component;\n vm.organizer = [vm.component.organizer];\n });\n }\n\n function close() {\n $mdDialog.hide();\n }\n\n // Autocomplete cards for attendees\n function cardFilter($query) {\n AddressBook.$filterAll($query);\n return AddressBook.$cards;\n }\n\n function newMessageWithAllRecipients($event) {\n var recipients = _.map(vm.component.attendees, function(attendee) {\n return attendee.name + \" <\" + attendee.email + \">\";\n });\n _newMessage($event, recipients);\n }\n\n function newMessageWithRecipient($event, name, email) {\n _newMessage($event, [name + \" <\" + email + \">\"]);\n }\n\n function _newMessage($event, recipients) {\n Account.$findAll().then(function(accounts) {\n var account = _.find(accounts, function(o) {\n if (o.id === 0)\n return o;\n });\n\n // We must initialize the Account with its mailbox\n // list before proceeding with message's creation\n account.$getMailboxes().then(function(mailboxes) {\n account.$newMessage().then(function(message) {\n angular.extend(message.editable, { to: recipients, subject: vm.component.summary });\n $mdDialog.show({\n parent: angular.element(document.body),\n targetEvent: $event,\n clickOutsideToClose: false,\n escapeToClose: false,\n templateUrl: '../Mail/UIxMailEditor',\n controller: 'MessageEditorController',\n controllerAs: 'editor',\n locals: {\n stateAccount: account,\n stateMessage: message\n }\n });\n });\n });\n });\n\n $event.preventDefault();\n $event.stopPropagation();\n }\n\n function edit() {\n var type = (vm.component.component == 'vevent')? 'Appointment':'Task';\n $mdDialog.hide().then(function() {\n // UI/Templates/SchedulerUI/UIxAppointmentEditorTemplate.wox or\n // UI/Templates/SchedulerUI/UIxTaskEditorTemplate.wox\n var templateUrl = 'UIx' + type + 'EditorTemplate';\n $mdDialog.show({\n parent: angular.element(document.body),\n clickOutsideToClose: true,\n escapeToClose: true,\n templateUrl: templateUrl,\n controller: 'ComponentEditorController',\n controllerAs: 'editor',\n locals: {\n stateComponent: vm.component\n }\n });\n });\n }\n\n function editAllOccurrences() {\n component = Calendar.$get(vm.component.pid).$getComponent(vm.component.id);\n component.$futureComponentData.then(function() {\n vm.component = component;\n edit();\n });\n }\n\n function reply(component) {\n var c = component || vm.component;\n\n c.$reply().then(function() {\n $rootScope.$emit('calendars:list');\n $mdDialog.hide();\n Alarm.getAlarms();\n });\n }\n\n function replyAllOccurrences() {\n // Retrieve master event\n component = Calendar.$get(vm.component.pid).$getComponent(vm.component.id);\n component.$futureComponentData.then(function() {\n // Propagate the participant status and alarm to the master event\n component.reply = vm.component.reply;\n component.delegatedTo = vm.component.delegatedTo;\n component.$hasAlarm = vm.component.$hasAlarm;\n component.alarm = vm.component.alarm;\n // Send reply to the server\n reply(component);\n });\n }\n\n function deleteOccurrence() {\n vm.component.remove(true).then(function() {\n $rootScope.$emit('calendars:list');\n $mdDialog.hide();\n });\n }\n\n function deleteAllOccurrences() {\n vm.component.remove().then(function() {\n $rootScope.$emit('calendars:list');\n $mdDialog.hide();\n });\n }\n\n function toggleRawSource($event) {\n Calendar.$$resource.post(vm.component.pid + '/' + vm.component.id, \"raw\").then(function(data) {\n $mdDialog.hide();\n $mdDialog.show({\n parent: angular.element(document.body),\n targetEvent: $event,\n clickOutsideToClose: true,\n escapeToClose: true,\n template: [\n '',\n ' ',\n '
',\n            '  
',\n ' ',\n ' ' + l('Close') + '',\n ' ',\n '
'\n ].join(''),\n controller: ComponentRawSourceDialogController,\n locals: { data: data }\n });\n\n /**\n * @ngInject\n */\n ComponentRawSourceDialogController.$inject = ['scope', '$mdDialog', 'data'];\n function ComponentRawSourceDialogController(scope, $mdDialog, data) {\n scope.data = data;\n scope.close = function() {\n $mdDialog.hide();\n };\n }\n });\n }\n\n function copySelectedComponent(calendar) {\n vm.component.copyTo(calendar).then(function() {\n $mdDialog.hide();\n $rootScope.$emit('calendars:list');\n });\n }\n\n function moveSelectedComponent(calendar) {\n vm.component.moveTo(calendar).then(function() {\n $mdDialog.hide();\n $rootScope.$emit('calendars:list');\n });\n }\n }\n\n /**\n * @ngInject\n */\n ComponentEditorController.$inject = ['$rootScope', '$scope', '$log', '$timeout', '$mdDialog', 'User', 'Calendar', 'Component', 'AddressBook', 'Card', 'Alarm', 'stateComponent'];\n function ComponentEditorController($rootScope, $scope, $log, $timeout, $mdDialog, User, Calendar, Component, AddressBook, Card, Alarm, stateComponent) {\n var vm = this, component, oldStartDate, oldEndDate, oldDueDate;\n\n vm.service = Calendar;\n vm.component = stateComponent;\n vm.categories = {};\n vm.showRecurrenceEditor = vm.component.$hasCustomRepeat;\n vm.toggleRecurrenceEditor = toggleRecurrenceEditor;\n vm.showAttendeesEditor = false;\n vm.toggleAttendeesEditor = toggleAttendeesEditor;\n //vm.searchText = null;\n vm.cardFilter = cardFilter;\n vm.addAttendee = addAttendee;\n vm.removeAttendee = removeAttendee;\n vm.addAttachUrl = addAttachUrl;\n vm.priorityLevel = priorityLevel;\n vm.cancel = cancel;\n vm.save = save;\n vm.attendeeConflictError = false;\n vm.attendeesEditor = {\n days: getDays(),\n hours: getHours()\n };\n vm.addStartDate = addStartDate;\n vm.addDueDate = addDueDate;\n\n // Synchronize start and end dates\n vm.updateStartTime = updateStartTime;\n vm.adjustStartTime = adjustStartTime;\n vm.updateEndTime = updateEndTime;\n vm.adjustEndTime = adjustEndTime;\n vm.updateDueTime = updateDueTime;\n vm.adjustDueTime = adjustDueTime;\n\n if (vm.component.start)\n oldStartDate = new Date(vm.component.start.getTime());\n if (vm.component.end)\n oldEndDate = new Date(vm.component.end.getTime());\n if (vm.component.due)\n oldDueDate = new Date(vm.component.due.getTime());\n\n function addAttachUrl() {\n var i = vm.component.addAttachUrl('');\n focus('attachUrl_' + i);\n }\n\n function toggleRecurrenceEditor() {\n vm.showRecurrenceEditor = !vm.showRecurrenceEditor;\n vm.component.$hasCustomRepeat = vm.showRecurrenceEditor;\n }\n\n function toggleAttendeesEditor() {\n vm.showAttendeesEditor = !vm.showAttendeesEditor;\n }\n\n // Autocomplete cards for attendees\n function cardFilter($query) {\n AddressBook.$filterAll($query);\n return AddressBook.$cards;\n }\n\n function addAttendee(card) {\n if (angular.isString(card)) {\n // User pressed \"Enter\" in search field, adding a non-matching card\n if (card.isValidEmail()) {\n vm.component.addAttendee(new Card({ emails: [{ value: card }] }));\n vm.searchText = '';\n }\n }\n else {\n vm.component.addAttendee(card);\n }\n }\n\n function removeAttendee(attendee) {\n vm.component.deleteAttendee(attendee);\n if (vm.component.attendees.length === 0)\n vm.showAttendeesEditor = false;\n }\n\n function priorityLevel() {\n if (vm.component && vm.component.priority) {\n if (vm.component.priority > 5)\n return l('low');\n else if (vm.component.priority > 4)\n return l('normal');\n else\n return l('high');\n }\n }\n\n function save(form, options) {\n if (form.$valid) {\n vm.component.$save(options)\n .then(function(data) {\n $rootScope.$emit('calendars:list');\n $mdDialog.hide();\n Alarm.getAlarms();\n }, function(response) {\n if (response.status == 403 &&\n response.data && response.data.message &&\n angular.isObject(response.data.message))\n vm.attendeeConflictError = response.data.message;\n });\n }\n }\n\n function cancel() {\n vm.component.$reset();\n if (vm.component.isNew) {\n // Cancelling the creation of a component\n vm.component = null;\n }\n $mdDialog.cancel();\n }\n\n function getDays() {\n var days = [];\n\n if (vm.component.start && vm.component.end)\n days = vm.component.start.daysUpTo(vm.component.end);\n\n return _.map(days, function(date) {\n return { stringWithSeparator: date.stringWithSeparator(),\n getDayString: date.getDayString() };\n });\n }\n\n function getHours() {\n var hours = [];\n for (var i = 0; i <= 23; i++) {\n hours.push(i.toString());\n }\n return hours;\n }\n\n function addStartDate() {\n vm.component.$addStartDate();\n oldStartDate = new Date(vm.component.start.getTime());\n }\n\n function addDueDate() {\n vm.component.$addDueDate();\n oldDueDate = new Date(vm.component.due.getTime());\n }\n\n function updateStartTime() {\n // When using the datepicker, the time is reset to 00:00; restore it\n vm.component.start.addMinutes(oldStartDate.getHours() * 60 + oldStartDate.getMinutes());\n adjustStartTime();\n }\n\n function adjustStartTime() {\n if (vm.component.start) {\n // Preserve the delta between the start and end dates\n var delta;\n delta = oldStartDate.valueOf() - vm.component.start.valueOf();\n if (delta !== 0) {\n oldStartDate = new Date(vm.component.start.getTime());\n if (vm.component.type === 'appointment') {\n vm.component.end = new Date(vm.component.start.getTime());\n vm.component.end.addMinutes(vm.component.delta);\n oldEndDate = new Date(vm.component.end.getTime());\n }\n updateFreeBusy();\n }\n }\n }\n\n function updateEndTime() {\n // When using the datepicker, the time is reset to 00:00; restore it\n vm.component.end.addMinutes(oldEndDate.getHours() * 60 + oldEndDate.getMinutes());\n adjustEndTime();\n }\n\n function adjustEndTime() {\n if (vm.component.end) {\n // The end date must be after the start date\n var delta = oldEndDate.valueOf() - vm.component.end.valueOf();\n if (delta !== 0) {\n delta = vm.component.start.minutesTo(vm.component.end);\n if (delta < 0)\n vm.component.end = new Date(oldEndDate.getTime());\n else {\n vm.component.delta = delta;\n oldEndDate = new Date(vm.component.end.getTime());\n }\n updateFreeBusy();\n }\n }\n }\n\n function updateDueTime() {\n // When using the datepicker, the time is reset to 00:00; restore it\n vm.component.due.addMinutes(oldDueDate.getHours() * 60 + oldDueDate.getMinutes());\n adjustDueTime();\n }\n\n function adjustDueTime() {\n oldDueDate = new Date(vm.component.due.getTime());\n }\n\n function updateFreeBusy() {\n vm.attendeesEditor.days = getDays();\n vm.component.updateFreeBusy();\n }\n }\n\n angular\n .module('SOGo.SchedulerUI')\n .controller('ComponentController', ComponentController)\n .controller('ComponentEditorController', ComponentEditorController);\n})();\n","/* -*- Mode: javascript; indent-tabs-mode: nil; c-basic-offset: 2 -*- */\n\n(function() {\n /* jshint validthis: true */\n 'use strict';\n\n /*\n * sgCalendarDay - An element that represents a day in the calendar's view\n * @memberof SOGo.SchedulerUI\n * @restrict element\n * @param {string} sgDay - the day of the events to display (YYYYMMDD)\n * @param {string} sgDayString - the day in ISO8601 format (YYYY-MM-DDTHH:MM+-HH:MM)\n * @param {number} sgDayNumber - the day index within the calendar's view\n *\n * @example:\n\n \n ..\n \n */\n function sgCalendarDay() {\n return {\n restrict: 'E',\n scope: {\n day: '@sgDay',\n dayNumber: '@sgDayNumber',\n dayString: '@sgDayString',\n calendar: '@sgCalendar'\n },\n controller: sgCalendarDayController\n };\n }\n\n /**\n * @ngInject\n */\n sgCalendarDayController.$inject = ['$scope', 'Calendar'];\n function sgCalendarDayController($scope, Calendar) {\n // Expose some scope variables to the controller\n // See the sgCalendarDayTable directive\n this.day = $scope.day;\n this.dayNumber = $scope.dayNumber;\n this.dayString = $scope.dayString;\n this.calendarData = function() {\n var pid, index, activeCalendars;\n if ($scope.calendar) {\n // A calendar is associated to the day; identify its index among active calendars\n pid = $scope.calendar;\n activeCalendars = _.filter(Calendar.$findAll(), { active: 1 });\n index = _.findIndex(activeCalendars, function(calendar) {\n return calendar.id == pid;\n });\n return { pid: pid, index: index };\n }\n\n return null;\n };\n }\n\n angular\n .module('SOGo.SchedulerUI')\n .directive('sgCalendarDay', sgCalendarDay);\n})();\n","/* -*- Mode: javascript; indent-tabs-mode: nil; c-basic-offset: 2 -*- */\n\n(function() {\n 'use strict';\n\n /*\n * sgCalendarDayBlock - An event block to be displayed in a week\n * @memberof SOGo.SchedulerUI\n * @restrict element\n * @param {object} sgBlock - the event block definition\n * @param {function} sgClick - the function to call when clicking on a block.\n * Two variables are available: clickEvent (the event that triggered the mouse click),\n * and clickComponent (a Component object)\n *\n * @example:\n\n \n */\n sgCalendarDayBlock.$inject = ['CalendarSettings'];\n function sgCalendarDayBlock(CalendarSettings) {\n return {\n restrict: 'E',\n scope: {\n block: '=sgBlock',\n clickBlock: '&sgClick'\n },\n replace: true,\n template: template,\n link: link\n };\n\n function template(tElem, tAttrs) {\n var p = _.has(tAttrs, 'sgCalendarGhost')? '' : '::';\n\n return [\n '
',\n '
',\n // Categories color stripes\n '
',\n '
',\n // Priority\n ' {{'+p+'block.component.c_priority}}',\n // Summary\n ' {{ '+p+'block.component.summary }}',\n ' ',\n // Component is reccurent\n ' ',\n // Component has an alarm\n ' ',\n // Component is confidential\n ' ',\n // Component is private\n ' ',\n ' ',\n // Location\n '
',\n ' place {{'+p+'block.component.c_location}}',\n '
',\n '
',\n '
',\n '
{{ block.startHour }}
',\n '
{{ block.endHour }}
',\n '
'\n ].join('');\n }\n\n function link(scope, iElement, attrs) {\n var pc, left, right;\n\n if (!_.has(attrs, 'sgCalendarGhost')) {\n\n // Compute overlapping (2%)\n pc = 100 / scope.block.siblings;\n left = scope.block.position * pc;\n right = 100 - (scope.block.position + 1) * pc;\n if (pc < 100) {\n if (left > 0)\n left -= 2;\n if (right > 0)\n right -= 2;\n }\n\n // Add some padding (2%)\n if (left === 0)\n left = 2;\n if (right === 0)\n right = 2;\n\n // Set position\n iElement.css('left', left + '%');\n iElement.css('right', right + '%');\n if (!scope.block.component || !scope.block.component.c_isallday) {\n iElement.addClass('starts' + scope.block.start);\n iElement.addClass('lasts' + scope.block.length);\n }\n\n // Add class for user's participation state\n if (scope.block.userState)\n iElement.addClass('sg-event--' + scope.block.userState);\n\n if (scope.block.component) {\n // Set background color\n iElement.addClass('bg-folder' + scope.block.component.pid);\n iElement.addClass('contrast-bdr-folder' + scope.block.component.pid);\n\n // Add class for transparency\n if (scope.block.component.c_isopaque === 0)\n iElement.addClass('sg-event--transparent');\n\n // Add class for cancelled event\n if (scope.block.component.c_status === 0)\n iElement.addClass('sg-event--cancelled');\n }\n\n }\n }\n }\n\n angular\n .module('SOGo.SchedulerUI')\n .directive('sgCalendarDayBlock', sgCalendarDayBlock);\n})();\n","/* -*- Mode: javascript; indent-tabs-mode: nil; c-basic-offset: 2 -*- */\n\n(function() {\n 'use strict';\n\n /*\n * sgCalendarDayTable - Build list of blocks for a specific day\n * @memberof SOGo.SchedulerUI\n * @restrict element\n * @param {object} sgBlocks - the events blocks definitions for the current view\n * @param {string} sgDay - the day of the events to display\n * @param {function} sgClick - the function to call when clicking on a block.\n * Two variables are available: event (the event that triggered the mouse click),\n * and component (a Component object)\n *\n * @example:\n\n \n */\n function sgCalendarDayTable() {\n return {\n restrict: 'E',\n scope: {\n blocks: '=sgBlocks',\n day: '@sgDay',\n clickBlock: '&sgClick'\n },\n template: [\n ''\n ].join('')\n };\n }\n\n angular\n .module('SOGo.SchedulerUI')\n .directive('sgCalendarDayTable', sgCalendarDayTable);\n})();\n","/* -*- Mode: javascript; indent-tabs-mode: nil; c-basic-offset: 2 -*- */\n\n(function() {\n 'use strict';\n\n /*\n * sgCalendarBlock - Applied to an event ghost block to be displayed while dragging an event block. Each day of the\n * calendar's view must have a ghost block.\n * @memberof SOGo.SchedulerUI\n * @restrict attribute\n *\n * @example:\n\n /\n */\n sgCalendarGhost.$inject = ['$rootScope', '$timeout', 'CalendarSettings', 'Calendar', 'Component'];\n function sgCalendarGhost($rootScope, $timeout, CalendarSettings, Calendar, Component) {\n return {\n restrict: 'A',\n require: ['^sgCalendarDay', '^sgCalendarScrollView'],\n link: link\n };\n\n function link(scope, iElement, attrs, ctrls) {\n var domElement, calendarDayCtrl, scrollViewCtrl, calendarNumber, originalCalendarNumber;\n\n domElement = iElement[0];\n calendarDayCtrl = ctrls[0];\n scrollViewCtrl = ctrls[1];\n calendarNumber = -1;\n\n iElement.addClass('sg-event--ghost md-whiteframe-3dp ng-hide');\n\n // Listen on drag gestures\n var deregisterDragStart = $rootScope.$on('calendar:dragstart', initGhost);\n var deregisterDrag = $rootScope.$on('calendar:drag', updateGhost);\n var deregisterDragEnd = $rootScope.$on('calendar:dragend', hideGhost);\n\n // Deregister listeners on destroy\n scope.$on('$destroy', function() {\n deregisterDragStart();\n deregisterDrag();\n deregisterDragEnd();\n });\n\n function initGhost() {\n var pid, calendarData, userState;\n\n // Expose ghost block to the scope\n scope.block = Component.$ghost;\n\n calendarData = calendarDayCtrl.calendarData();\n if (calendarData) {\n // A calendar is associated to the day; this is a special multicolumn day view\n calendarNumber = calendarData.index;\n pid = calendarData.pid;\n originalCalendarNumber = scope.block.pointerHandler.originalCalendar.index;\n }\n\n if (!pid)\n pid = scope.block.component.pid;\n\n // Add class for user's participation state\n userState = scope.block.component.blocks[0].userState;\n if (userState)\n iElement.addClass('sg-event--' + userState);\n\n // Set background color\n iElement.addClass('bg-folder' + pid);\n }\n\n function hideGhost() {\n // Remove background color\n _.forEachRight(domElement.classList, function(c) {\n if (/^bg-folder/.test(c))\n iElement.removeClass(c);\n });\n // Hide ghost\n iElement.addClass('ng-hide');\n }\n\n function updateGhost() {\n // From SOGoEventDragGhostController._updateGhosts\n var showGhost, isRelative, currentDay,\n start, duration, durationLeft, maxDuration;\n\n showGhost = false;\n\n if (Calendar.$view && Calendar.$view.type == scrollViewCtrl.type) {\n // The view of the dragging block is the scrolling view of this ghost block\n\n isRelative = scrollViewCtrl.type === 'multiday-allday';\n currentDay = scope.block.pointerHandler.currentEventCoordinates.dayNumber;\n start = scope.block.pointerHandler.currentEventCoordinates.start;\n durationLeft = scope.block.pointerHandler.currentEventCoordinates.duration;\n maxDuration = CalendarSettings.EventDragDayLength - start;\n\n if (angular.isUndefined(durationLeft))\n return;\n duration = durationLeft;\n if (duration > maxDuration)\n duration = maxDuration;\n\n if (currentDay > -1 && // pointer is inside viewport\n ((calendarNumber < 0 && // day is not associated to a calendar\n currentDay == calendarDayCtrl.dayNumber) || // pointer is inside ghost's day\n currentDay == calendarNumber && // pointer is inside ghost's calendar\n (originalCalendarNumber == calendarNumber || // still inside original calendar\n !scope.block.component.isException) // not an exception, event can be moved to a\n // different calendar\n )) {\n // This ghost block (day) is the first of the dragging event\n showGhost = true;\n if (!isRelative) {\n // Show start hour and set the vertical position\n scope.block.startHour = getStartTime(start);\n // Set the height\n if (Calendar.$view.quarterHeight) {\n iElement.css('top', (start * Calendar.$view.quarterHeight) + 'px');\n iElement.css('height', (duration * Calendar.$view.quarterHeight) + 'px');\n }\n else\n iElement.css('top', Calendar.$view.topOffset + 'px');\n }\n iElement.removeClass('fg-folder' + scope.block.component.pid);\n iElement.removeClass('sg-event--ghost--last');\n iElement.addClass('sg-event--ghost--first');\n }\n\n durationLeft -= duration;\n currentDay++;\n\n // Search a subsequent block that matches the current ghost's day\n while (!showGhost && durationLeft && currentDay <= calendarDayCtrl.dayNumber) {\n duration = durationLeft;\n if (duration > CalendarSettings.EventDragDayLength)\n duration = CalendarSettings.EventDragDayLength;\n if (currentDay > -1 && currentDay == calendarDayCtrl.dayNumber) {\n // The dragging event overlaps this current ghost's day\n showGhost = true;\n if (!isRelative) {\n iElement.css('top', Calendar.$view.topOffset + 'px');\n // Set the height\n if (Calendar.$view.quarterHeight)\n iElement.css('height', (duration * Calendar.$view.quarterHeight) + 'px');\n }\n iElement.removeClass('sg-event--ghost--first');\n iElement.removeClass('sg-event--ghost--last');\n // Trick for all-day events: set the foreground color to the background color so the event's title\n // is not visible but the div size remains identical.\n iElement.addClass('fg-folder' + scope.block.component.pid);\n }\n durationLeft -= duration;\n currentDay++;\n start = 0;\n }\n if (!durationLeft) {\n // Reached last ghost block\n if (isRelative) {\n iElement.addClass('sg-event--ghost--last');\n }\n else {\n // Set the end date\n scope.block.endHour = getEndTime(start, duration);\n }\n }\n }\n\n if (showGhost)\n iElement.removeClass('ng-hide');\n else\n iElement.addClass('ng-hide');\n }\n\n function quartersToHM(quarters) {\n var minutes, hours, mins;\n\n minutes = quarters * 15;\n hours = Math.floor(minutes / 60);\n if (hours < 10)\n hours = \"0\" + hours;\n mins = minutes % 60;\n if (mins < 10)\n mins = \"0\" + mins;\n\n return \"\" + hours + \":\" + mins;\n }\n\n function getStartTime(start) {\n return quartersToHM(start);\n }\n\n function getEndTime(start, duration) {\n var end = (start + duration) % CalendarSettings.EventDragDayLength;\n return quartersToHM(end);\n }\n }\n }\n\n angular\n .module('SOGo.SchedulerUI')\n .directive('sgCalendarGhost', sgCalendarGhost);\n})();\n","/* -*- Mode: javascript; indent-tabs-mode: nil; c-basic-offset: 2 -*- */\n\n(function() {\n 'use strict';\n\n /*\n * sgCalendarMonthDay - Build list of blocks for a specific day in a month\n * @memberof SOGo.SchedulerUI\n * @restrict element\n * @param {object} sgBlocks - the events blocks definitions for the current view\n * @param {string} sgDay - the day of the events to display\n * @param {function} sgClick - the function to call when clicking on a block.\n * Two variables are available: event (the event that triggered the mouse click),\n * and component (a Component object)\n *\n * @example:\n\n \n */\n function sgCalendarMonthDay() {\n return {\n restrict: 'E',\n scope: {\n blocks: '=sgBlocks',\n day: '@sgDay',\n clickBlock: '&sgClick'\n },\n template: [\n ''\n ].join('')\n };\n }\n\n angular\n .module('SOGo.SchedulerUI')\n .directive('sgCalendarMonthDay', sgCalendarMonthDay);\n})();\n","/* -*- Mode: javascript; indent-tabs-mode: nil; c-basic-offset: 2 -*- */\n\n(function() {\n 'use strict';\n\n /*\n * sgCalendarMonthEvent - An event block to be displayed in a month\n * @memberof SOGo.Common\n * @restrict element\n * @param {object} sgBlock - the event block definition\n * @ngInject\n * @example:\n\n \n */\n function sgCalendarMonthEvent() {\n return {\n restrict: 'E',\n scope: {\n block: '=sgBlock',\n clickBlock: '&sgClick'\n },\n replace: true,\n template: template,\n link: link\n };\n\n function template(tElem, tAttrs) {\n var p = _.has(tAttrs, 'sgCalendarGhost')? '' : '::';\n\n return [\n '
',\n ' {{ '+p+'block.starthour }}',\n // Priority\n ' {{'+p+'block.component.c_priority}}',\n // Summary\n ' {{ '+p+'block.component.summary }}',\n ' ',\n // Component is reccurent\n ' ',\n // Component has an alarm\n ' ',\n // Component is confidential\n ' ',\n // Component is private\n ' ',\n ' ',\n '
'\n ].join('');\n }\n\n function link(scope, iElement, attrs) {\n if (!_.has(attrs, 'sgCalendarGhost')) {\n\n // Add class for user's participation state\n if (scope.block.userState)\n iElement.addClass('sg-event--' + scope.block.userState);\n\n if (scope.block.component) {\n // Set background color\n iElement.addClass('bg-folder' + scope.block.component.pid);\n\n // Add class for transparency\n if (scope.block.component.c_isopaque === 0)\n iElement.addClass('sg-event--transparent');\n\n // Add class for cancelled event\n if (scope.block.component.c_status === 0)\n iElement.addClass('sg-event--cancelled');\n }\n\n }\n }\n }\n\n angular\n .module('SOGo.SchedulerUI')\n .directive('sgCalendarMonthEvent', sgCalendarMonthEvent);\n})();\n","/* -*- Mode: javascript; indent-tabs-mode: nil; c-basic-offset: 2 -*- */\n\n(function() {\n /* jshint validthis: true */\n 'use strict';\n\n /*\n * sgCalendarScrollView - scrollable view that contains draggable elements\n * @memberof SOGo.SchedulerUI\n * @restrict attribute\n * @param {string} sgCalendarScrollView - the view type (multiday, multiday-allday, or monthly)\n *\n * @example:\n\n \n ..\n \n */\n sgCalendarScrollView.$inject = ['$rootScope', '$window', '$document', '$q', '$timeout', '$mdGesture', 'Calendar', 'Component', 'Preferences'];\n function sgCalendarScrollView($rootScope, $window, $document, $q, $timeout, $mdGesture, Calendar, Component, Preferences) {\n return {\n restrict: 'A',\n scope: {\n type: '@sgCalendarScrollView'\n },\n controller: sgCalendarScrollViewController,\n link: function(scope, element, attrs, controller) {\n var view, type;\n\n view = null;\n type = scope.type; // multiday, multiday-allday, monthly, unknown?\n\n // Update the \"view\" object literal once the Angular template has been transformed\n $timeout(initView);\n\n // Deregister listeners when destroying the view\n scope.$on('$destroy', function() {\n if (view) {\n view.$destroy();\n }\n });\n\n function initView() {\n view = new sgScrollView(element, type);\n\n if (type != 'monthly')\n // Scroll to the day start hour defined in the user's defaults\n Preferences.ready().then(function() {\n var time, hourCell, quartersOffset;\n if (Preferences.defaults.SOGoDayStartTime) {\n time = Preferences.defaults.SOGoDayStartTime.split(':');\n hourCell = document.getElementById('hour' + parseInt(time[0]));\n quartersOffset = parseInt(time[1]) * view.quarterHeight;\n view.element.scrollTop = hourCell.offsetTop + quartersOffset;\n }\n });\n }\n\n /**\n * sgScrollView\n */\n function sgScrollView($element, type) {\n this.$element = $element;\n this.element = $element[0];\n this.type = type;\n this.quarterHeight = this.getQuarterHeight();\n this.scrollStep = 6 * this.quarterHeight;\n this.dayNumbers = this.getDayNumbers();\n this.maxX = this.getMaxColumns();\n\n // Listen to dragstart and dragend events\n this.deregisterDragStart = $rootScope.$on('calendar:dragstart', angular.bind(this, this.onDragStart));\n this.deregisterDragStop = $rootScope.$on('calendar:dragend', angular.bind(this, this.onDragEnd));\n\n this.bindedUpdateCoordinates = angular.bind(this, this.updateCoordinates);\n this.bindedUpdateFromPointerHandler = angular.bind(this, this.updateFromPointerHandler);\n\n // Compute coordinates of view element; recompute it on window resize\n this.updateCoordinates();\n angular.element($window).on('resize', this.bindedUpdateCoordinates);\n }\n\n sgScrollView.prototype = {\n\n $destroy: function() {\n this.deregisterDragStart();\n this.deregisterDragStop();\n this.$element.off('mousemove', this.bindedUpdateFromPointerHandler);\n angular.element($window).off('resize', this.bindedUpdateCoordinates);\n },\n\n onDragStart: function() {\n this.$element.on('mousemove', this.bindedUpdateFromPointerHandler);\n this.updateCoordinates();\n this.updateFromPointerHandler();\n },\n\n onDragEnd: function() {\n this.$element.off('mousemove', this.bindedUpdateFromPointerHandler);\n Calendar.$view = null;\n },\n\n getQuarterHeight: function() {\n var hour0, hour23, height = null;\n\n hour0 = document.getElementById('hour0');\n hour23 = document.getElementById('hour23');\n if (hour0 && hour23)\n height = ((hour23.offsetTop - hour0.offsetTop) / (23 * 4));\n\n return height;\n },\n\n\n getDayDimensions: function(viewLeft) {\n var width, height, leftOffset, topOffset, nodes, domRect, tileHeader;\n\n height = width = leftOffset = topOffset = 0;\n nodes = this.element.getElementsByClassName('day');\n\n if (nodes.length > 0) {\n domRect = nodes[0].getBoundingClientRect();\n height = domRect.height;\n width = domRect.width;\n leftOffset = domRect.left - viewLeft;\n tileHeader = nodes[0].getElementsByClassName('sg-calendar-tile-header');\n if (tileHeader.length > 0)\n topOffset = tileHeader[0].clientHeight;\n }\n\n return { height: height, width: width, offset: { left: leftOffset, top: topOffset } };\n },\n\n\n getDayNumbers: function() {\n var viewType = null, isMultiColumn, days, total, sum;\n\n if (this.element.attributes['sg-view'])\n viewType = this.element.attributes['sg-view'].value;\n isMultiColumn = (viewType == 'multicolumndayview');\n days = this.element.getElementsByTagName('sg-calendar-day');\n\n return _.map(days, function(el, index) {\n if (isMultiColumn)\n return index;\n else\n return parseInt(el.attributes['sg-day-number'].value);\n });\n },\n\n\n getMaxColumns: function() {\n var mdGridList, max = 0;\n\n if (this.type == 'monthly') {\n mdGridList = this.element.getElementsByTagName('md-grid-list')[0];\n max = parseInt(mdGridList.attributes['md-cols'].value) - 1;\n }\n else {\n max = this.element.getElementsByClassName('day').length - 1;\n }\n\n return max;\n },\n\n // View has been resized;\n // Compute the view's origins (x, y), a day's dimensions and left margin.\n updateCoordinates: function() {\n var domRect, dayDimensions;\n\n domRect = this.element.getBoundingClientRect();\n dayDimensions = this.getDayDimensions(domRect.left);\n\n angular.extend(this, {\n coordinates: {\n x: domRect.left,\n y: domRect.top\n },\n dayHeight: dayDimensions.height,\n dayWidth: dayDimensions.width,\n daysOffset: dayDimensions.offset.left,\n topOffset: dayDimensions.offset.top\n });\n },\n\n\n // From SOGoScrollController.updateFromPointerHandler\n updateFromPointerHandler: function() {\n var pointerHandler, pointerCoordinates, now, scrollY, minY, delta;\n\n pointerHandler = Component.$ghost.pointerHandler;\n if (this.coordinates && pointerHandler) {\n pointerCoordinates = pointerHandler.getContainerBasedCoordinates(this);\n\n if (pointerCoordinates) {\n // Pointer is inside view; Adjust scrollbar if necessary\n Calendar.$view = this;\n now = new Date().getTime();\n if (!this.lastScroll || now > this.lastScroll + 100) {\n this.lastScroll = now;\n scrollY = pointerCoordinates.y - this.scrollStep;\n if (scrollY < 0) {\n minY = -this.element.scrollTop;\n if (scrollY < minY)\n scrollY = minY;\n this.element.scrollTop += scrollY;\n }\n else {\n scrollY = pointerCoordinates.y + this.scrollStep;\n delta = scrollY - this.element.clientHeight;\n if (delta > 0) {\n this.element.scrollTop += delta;\n }\n }\n }\n }\n }\n }\n\n\n };\n }\n };\n }\n\n sgCalendarScrollViewController.$inject = ['$scope'];\n function sgCalendarScrollViewController($scope) {\n // Expose the view type to the controller\n // See sgCalendarGhost directive\n this.type = $scope.type;\n }\n\n angular\n .module('SOGo.SchedulerUI')\n .directive('sgCalendarScrollView', sgCalendarScrollView);\n})();\n","/* -*- Mode: javascript; indent-tabs-mode: nil; c-basic-offset: 2 -*- */\n\n(function() {\n 'use strict';\n\n /*\n * sgDraggableCalendarBlock - Make an element draggable\n * @memberof SOGo.SchedulerUI\n * @restrict class or attribute\n *\n * @example:\n\n
\n */\n sgDraggableCalendarBlock.$inject = ['$rootScope', '$timeout', '$log', 'Preferences', 'Calendar', 'CalendarSettings', 'Component'];\n function sgDraggableCalendarBlock($rootScope, $timeout, $log, Preferences, Calendar, CalendarSettings, Component) {\n return {\n restrict: 'CA',\n require: '^sgCalendarDay',\n link: link\n };\n\n function link(scope, element, attrs, calendarDayCtrl) {\n if (scope.block) {\n if (scope.block.component.editable && !scope.block.userState) {\n // Add dragging grips to existing event block\n initGrips();\n }\n else {\n element.removeClass('sg-draggable-calendar-block');\n return;\n }\n }\n\n // Start dragging on mousedown\n element.on('mousedown', onDragDetect);\n\n // Deregister listeners when removing the element from the DOM\n scope.$on('$destroy', function() {\n element.off('mousedown', onDragDetect);\n element.off('mousemove', onDrag);\n });\n\n function initGrips() {\n var component, dayIndex, blockIndex, isFirstBlock, isLastBlock,\n dragGrip, leftGrip, rightGrip, topGrip, bottomGrip;\n\n component = scope.block.component;\n dayIndex = scope.block.dayIndex;\n blockIndex = _.findIndex(component.blocks, ['dayIndex', dayIndex]);\n isFirstBlock = (blockIndex === 0);\n isLastBlock = (blockIndex === component.blocks.length - 1);\n\n dragGrip = angular.element('
');\n dragGrip.addClass('bdr-folder' + component.pid);\n\n if (component.c_isallday ||\n element[0].parentNode.tagName === 'SG-CALENDAR-MONTH-DAY') {\n if (isFirstBlock) {\n leftGrip = angular.element('
').append(dragGrip);\n element.append(leftGrip);\n }\n if (isLastBlock) {\n rightGrip = angular.element('
').append(dragGrip.clone());\n element.append(rightGrip);\n }\n }\n else {\n if (isFirstBlock) {\n topGrip = angular.element('
').append(dragGrip);\n element.append(topGrip);\n }\n if (isLastBlock) {\n bottomGrip = angular.element('
').append(dragGrip.clone());\n element.append(bottomGrip);\n }\n }\n }\n\n function onDragDetect(ev) {\n var dragMode, pointerHandler;\n\n ev.stopPropagation();\n\n dragMode = 'move-event';\n\n if (scope.block && scope.block.component) {\n // Move or resize existing component\n if (ev.target.className == 'dragGrip-top' ||\n ev.target.className == 'dragGrip-left')\n dragMode = 'change-start';\n else if (ev.target.className == 'dragGrip-bottom' ||\n ev.target.className == 'dragGrip-right' )\n dragMode = 'change-end';\n }\n else {\n // Create new component from dragging\n dragMode = 'change-end';\n }\n\n // Initialize pointer handler\n pointerHandler = new SOGoEventDragPointerHandler(dragMode);\n pointerHandler.initFromEvent(ev);\n\n // Update Component.$ghost\n Component.$ghost.pointerHandler = pointerHandler;\n\n // Stop dragging on the next \"mouseup\"\n angular.element(document).one('mouseup', onDragEnd);\n\n // Listen to mousemove and start dragging when mouse has moved from at least 3 pixels\n angular.element(document).on('mousemove', onDrag);\n }\n\n function dragStart(ev) {\n var block, eventType, isHourCell, isMonthly, startDate, newData, newComponent, pointerHandler, calendarData;\n\n isHourCell = element.hasClass('clickableHourCell');\n isMonthly = (element[0].parentNode.tagName == 'SG-CALENDAR-MONTH-DAY') ||\n element.hasClass('clickableDayCell');\n\n calendarData = calendarDayCtrl.calendarData();\n\n if (scope.block && scope.block.component) {\n // Move or resize existing component\n block = scope.block;\n }\n else {\n // Create new component from dragging\n startDate = calendarDayCtrl.dayString.parseDate(Preferences.$mdDateLocaleProvider, '%Y-%m-%e');\n newData = {\n type: 'appointment',\n pid: calendarData? calendarData.pid : Calendar.$defaultCalendar(),\n summary: l('New Event'),\n startDate: startDate,\n isAllDay: isHourCell? 0 : 1\n };\n newComponent = new Component(newData);\n block = {\n component: newComponent,\n dayNumber: calendarDayCtrl.dayNumber,\n length: 0\n };\n block.component.blocks = [block];\n }\n\n // Determine event type\n eventType = 'multiday';\n if (isMonthly)\n eventType = 'monthly';\n else if (block.component.c_isallday)\n eventType = 'multiday-allday';\n\n // Mark all blocks as being dragged\n _.forEach(block.component.blocks, function(b) {\n b.dragging = true;\n });\n\n // Update pointer handler\n pointerHandler = Component.$ghost.pointerHandler;\n pointerHandler.prepareWithEventType(eventType);\n pointerHandler.initFromBlock(block);\n if (calendarData)\n // When the day is associated to a calendar, the day number becomes the calendar index\n // among the active calendars\n pointerHandler.initFromCalendar(calendarData);\n\n // Update Component.$ghost\n Component.$ghost.component = block.component;\n\n $log.debug('emit calendar:dragstart ' + eventType);\n $rootScope.$emit('calendar:dragstart');\n }\n\n function onDrag(ev) {\n var pointerHandler = Component.$ghost.pointerHandler;\n\n // Update\n // - currentCoordinates\n // - currentViewCoordinates\n // - currentEventCoordinates\n $timeout(function() {\n pointerHandler.updateFromEvent(ev);\n });\n }\n\n function onDragEnd(ev) {\n var block, pointer;\n\n block = scope.block;\n pointer = Component.$ghost.pointerHandler;\n\n // Deregister mouse events\n angular.element(document).off('mousemove', onDrag);\n\n if (pointer.dragHasStarted) {\n $rootScope.$emit('calendar:dragend');\n pointer.dragHasStarted = false;\n }\n\n // Unmark all blocks as being dragged\n if (block && block.component)\n _.forEach(block.component.blocks, function(b) {\n b.dragging = false;\n });\n }\n\n /**\n * SOGoCoordinates\n */\n function SOGoCoordinates() {\n }\n\n SOGoCoordinates.prototype = {\n x: -1,\n y: -1,\n\n getDelta: function SC_getDelta(otherCoordinates) {\n var delta = new SOGoCoordinates();\n delta.x = this.x - otherCoordinates.x;\n delta.y = this.y - otherCoordinates.y;\n\n if (Calendar.$view) {\n delta.days = Calendar.$view.dayNumbers[this.x] - Calendar.$view.dayNumbers[otherCoordinates.x];\n }\n\n return delta;\n },\n\n getDistance: function SC_getDistance(otherCoordinates) {\n var delta = this.getDelta(otherCoordinates);\n\n return Math.sqrt(delta.x * delta.x + delta.y * delta.y);\n },\n\n clone: function SC_clone() {\n var coordinates = new SOGoCoordinates();\n coordinates.x = this.x;\n coordinates.y = this.y;\n\n return coordinates;\n }\n };\n\n /**\n * SOGoEventDragEventCoordinates\n */\n function SOGoEventDragEventCoordinates(eventType) {\n this.setEventType(eventType);\n }\n\n SOGoEventDragEventCoordinates.prototype = {\n dayNumber: -1,\n weekDay: -1,\n start: -1,\n duration: -1,\n\n eventType: null,\n\n setEventType: function(eventType) {\n this.eventType = eventType;\n },\n\n initFromBlock: function(block) {\n var prevDayNumber = -1;\n\n if (this.eventType === 'monthly') {\n this.start = 0;\n this.duration = block.component.blocks.length * CalendarSettings.EventDragDayLength;\n }\n else {\n // Get the start (first quarter) from the event's first block\n // Compute overall length\n this.start = block.component.blocks[0].start;\n this.duration = _.sumBy(block.component.blocks, function(b) {\n var delta, currentDayNumber;\n\n currentDayNumber = b.dayNumber;\n if (prevDayNumber < 0)\n delta = 0;\n else\n delta = currentDayNumber - prevDayNumber - 1;\n prevDayNumber = currentDayNumber;\n\n return b.length + delta * CalendarSettings.EventDragDayLength;\n });\n }\n },\n\n initFromCalendar: function(calendarNumber) {\n this.dayNumber = calendarNumber;\n },\n\n getDelta: function(otherCoordinates) {\n var delta = new SOGoEventDragEventCoordinates();\n delta.dayNumber = (this.dayNumber - otherCoordinates.dayNumber);\n delta.start = (this.start - otherCoordinates.start);\n delta.duration = (this.duration - otherCoordinates.duration);\n\n return delta;\n },\n\n _quartersToHM: function(quarters) {\n var minutes = quarters * 15;\n var hours = Math.floor(minutes / 60);\n if (hours < 10)\n hours = \"0\" + hours;\n var mins = minutes % 60;\n if (mins < 10)\n mins = \"0\" + mins;\n\n return \"\" + hours + \":\" + mins;\n },\n\n getStartTime: function() {\n return this._quartersToHM(this.start);\n },\n\n getEndTime: function() {\n var end = (this.start + this.duration) % CalendarSettings.EventDragDayLength;\n return this._quartersToHM(end);\n },\n\n clone: function() {\n var coordinates = new SOGoEventDragEventCoordinates();\n coordinates.dayNumber = this.dayNumber;\n coordinates.start = this.start;\n coordinates.duration = this.duration;\n\n return coordinates;\n }\n };\n\n /**\n * SOGoEventDragPointerHandler\n */\n function SOGoEventDragPointerHandler(dragMode) {\n this.dragMode = dragMode;\n }\n\n SOGoEventDragPointerHandler.prototype = {\n // Pointer absolute xy coordinates within page\n originalCoordinates: null,\n currentCoordinates: null,\n\n // Pointer relative xy coordinates within view (row-column)\n originalViewCoordinates: null,\n currentViewCoordinates: null,\n\n // Event start-duration coordinates\n originalEventCoordinates: null,\n currentEventCoordinates: null,\n\n originalCalendar: null,\n\n dragHasStarted: false,\n\n // Function to return the day and quarter coordinates of the pointer cursor\n // within the day view\n getEventViewCoordinates: null,\n\n initFromBlock: function SEDPH_initFromBlock(block) {\n this.currentEventCoordinates = new SOGoEventDragEventCoordinates(this.eventType);\n this.originalEventCoordinates = new SOGoEventDragEventCoordinates(this.eventType);\n this.originalEventCoordinates.initFromBlock(block);\n },\n\n initFromEvent: function SEDPH_initFromEvent(event) {\n this.currentCoordinates = new SOGoCoordinates();\n this.updateFromEvent(event);\n this.originalCoordinates = this.currentCoordinates.clone();\n },\n\n initFromCalendar: function SEDPH_initFromCalendar(calendarData) {\n this.originalCalendar = calendarData;\n this.currentEventCoordinates.initFromCalendar(calendarData.index);\n this.originalEventCoordinates.initFromCalendar(calendarData.index);\n },\n\n // Method continuously called while dragging\n updateFromEvent: function SEDPH_updateFromEvent(event) {\n // Event here is a DOM event, not a calendar event!\n this.currentCoordinates.x = event.pageX;\n this.currentCoordinates.y = event.pageY;\n\n // From SOGoEventDragGhostController.updateFromPointerHandler\n if (this.dragHasStarted && Calendar.$view) {\n var newEventCoordinates = this.getEventViewCoordinates(Calendar.$view);\n if (!this.originalViewCoordinates) {\n this.originalViewCoordinates = this.getEventViewCoordinates(Calendar.$view, this.originalCoordinates);\n if (Component.$ghost.component.isNew) {\n this.setTimeFromQuarters(Component.$ghost.component.start, this.originalViewCoordinates.y);\n $log.debug('new event start date ' + Component.$ghost.component.start);\n }\n }\n if (!this.currentViewCoordinates ||\n !newEventCoordinates ||\n newEventCoordinates.x != this.currentViewCoordinates.x ||\n newEventCoordinates.y != this.currentViewCoordinates.y) {\n this.currentViewCoordinates = newEventCoordinates;\n if (this.originalViewCoordinates) {\n if (!newEventCoordinates) {\n this.currentViewCoordinates = this.originalViewCoordinates.clone();\n }\n this.updateEventCoordinates();\n }\n }\n }\n else if (this.originalCoordinates &&\n this.currentCoordinates &&\n !this.dragHasStarted) {\n var distance = this.getDistance();\n if (distance > 3) {\n this.dragHasStarted = true;\n dragStart(event);\n }\n }\n },\n\n // SOGoEventDragGhostController._updateCoordinates\n // Extend this.currentCoordinates with start, dayNumber and duration\n updateEventCoordinates: function SEDGC__updateCoordinates() {\n var newDuration;\n\n // Compute delta wrt to position of mouse at dragstart on the day/quarter grid\n var delta = this.currentViewCoordinates.getDelta(this.originalViewCoordinates);\n var deltaQuarters = delta.days * CalendarSettings.EventDragDayLength + delta.y;\n $log.debug('quarters delta ' + deltaQuarters);\n\n if (angular.isUndefined(this.originalEventCoordinates.start)) {\n // Creating new appointment from DnD\n this.originalEventCoordinates.dayNumber = Calendar.$view.dayNumbers[this.originalViewCoordinates.x];\n this.originalEventCoordinates.start = this.originalViewCoordinates.y;\n }\n else if (this.originalEventCoordinates.dayNumber < 0) {\n this.originalEventCoordinates.dayNumber = Calendar.$view.dayNumbers[scope.block.component.blocks[0].dayIndex];\n }\n // if (currentView == \"multicolumndayview\")\n // this._updateMulticolumnViewDayNumber_SEDGC();\n // else\n this.currentEventCoordinates.dayNumber = this.originalEventCoordinates.dayNumber;\n\n if (this.dragMode == \"move-event\") {\n this.currentEventCoordinates.start = this.originalEventCoordinates.start + deltaQuarters;\n this.currentEventCoordinates.duration = this.originalEventCoordinates.duration;\n }\n else {\n if (this.dragMode == \"change-start\") {\n newDuration = this.originalEventCoordinates.duration - deltaQuarters;\n if (newDuration > 0) {\n this.currentEventCoordinates.start = this.originalEventCoordinates.start + deltaQuarters;\n this.currentEventCoordinates.duration = newDuration;\n }\n else if (newDuration < 0) {\n this.currentEventCoordinates.start = (this.originalEventCoordinates.start + this.originalEventCoordinates.duration);\n this.currentEventCoordinates.duration = -newDuration;\n }\n }\n else if (this.dragMode == \"change-end\") {\n newDuration = this.originalEventCoordinates.duration + deltaQuarters;\n if (newDuration > 0) {\n this.currentEventCoordinates.start = this.originalEventCoordinates.start;\n this.currentEventCoordinates.duration = newDuration;\n }\n else if (newDuration < 0) {\n this.currentEventCoordinates.start = this.originalEventCoordinates.start + newDuration;\n this.currentEventCoordinates.duration = -newDuration;\n }\n }\n }\n\n var deltaDays;\n if (this.currentEventCoordinates.start < 0) {\n deltaDays = Math.ceil(-this.currentEventCoordinates.start / CalendarSettings.EventDragDayLength);\n this.currentEventCoordinates.start += deltaDays * CalendarSettings.EventDragDayLength;\n this.currentEventCoordinates.dayNumber -= deltaDays;\n }\n else if (this.currentEventCoordinates.start >= CalendarSettings.EventDragDayLength) {\n deltaDays = Math.floor(this.currentEventCoordinates.start / CalendarSettings.EventDragDayLength);\n this.currentEventCoordinates.start -= deltaDays * CalendarSettings.EventDragDayLength;\n this.currentEventCoordinates.dayNumber += deltaDays;\n }\n\n $log.debug('event coordinates ' + JSON.stringify(this.currentEventCoordinates));\n $rootScope.$emit('calendar:drag');\n },\n\n // SOGoEventDragPointerHandler.getContainerBasedCoordinates\n getContainerBasedCoordinates: function SEDPH_getCBC(view, pointerCoordinates) {\n var currentCoordinates = pointerCoordinates || this.currentCoordinates;\n var coordinates = currentCoordinates.getDelta(view.coordinates);\n var container = view.element;\n\n if (coordinates.x < view.daysOffset || coordinates.x > container.clientWidth ||\n coordinates.y < 0 || coordinates.y > container.clientHeight)\n coordinates = null;\n\n return coordinates;\n },\n\n prepareWithEventType: function SEDPH_prepareWithEventType(eventType) {\n var methods = { \"multiday\": this.getEventMultiDayViewCoordinates,\n \"multiday-allday\": this.getEventMultiDayAllDayViewCoordinates,\n \"monthly\": this.getEventMonthlyViewCoordinates,\n \"unknown\": null };\n var method = methods[eventType];\n this.eventType = eventType;\n this.getEventViewCoordinates = method;\n },\n\n getEventMultiDayViewCoordinates: function SEDPH_gEMultiDayViewC(view, pointerCoordinates) {\n /* x = day; y = quarter */\n var coordinates = this.getEventMultiDayAllDayViewCoordinates(view, pointerCoordinates); // get the x coordinate\n if (coordinates) {\n var quarterHeight = view.quarterHeight;\n var pxCoordinates = this.getContainerBasedCoordinates(view, pointerCoordinates);\n pxCoordinates.y += view.element.scrollTop;\n\n coordinates.y = Math.floor((pxCoordinates.y - CalendarSettings.EventDragHorizontalOffset) / quarterHeight);\n var maxY = CalendarSettings.EventDragDayLength - 1;\n if (coordinates.y < 0)\n coordinates.y = 0;\n else if (coordinates.y > maxY)\n coordinates.y = maxY;\n }\n\n return coordinates;\n },\n getEventMultiDayAllDayViewCoordinates: function SEDPH_gEMultiDayADVC(view, pointerCoordinates) {\n /* x = day; y = quarter */\n var coordinates;\n\n var pxCoordinates = this.getContainerBasedCoordinates(view, pointerCoordinates);\n if (pxCoordinates) {\n coordinates = new SOGoCoordinates();\n\n var dayWidth = view.dayWidth;\n var daysOffset = view.daysOffset;\n\n coordinates.x = Math.floor((pxCoordinates.x - daysOffset) / dayWidth);\n var minX = 0;\n var maxX = Calendar.$view.maxX;\n if (this.dragMode != 'move-event') {\n var calendarData = calendarDayCtrl.calendarData();\n if (calendarData)\n // Resizing an event can't span a different day when in multicolumn view\n minX = maxX = calendarData.index;\n }\n if (coordinates.x < minX)\n coordinates.x = minX;\n else if (coordinates.x > maxX)\n coordinates.x = maxX;\n coordinates.y = 0;\n }\n else {\n coordinates = null;\n }\n\n return coordinates;\n },\n getEventMonthlyViewCoordinates: function SEDPH_gEMonthlyViewC(view, pointerCoordinates) {\n /* x = day; y = quarter */\n var coordinates;\n\n var pxCoordinates = this.getContainerBasedCoordinates(view, pointerCoordinates);\n if (pxCoordinates) {\n coordinates = new SOGoCoordinates();\n\n var maxX = view.maxX;\n var daysTopOffset = 0;\n var dayWidth = view.dayWidth;\n var daysOffset = view.daysOffset;\n var dayHeight = view.dayHeight;\n var daysY = Math.floor((pxCoordinates.y - daysTopOffset) / dayHeight);\n if (daysY < 0)\n daysY = 0;\n\n coordinates.x = Math.floor((pxCoordinates.x - daysOffset) / dayWidth);\n if (coordinates.x < 0)\n coordinates.x = 0;\n else if (coordinates.x > maxX)\n coordinates.x = maxX;\n coordinates.x += (maxX + 1) * daysY;\n coordinates.y = 0;\n }\n else {\n coordinates = null;\n }\n\n return coordinates;\n },\n\n getDistance: function SEDPH_getDistance() {\n return this.currentCoordinates.getDistance(this.originalCoordinates);\n },\n\n setTimeFromQuarters: function SEDPH_setTimeFromQuarters(date, quarters) {\n var hours, minutes;\n hours = Math.floor(quarters / 4);\n minutes = (quarters % 4) * 15;\n date.setHours(hours, minutes);\n }\n };\n }\n }\n\n angular\n .module('SOGo.SchedulerUI')\n .directive('sgDraggableCalendarBlock', sgDraggableCalendarBlock);\n})();\n\n"]} \ No newline at end of file +{"version":3,"sources":["Scheduler/Calendar.service.js","Scheduler/Component.service.js","Scheduler/CalendarController.js","Scheduler/CalendarListController.js","Scheduler/CalendarsController.js","Scheduler/ComponentController.js","Scheduler/sgCalendarDay.directive.js","Scheduler/sgCalendarDayBlock.directive.js","Scheduler/sgCalendarDayTable.directive.js","Scheduler/sgCalendarGhost.directive.js","Scheduler/sgCalendarMonthDay.directive.js","Scheduler/sgCalendarMonthEvent.directive.js","Scheduler/sgCalendarScrollView.directive.js","Scheduler/sgDraggableCalendarBlock.directive.js"],"names":["Calendar","futureCalendarData","this","init","name","id","newCalendarData","$$resource","create","$unwrap","$factory","$q","$timeout","$log","Settings","Resource","Preferences","Component","Acl","angular","extend","activeUser","$Preferences","$Component","$$Acl","$view","module","e","value","EventDragDayLength","EventDragHorizontalOffset","factory","$defaultCalendar","calendar","defaultCalendar","defaults","SOGoDefaultCalendar","_","find","$findAll","active","$add","list","sibling","i","isWebCalendar","$webcalendars","isSubscription","$subscriptions","$calendars","o","localeCompare","indexOf","map","splice","ready","then","settings","FoldersOrder","saveFoldersOrder","flatMap","$reloadAll","data","writable","_this","forEach","push","isUndefined","fetch","calendars","union","filter","isOwned","acls","objectCreator","calendarData","group","$get","$getIndex","$subscribe","uid","path","userResource","$addWebCalendar","url","d","defer","urls","webCalendarURL","reject","post","isEditable","isRemote","owner","login","debug","JSON","stringify","undefined","resolve","response","status","promise","reloadWebCalendars","promises","$error","l","statusText","all","$deleteComponents","components","component","isDefined","pid","uids","folders","prototype","color","$acl","isSuperUser","$shadowData","$omit","$id","when","$futureCalendarData","getClassName","base","$rename","$save","$delete","remove","$reset","key","save","error","setCredentials","username","password","export","download","type","$setActivation","$getComponent","componentId","recurrenceId","$find","isError","isObject","futureComponentData","newComponentData","newguid","isNew","Component_STATUS","Card","Gravatar","STATUS","$Card","$gravatar","timeFormat","$query","search","$queryEvents","sort","asc","filterpopup","$queryTasks","$refreshTimeout","$ghost","EventsFilterState","TasksFilterState","EventsSortingState","parseInt","TasksSortingState","show_completed","ShowCompletedTasks","$categories","SOGoCalendarCategoriesColors","SOGoTimeFormat","constant","NOT_LOADED","DELAYED_LOADING","LOADING","LOADED","DELAYED_MS","$selectedCount","count","$events","event","selected","length","$tasks","task","$startRefreshTimeout","cancel","refreshViewCheck","SOGoRefreshViewCheck","f","bind","$filter","timeInterval","$isLoading","$loaded","options","now","Date","day","getDate","month","getMonth","year","getFullYear","queryKey","capitalize","params","otherType","dirty","keys","$unwrapCollection","calendarId","occurrenceId","join","filterCategories","query","re","RegExp","category","saveSelectedList","componentType","$eventsBlocksForView","view","date","firstDayOfWeek","viewAction","startDate","endDate","SOGoFirstDayOfWeek","beginOfWeek","setTime","getTime","addDays","setDate","setMonth","endOfWeek","$eventsBlocks","j","dayDates","dayNumbers","deferred","toLowerCase","sd","getDayString","ed","views","reduceComponent","associateComponent","objects","eventData","componentData","zipObject","eventsFields","start","c_startdate","hour","getHourString","blocks","categories","block","nbr","isFirst","$views","viewIndex","viewData","allDayBlocks","reduce","events","flatten","days","dayIndex","dayNumber","calendarName","fields","invokeMap","$resetGhost","pointerHandler","startHour","endHour","$parseDate","dateString","time","substring","split","no_time","repeat","alarm","action","quantity","unit","reference","relation","delta","isString","setMinutes","Math","round","getMinutes","end","minutesTo","setDelta","dueDate","due","completedDate","completed","c_category","$isRecurrent","byDayMask","occurrence","frequency","byday","toString","interval","monthdays","months","until","$hasCustomRepeat","hasCustomRepeat","classification","units","M","H","D","W","match","exec","SOGoCalendarDefaultReminder","$hasAlarm","sendAppointmentNotifications","SOGoAppointmentSendEMailNotifications","destinationCalendar","updateFreeBusy","b","isReadOnly","isEditableOccurrence","isInvitation","userHasRSVP","isInvitationOccurrence","enablePercentComplete","coversFreeBusy","quarter","freebusy","updateFreeBusyCoverage","roundedStart","roundedEnd","startQuarter","endQuarter","daysUpTo","index","hourKey","currentDay","dayKey","getHours","beginOfDay","addMinutes","attendees","attendee","image","email","updateFreeBusyAttendee","sday","eday","c_folder","addAttendee","card","$isList","expandable","container","c_name","listId","refs","ref","c_cn","$preferredEmail","role","partstat","c_uid","hasAttendee","emails","deleteAttendee","findIndex","currentAttendee","canRemindAttendeesByEmail","addAttachUrl","attachUrl","attachUrls","deleteAttachUrl","$addDueDate","toISOString","$deleteDueDate","$addStartDate","$deleteStartDate","$reply","reply","delegatedTo","$adjust","every","values","v","extraAttributes","dlp","$mdDateLocaleProvider","format","startTime","endTime","dueTime","stringWithSeparator","organizer","occurrenceOnly","$futureComponentData","copy","repeatDescription","localizedString","toUpperCase","alarmDescription","copyTo","destination","moveTo","CalendarController","$scope","$rootScope","$state","$stateParams","stateEventsBlocks","_formatDate","setHours","$dateFormat","replace","toggleAllDays","expandedAllDays","vm","updateView","asDate","changeDate","$event","newDate","element","currentTarget","attr","go","changeView","deregisterCalendarsList","selectedDate","$on","$inject","controller","CalendarListController","$mdDialog","Dialog","selectComponentType","reload","unselectComponents","mode","multiple","selectAll","toggleComponentSelection","preventDefault","stopPropagation","confirmDeleteSelectedComponents","confirm","ok","$emit","openEvent","openComponent","openTask","viewable","templateUrl","show","parent","document","body","targetEvent","clickOutsideToClose","escapeToClose","controllerAs","locals","stateComponent","newComponent","baseComponent","updateComponentFromGhost","RecurrentComponentDialogController","updateThisOccurrence","hide","onComponentAdjustError","updateAllOccurrences","message","AttendeeConflictDialogController","conflictError","ignoreConflicts","coordinates","calendarNumber","activeCalendars","currentEventCoordinates","summary","isAllDay","duration","finally","getDelta","originalEventCoordinates","originalCalendar","isException","template","filteredBy","field","sortedBy","cancelSearch","selectedList","SelectedList","CalendarsController","$window","$mdToast","FileUploader","focus","User","stateCalendars","_sortableAccept","sourceItemHandleScope","destSortableScope","destItemScope","sortableScope","_sortableEnd","toggleSortableMode","sortableMode","resetSort","newCalendar","ev","prompt","UserLogin","addWebCalendar","WebCalendarAuthDialogController","scope","parts","hostname","title","formatted","authenticate","form","$valid","required","reason","$setValidity","inputType","confirmDelete","folder","catch","alert","importCalendar","CalendarImportDialogController","filterByExtension","item","isTextFile","test","position","hideDelay","uploader","ApplicationBaseURL","autoUpload","queueLimit","filters","fn","onSuccessItem","headers","msg","imported","simple","content","onErrorItem","close","showOnly","showAll","showLinks","LinksDialogController","showProperties","PropertiesDialogController","srcCalendar","saveProperties","$watch","editFolder","editMode","revertEditing","renameFolder","share","$users","usersWithACL","users","subscribeToFolder","service","sortableCalendars","scrollableContainer","containment","orderChanged","accept","SOGoCalendarCategories","asCSSIdentifier","pick","newList","oldList","commonList","ids","intersectionBy","oldObject","isEqual","ComponentController","AddressBook","Alarm","Account","cardFilter","$filterAll","$cards","newMessageWithAllRecipients","recipients","_newMessage","newMessageWithRecipient","accounts","account","$getMailboxes","mailboxes","$newMessage","editable","to","subject","stateAccount","stateMessage","edit","editAllOccurrences","c","getAlarms","replyAllOccurrences","deleteOccurrence","deleteAllOccurrences","toggleRawSource","ComponentRawSourceDialogController","copySelectedComponent","moveSelectedComponent","calendarService","ComponentEditorController","toggleRecurrenceEditor","showRecurrenceEditor","toggleAttendeesEditor","showAttendeesEditor","isValidEmail","searchText","removeAttendee","priorityLevel","priority","attendeeConflictError","getDays","hours","addStartDate","oldStartDate","addDueDate","oldDueDate","updateStartTime","adjustStartTime","valueOf","oldEndDate","updateEndTime","adjustEndTime","updateDueTime","adjustDueTime","attendeesEditor","sgCalendarDay","restrict","dayString","sgCalendarDayController","directive","sgCalendarDayBlock","CalendarSettings","tElem","tAttrs","p","has","link","iElement","attrs","pc","left","right","siblings","css","c_isallday","addClass","userState","c_isopaque","c_status","clickBlock","sgCalendarDayTable","sgCalendarGhost","ctrls","initGhost","calendarDayCtrl","originalCalendarNumber","hideGhost","forEachRight","domElement","classList","removeClass","updateGhost","showGhost","isRelative","durationLeft","maxDuration","scrollViewCtrl","getStartTime","quarterHeight","topOffset","getEndTime","quartersToHM","quarters","minutes","mins","floor","deregisterDragStart","deregisterDrag","deregisterDragEnd","require","sgCalendarMonthDay","sgCalendarMonthEvent","sgCalendarScrollView","$document","$mdGesture","sgCalendarScrollViewController","initView","sgScrollView","hourCell","quartersOffset","SOGoDayStartTime","getElementById","scrollTop","offsetTop","$element","getQuarterHeight","scrollStep","getDayNumbers","maxX","getMaxColumns","onDragStart","deregisterDragStop","onDragEnd","bindedUpdateCoordinates","updateCoordinates","bindedUpdateFromPointerHandler","updateFromPointerHandler","on","$destroy","off","hour0","hour23","height","getDayDimensions","viewLeft","width","leftOffset","nodes","domRect","tileHeader","getElementsByClassName","getBoundingClientRect","clientHeight","offset","top","isMultiColumn","viewType","attributes","getElementsByTagName","el","mdGridList","max","dayDimensions","x","y","dayHeight","dayWidth","daysOffset","pointerCoordinates","scrollY","minY","getContainerBasedCoordinates","lastScroll","sgDraggableCalendarBlock","initGrips","blockIndex","isFirstBlock","isLastBlock","dragGrip","leftGrip","rightGrip","topGrip","bottomGrip","parentNode","tagName","append","clone","onDragDetect","dragMode","target","className","SOGoEventDragPointerHandler","initFromEvent","one","onDrag","dragStart","eventType","isHourCell","isMonthly","newData","hasClass","parseDate","dragging","prepareWithEventType","initFromBlock","initFromCalendar","updateFromEvent","pointer","dragHasStarted","SOGoCoordinates","SOGoEventDragEventCoordinates","setEventType","otherCoordinates","getDistance","sqrt","weekDay","prevDayNumber","sumBy","currentDayNumber","_quartersToHM","originalCoordinates","currentCoordinates","originalViewCoordinates","currentViewCoordinates","getEventViewCoordinates","pageX","pageY","newEventCoordinates","setTimeFromQuarters","updateEventCoordinates","distance","newDuration","deltaQuarters","deltaDays","ceil","clientWidth","methods","multiday","getEventMultiDayViewCoordinates","multiday-allday","getEventMultiDayAllDayViewCoordinates","monthly","getEventMonthlyViewCoordinates","unknown","method","pxCoordinates","maxY","minX","daysTopOffset","daysY"],"mappings":"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","file":"Scheduler.services.js","sourcesContent":["/* -*- Mode: javascript; indent-tabs-mode: nil; c-basic-offset: 2 -*- */\n\n(function() {\n 'use strict';\n\n /**\n * @name Calendar\n * @constructor\n * @param {object} futureCalendarData - either an object literal or a promise\n */\n function Calendar(futureCalendarData) {\n // Data is immediately available\n this.init(futureCalendarData);\n if (this.name && !this.id) {\n // Create a new calendar on the server\n var newCalendarData = Calendar.$$resource.create('createFolder', this.name);\n this.$unwrap(newCalendarData);\n }\n }\n\n /**\n * @memberof Calendar\n * @desc The factory we'll use to register with Angular\n * @returns the Calendar constructor\n */\n Calendar.$factory = ['$q', '$timeout', '$log', 'sgSettings', 'Resource', 'Preferences', 'Component', 'Acl', function($q, $timeout, $log, Settings, Resource, Preferences, Component, Acl) {\n angular.extend(Calendar, {\n $q: $q,\n $timeout: $timeout,\n $log: $log,\n $$resource: new Resource(Settings.activeUser('folderURL') + 'Calendar', Settings.activeUser()),\n $Preferences: Preferences,\n $Component: Component,\n $$Acl: Acl,\n activeUser: Settings.activeUser(),\n $view: null\n });\n\n return Calendar; // return constructor\n }];\n\n /**\n * @module SOGo.SchedulerUI\n * @desc Factory registration of Calendar in Angular module.\n */\n try {\n angular.module('SOGo.SchedulerUI');\n }\n catch(e) {\n angular.module('SOGo.SchedulerUI', ['SOGo.Common']);\n }\n angular.module('SOGo.SchedulerUI')\n .value('CalendarSettings', {\n EventDragDayLength: 24 * 4, // hour quarters\n EventDragHorizontalOffset: 3 // pixels\n })\n .factory('Calendar', Calendar.$factory);\n\n /**\n * @memberof Calendar\n * @desc Return the default calendar id according to the user's defaults.\n * @returns a calendar id\n */\n Calendar.$defaultCalendar = function() {\n var defaultCalendar = Calendar.$Preferences.defaults.SOGoDefaultCalendar,\n calendar;\n\n if (defaultCalendar == 'first') {\n calendar = _.find(Calendar.$findAll(null, true), function(calendar) {\n return calendar.active;\n });\n if (calendar)\n return calendar.id;\n }\n\n return 'personal';\n };\n\n /**\n * @memberof Calendar\n * @desc Add a new calendar to the static list of calendars\n * @param {Calendar} calendar - an Calendar object instance\n */\n Calendar.$add = function(calendar) {\n // Insert new calendar at proper index\n var list, sibling, i;\n\n if (calendar.isWebCalendar)\n list = this.$webcalendars;\n else if (calendar.isSubscription)\n list = this.$subscriptions;\n else\n list = this.$calendars;\n\n sibling = _.find(list, function(o) {\n return (calendar.id == 'personal' ||\n (o.id != 'personal' &&\n o.name.localeCompare(calendar.name) === 1));\n });\n i = sibling ? _.indexOf(_.map(list, 'id'), sibling.id) : 1;\n list.splice(i, 0, calendar);\n\n this.$Preferences.ready().then(function() {\n if (Calendar.$Preferences.settings.Calendar.FoldersOrder)\n // Save list order\n Calendar.saveFoldersOrder(_.flatMap(Calendar.$findAll(), 'id')).then(function() {\n // Refresh list of calendars to fetch links associated to new calendar\n Calendar.$reloadAll();\n });\n });\n };\n\n /**\n * @memberof Calendar\n * @desc Set or get the list of calendars. Will instanciate a new Calendar object for each item.\n * @param {object[]} [data] - the metadata of the calendars\n * @param {bool} [writable] - if true, returns only the list of writable calendars\n * @returns the list of calendars\n */\n Calendar.$findAll = function(data, writable) {\n var _this = this;\n if (data) {\n this.$calendars = [];\n this.$subscriptions = [];\n this.$webcalendars = [];\n // Instanciate Calendar objects\n angular.forEach(data, function(o, i) {\n var calendar = new Calendar(o);\n if (calendar.isWebCalendar)\n _this.$webcalendars.push(calendar);\n else if (calendar.isSubscription)\n _this.$subscriptions.push(calendar);\n else\n _this.$calendars.push(calendar);\n });\n }\n else if (angular.isUndefined(this.$calendars)) {\n this.$calendars = [];\n this.$subscriptions = [];\n this.$webcalendars = [];\n return Calendar.$$resource.fetch('calendarslist').then(function(data) {\n return Calendar.$findAll(data.calendars, writable);\n });\n }\n\n if (writable) {\n return _.union(this.$calendars, _.filter(this.$subscriptions, function(calendar) {\n return calendar.isOwned || calendar.acls.objectCreator;\n }));\n }\n\n return _.union(this.$calendars, this.$subscriptions, this.$webcalendars);\n };\n\n /**\n * @memberof Calendar\n * @desc Reload the list of known calendars.\n */\n Calendar.$reloadAll = function() {\n var _this = this;\n\n Calendar.$$resource.fetch('calendarslist').then(function(data) {\n _.forEach(data.calendars, function(calendarData) {\n var group, calendar;\n\n if (calendarData.isWebCalendar)\n group = _this.$webcalendars;\n else if (calendarData.isSubscription)\n group = _this.$subscriptions;\n else\n group = _this.$calendars;\n\n calendar = _.find(group, function(o) { return o.id == calendarData.id; });\n if (calendar)\n calendar.init(calendarData);\n });\n });\n };\n\n /**\n * @memberof Calendar\n * @desc Find a calendar among local instances (personal calendars, subscriptions and Web calendars).\n * @param {string} id - the calendar ID\n * @returns an object literal of the matching Calendar instance\n */\n Calendar.$get = function(id) {\n var calendar;\n\n calendar = _.find(Calendar.$calendars, function(o) { return o.id == id; });\n if (!calendar)\n calendar = _.find(Calendar.$subscriptions, function(o) { return o.id == id; });\n if (!calendar)\n calendar = _.find(Calendar.$webcalendars, function(o) { return o.id == id; });\n\n return calendar;\n };\n\n /**\n * @memberof Calendar\n * @desc Find a calendar among local instances (personal calendars, subscriptions and Web calendars).\n * @param {string} id - the calendar ID\n * @returns an object literal of the matching Calendar instance\n */\n Calendar.$getIndex = function(id) {\n var i;\n\n i = _.indexOf(_.map(Calendar.$calendars, 'id'), id);\n if (i < 0)\n i = _.indexOf(_.map(Calendar.$subscriptions, 'id'), id);\n if (i < 0)\n i = _.indexOf(_.map(Calendar.$webcalendars, 'id'), id);\n\n return i;\n };\n\n /**\n * @memberOf Calendar\n * @desc Subscribe to another user's calendar and add it to the list of calendars.\n * @param {string} uid - user id\n * @param {string} path - path of folder for specified user\n * @returns a promise of the HTTP query result\n */\n Calendar.$subscribe = function(uid, path) {\n var _this = this;\n return Calendar.$$resource.userResource(uid).fetch(path, 'subscribe').then(function(calendarData) {\n var calendar = new Calendar(angular.extend({ active: 1 }, calendarData));\n if (!_.find(_this.$subscriptions, function(o) {\n return o.id == calendarData.id;\n })) {\n Calendar.$add(calendar);\n }\n return calendar;\n });\n };\n\n /**\n * @memberOf Calendar\n * @desc Subscribe to a remote Web calendar\n * @param {string} url - URL of .ics file\n * @returns a promise of the HTTP query result\n */\n Calendar.$addWebCalendar = function(url) {\n var _this = this,\n d = Calendar.$q.defer();\n\n if (_.find(_this.$webcalendars, function(o) {\n return o.urls.webCalendarURL == url;\n })) {\n // Already subscribed\n d.reject();\n }\n else {\n Calendar.$$resource.post(null, 'addWebCalendar', { url: url }).then(function(calendarData) {\n angular.extend(calendarData, {\n isWebCalendar: true,\n isEditable: true,\n isRemote: false,\n owner: Calendar.activeUser.login,\n urls: { webCalendarURL: url }\n });\n var calendar = new Calendar(calendarData);\n Calendar.$$resource.fetch(calendar.id, 'reload').then(function(data) {\n // TODO: show a toast of the reload status\n Calendar.$log.debug(JSON.stringify(data, undefined, 2));\n Calendar.$add(calendar);\n d.resolve();\n }, function(response) {\n if (response.status == 401) {\n // Web calendar requires authentication\n d.resolve(calendar);\n }\n else {\n d.reject();\n }\n });\n }, d.reject);\n }\n\n return d.promise;\n };\n\n /**\n * @function reloadWebCalendars\n * @memberof Calendar\n * @desc Reload all Web calendars\n * @return a promise combining the results of all HTTP operations\n */\n Calendar.reloadWebCalendars = function() {\n var promises = [];\n\n _.forEach(this.$webcalendars, function(calendar) {\n var promise = Calendar.$$resource.fetch(calendar.id, 'reload');\n promise.then(function(data) {\n calendar.$error = false;\n }, function(response) {\n calendar.$error = l(response.statusText);\n });\n promises.push(promise);\n });\n\n return Calendar.$q.all(promises);\n };\n\n /**\n * @function $deleteComponents\n * @memberof Calendar\n * @desc Delete multiple components from calendar.\n * @return a promise of the HTTP operation\n */\n Calendar.$deleteComponents = function(components) {\n var _this = this, calendars = {}, promises = [];\n\n _.forEach(components, function(component) {\n if (!angular.isDefined(calendars[component.pid]))\n calendars[component.pid] = [];\n calendars[component.pid].push(component.id);\n });\n\n _.forEach(calendars, function(uids, pid) {\n promises.push(Calendar.$$resource.post(pid, 'batchDelete', {uids: uids}));\n });\n\n return Calendar.$q.all(promises);\n };\n\n /**\n * @function saveFoldersOrder\n * @desc Save to the user's settings the current calendars order.\n * @param {string[]} folders - the folders IDs\n * @returns a promise of the HTTP operation\n */\n Calendar.saveFoldersOrder = function(folders) {\n return this.$$resource.post(null, 'saveFoldersOrder', { folders: folders }).then(function() {\n Calendar.$Preferences.settings.Calendar.FoldersOrder = folders;\n if (!folders)\n // Calendars order was reset; reload list\n return Calendar.$$resource.fetch('calendarslist').then(function(data) {\n return Calendar.$findAll(data.calendars);\n });\n });\n };\n\n /**\n * @function init\n * @memberof Calendar.prototype\n * @desc Extend instance with new data and compute additional attributes.\n * @param {object} data - attributes of calendar\n */\n Calendar.prototype.init = function(data) {\n this.color = this.color || '#AAAAAA';\n this.active = 1;\n angular.extend(this, data);\n if (this.id) {\n this.$acl = new Calendar.$$Acl('Calendar/' + this.id);\n }\n // Add 'isOwned' and 'isSubscription' attributes based on active user (TODO: add it server-side?)\n this.isOwned = Calendar.activeUser.isSuperUser || this.owner == Calendar.activeUser.login;\n this.isSubscription = !this.isRemote && this.owner != Calendar.activeUser.login;\n if (angular.isUndefined(this.$shadowData)) {\n // Make a copy of the data for an eventual reset\n this.$shadowData = this.$omit();\n }\n };\n\n /**\n * @function $id\n * @memberof Calendar.prototype\n * @desc Resolve the calendar id.\n * @returns a promise of the calendar id\n */\n Calendar.prototype.$id = function() {\n if (this.id) {\n // Object already unwrapped\n return Calendar.$q.when(this.id);\n }\n else {\n // Wait until object is unwrapped\n return this.$futureCalendarData.then(function(calendar) {\n return calendar.id;\n });\n }\n };\n\n /**\n * @function getClassName\n * @memberof Calendar.prototype\n * @desc Return the calendar CSS class name based on its ID.\n * @returns a string representing the foreground CSS class name\n */\n Calendar.prototype.getClassName = function(base) {\n if (angular.isUndefined(base))\n base = 'fg';\n return base + '-folder' + this.id;\n };\n\n /**\n * @function $rename\n * @memberof Calendar.prototype\n * @desc Rename the calendar and keep the list sorted\n * @param {string} name - the new name\n * @returns a promise of the HTTP operation\n */\n Calendar.prototype.$rename = function() {\n var _this = this,\n i,\n calendars;\n\n if (this.name == this.$shadowData.name) {\n // Name hasn't changed\n return Calendar.$q.when();\n }\n\n if (this.isWebCalendar)\n calendars = Calendar.$webcalendars;\n else if (this.isSubscription)\n calendars = Calendar.$subscriptions;\n else\n calendars = Calendar.$calendars;\n\n i = _.indexOf(_.map(calendars, 'id'), this.id);\n if (i > -1) {\n return this.$save().then(function() {\n calendars.splice(i, 1);\n Calendar.$add(_this);\n });\n }\n else {\n return Calendar.$q.reject();\n }\n };\n\n /**\n * @function $delete\n * @memberof Calendar.prototype\n * @desc Delete the calendar from the server and the static list of calendars.\n * @returns a promise of the HTTP operation\n */\n Calendar.prototype.$delete = function() {\n var _this = this,\n list,\n promise;\n\n if (this.isSubscription) {\n promise = Calendar.$$resource.fetch(this.id, 'unsubscribe');\n list = Calendar.$subscriptions;\n }\n else {\n promise = Calendar.$$resource.remove(this.id);\n if (this.isWebCalendar)\n list = Calendar.$webcalendars;\n else\n list = Calendar.$calendars;\n }\n\n return promise.then(function() {\n var i = _.indexOf(_.map(list, 'id'), _this.id);\n list.splice(i, 1);\n });\n };\n\n /**\n * @function $reset\n * @memberof Calendar.prototype\n * @desc Reset the original state the calendar's data.\n */\n Calendar.prototype.$reset = function() {\n var _this = this;\n angular.forEach(this, function(value, key) {\n if (key != 'constructor' && key[0] != '$') {\n delete _this[key];\n }\n });\n angular.extend(this, this.$shadowData);\n this.$shadowData = this.$omit();\n };\n\n /**\n * @function $save\n * @memberof Calendar.prototype\n * @desc Save the calendar properties to the server.\n * @returns a promise of the HTTP operation\n */\n Calendar.prototype.$save = function() {\n var _this = this;\n\n return Calendar.$$resource.save(this.id, this.$omit()).then(function(data) {\n // Make a copy of the data for an eventual reset\n _this.$shadowData = _this.$omit();\n return data;\n }, function(data) {\n Calendar.$log.error(JSON.stringify(data, undefined, 2));\n // Restore previous version\n _this.$reset();\n return data;\n });\n };\n\n /**\n * @function setCredentials\n * @memberof Calendar.prototype\n * @desc Set the credentials for a Web calendar that requires authentication\n * @returns a promise of the HTTP operation\n */\n Calendar.prototype.setCredentials = function(username, password) {\n var _this = this,\n d = Calendar.$q.defer();\n\n Calendar.$$resource.post(this.id, 'set-credentials', { username: username, password: password }).then(function() {\n Calendar.$$resource.fetch(_this.id, 'reload').then(function(data) {\n Calendar.$add(_this);\n d.resolve();\n }, function(response) {\n if (response.status == 401) {\n // Authentication failed\n d.reject(l('Wrong username or password'));\n }\n else {\n d.reject(response.statusText);\n }\n });\n }, d.reject);\n\n return d.promise;\n };\n\n /**\n * @function export\n * @memberof Calendar.prototype\n * @desc Export the calendar\n * @returns a promise of the HTTP operation\n */\n Calendar.prototype.export = function() {\n return Calendar.$$resource.download(this.id + '.ics', 'export', null, {type: 'application/octet-stream'});\n };\n\n /**\n * @function $setActivation\n * @memberof Calendar.prototype\n * @desc Either activate or deactivate the calendar.\n * @returns a promise of the HTTP operation\n */\n Calendar.prototype.$setActivation = function() {\n return Calendar.$$resource.fetch(this.id, (this.active?'':'de') + 'activateFolder');\n };\n\n /**\n * @function $getComponent\n * @memberof Calendar.prototype\n * @desc Fetch a component attributes from the server.\n * @returns a promise of the HTTP operation\n */\n Calendar.prototype.$getComponent = function(componentId, recurrenceId) {\n return Calendar.$Component.$find(this.id, componentId, recurrenceId);\n };\n\n /**\n * @function $unwrap\n * @memberof Calendar.prototype\n * @desc Unwrap a promise\n * @param {promise} futureCalendarData - a promise of the Calendar's data\n */\n Calendar.prototype.$unwrap = function(futureCalendarData) {\n var _this = this;\n\n // Expose and resolve the promise\n this.$futureCalendarData = futureCalendarData.then(function(data) {\n return Calendar.$timeout(function() {\n // Extend Calendar instance with received data\n _this.init(data);\n return _this;\n });\n }, function(data) {\n _this.isError = true;\n if (angular.isObject(data)) {\n Calendar.$timeout(function() {\n angular.extend(_this, data);\n });\n }\n });\n };\n\n /**\n * @function $omit\n * @memberof Calendar.prototype\n * @desc Return a sanitized object used to send to the server.\n * @return an object literal copy of the Calendar instance\n */\n Calendar.prototype.$omit = function() {\n var calendar = {};\n angular.forEach(this, function(value, key) {\n if (key != 'constructor' &&\n key[0] != '$') {\n calendar[key] = value;\n }\n });\n return calendar;\n };\n})();\n","/* -*- Mode: javascript; indent-tabs-mode: nil; c-basic-offset: 2 -*- */\n\n(function() {\n 'use strict';\n\n /**\n * @name Component\n * @constructor\n * @param {object} futureComponentData - either an object literal or a promise\n */\n function Component(futureComponentData) {\n // Data is immediately available\n if (typeof futureComponentData.then !== 'function') {\n this.init(futureComponentData);\n if (this.pid && !this.id) {\n // Prepare for the creation of a new component;\n // Get UID from the server.\n var newComponentData = Component.$$resource.newguid(this.pid);\n this.$unwrap(newComponentData);\n this.isNew = true;\n }\n }\n else {\n // The promise will be unwrapped first\n this.$unwrap(futureComponentData);\n }\n }\n\n /**\n * @memberof Component\n * @desc The factory we'll use to register with Angular\n * @returns the Component constructor\n */\n Component.$factory = ['$q', '$timeout', '$log', 'sgSettings', 'sgComponent_STATUS', 'Preferences', 'Card', 'Gravatar', 'Resource', function($q, $timeout, $log, Settings, Component_STATUS, Preferences, Card, Gravatar, Resource) {\n angular.extend(Component, {\n STATUS: Component_STATUS,\n $q: $q,\n $timeout: $timeout,\n $log: $log,\n $Preferences: Preferences,\n $Card: Card,\n $gravatar: Gravatar,\n $$resource: new Resource(Settings.activeUser('folderURL') + 'Calendar', Settings.activeUser()),\n timeFormat: \"%H:%M\",\n // Filter parameters common to events and tasks\n $query: { value: '', search: 'title_Category_Location' },\n // Filter paramaters specific to events\n $queryEvents: { sort: 'start', asc: 1, filterpopup: 'view_next7' },\n // Filter parameters specific to tasks\n $queryTasks: { sort: 'status', asc: 1, filterpopup: 'view_incomplete' },\n $refreshTimeout: null,\n $ghost: {}\n });\n Preferences.ready().then(function() {\n // Initialize filter parameters from user's settings\n if (Preferences.settings.Calendar.EventsFilterState)\n Component.$queryEvents.filterpopup = Preferences.settings.Calendar.EventsFilterState;\n if (Preferences.settings.Calendar.TasksFilterState)\n Component.$queryTasks.filterpopup = Preferences.settings.Calendar.TasksFilterState;\n if (Preferences.settings.Calendar.EventsSortingState) {\n Component.$queryEvents.sort = Preferences.settings.Calendar.EventsSortingState[0];\n Component.$queryEvents.asc = parseInt(Preferences.settings.Calendar.EventsSortingState[1]);\n }\n if (Preferences.settings.Calendar.TasksSortingState) {\n Component.$queryTasks.sort = Preferences.settings.Calendar.TasksSortingState[0];\n Component.$queryTasks.asc = parseInt(Preferences.settings.Calendar.TasksSortingState[1]);\n }\n Component.$queryTasks.show_completed = parseInt(Preferences.settings.ShowCompletedTasks);\n // Initialize categories from user's defaults\n Component.$categories = Preferences.defaults.SOGoCalendarCategoriesColors;\n // Initialize time format from user's defaults\n if (Preferences.defaults.SOGoTimeFormat) {\n Component.timeFormat = Preferences.defaults.SOGoTimeFormat;\n }\n });\n\n return Component; // return constructor\n }];\n\n /**\n * @module SOGo.SchedulerUI\n * @desc Factory registration of Component in Angular module.\n */\n try {\n angular.module('SOGo.SchedulerUI');\n }\n catch(e) {\n angular.module('SOGo.SchedulerUI', ['SOGo.Common']);\n }\n angular.module('SOGo.SchedulerUI')\n .constant('sgComponent_STATUS', {\n NOT_LOADED: 0,\n DELAYED_LOADING: 1,\n LOADING: 2,\n LOADED: 3,\n DELAYED_MS: 300\n })\n .factory('Component', Component.$factory);\n\n /**\n * @function $selectedCount\n * @memberof Component\n * @desc Return the number of events or tasks selected by the user.\n * @returns the number of selected events or tasks\n */\n Component.$selectedCount = function() {\n var count;\n\n count = 0;\n if (Component.$events) {\n count += (_.filter(Component.$events, function(event) { return event.selected; })).length;\n }\n if (Component.$tasks) {\n count += (_.filter(Component.$tasks, function(task) { return task.selected; })).length;\n }\n return count;\n };\n\n /**\n * @function $startRefreshTimeout\n * @memberof Component\n * @desc Starts the refresh timeout for the current selected component type, for all calendars\n */\n Component.$startRefreshTimeout = function(type) {\n var _this = this;\n\n if (Component.$refreshTimeout)\n Component.$timeout.cancel(Component.$refreshTimeout);\n\n Component.$Preferences.ready().then(function() {\n // Restart the refresh timer, if needed\n var refreshViewCheck = Component.$Preferences.defaults.SOGoRefreshViewCheck;\n if (refreshViewCheck && refreshViewCheck != 'manually') {\n var f = angular.bind(_this, Component.$filter, type);\n Component.$refreshTimeout = Component.$timeout(f, refreshViewCheck.timeInterval()*1000);\n }\n });\n };\n\n /**\n * @function $isLoading\n * @memberof Component\n * @returns true if the components list is still being retrieved from server after a specific delay\n * @see sgMessage_STATUS\n */\n Component.$isLoading = function() {\n return Component.$loaded == Component.STATUS.LOADING;\n };\n\n /**\n * @function $filter\n * @memberof Component\n * @desc Search for components matching some criterias\n * @param {string} type - either 'events' or 'tasks'\n * @param {object} [options] - additional options to the query\n * @returns a collection of Components instances\n */\n Component.$filter = function(type, options) {\n var _this = this,\n now = new Date(),\n day = now.getDate(),\n month = now.getMonth() + 1,\n year = now.getFullYear(),\n queryKey = '$query' + type.capitalize(),\n params = {\n day: '' + year + (month < 10?'0':'') + month + (day < 10?'0':'') + day,\n };\n\n Component.$startRefreshTimeout(type);\n\n return this.$Preferences.ready().then(function() {\n var futureComponentData,\n dirty = false,\n otherType;\n\n angular.extend(_this.$query, params);\n\n if (options) {\n _.forEach(_.keys(options), function(key) {\n // Query parameters common to events and tasks are compared\n dirty |= (_this.$query[key] && options[key] != Component.$query[key]);\n if (key == 'reload' && options[key])\n dirty = true;\n // Update either the common parameters or the type-specific parameters\n else if (angular.isDefined(_this.$query[key]))\n _this.$query[key] = options[key];\n else\n _this[queryKey][key] = options[key];\n });\n }\n\n // Perform query with both common and type-specific parameters\n futureComponentData = _this.$$resource.fetch(null, type + 'list',\n angular.extend(_this[queryKey], _this.$query));\n\n // Invalidate cached results of other type if $query has changed\n otherType = (type == 'tasks')? '$events' : '$tasks';\n if (dirty) {\n delete Component[otherType];\n Component.$log.debug('force reload of ' + otherType);\n }\n\n return _this.$unwrapCollection(type, futureComponentData);\n });\n };\n\n /**\n * @function $find\n * @desc Fetch a component from a specific calendar.\n * @param {string} calendarId - the calendar ID\n * @param {string} componentId - the component ID\n * @param {string} [occurrenceId] - the component ID\n * @see {@link Calendar.$getComponent}\n */\n Component.$find = function(calendarId, componentId, occurrenceId) {\n var futureComponentData, path = [calendarId, componentId];\n\n if (occurrenceId)\n path.push(occurrenceId);\n\n futureComponentData = this.$$resource.fetch(path.join('/'), 'view');\n\n return new Component(futureComponentData);\n };\n\n /**\n * @function filterCategories\n * @desc Search for categories matching some criterias\n * @param {string} search - the search string to match\n * @returns a collection of strings\n */\n Component.filterCategories = function(query) {\n var re = new RegExp(query, 'i');\n return _.filter(_.keys(Component.$categories), function(category) {\n return category.search(re) != -1;\n });\n };\n\n /**\n * @function saveSelectedList\n * @desc Save to the user's settings the currently selected list.\n * @param {string} componentType - either \"events\" or \"tasks\"\n * @returns a promise of the HTTP operation\n */\n Component.saveSelectedList = function(componentType) {\n return this.$$resource.post(null, 'saveSelectedList', { list: componentType + 'ListView' });\n };\n\n /**\n * @function $eventsBlocksForView\n * @desc Events blocks for a specific week\n * @param {string} view - Either 'day' or 'week'\n * @param {Date} type - Date of any day of the desired period\n * @returns a promise of a collection of objects describing the events blocks\n */\n Component.$eventsBlocksForView = function(view, date) {\n var _this = this;\n\n return Component.$Preferences.ready().then(function(data) {\n var firstDayOfWeek, viewAction, startDate, endDate, params;\n firstDayOfWeek = Component.$Preferences.defaults.SOGoFirstDayOfWeek;\n\n if (view == 'day') {\n viewAction = 'dayView';\n startDate = endDate = date;\n }\n else if (view == 'multicolumnday') {\n viewAction = 'multicolumndayView';\n startDate = endDate = date;\n }\n else if (view == 'week') {\n viewAction = 'weekView';\n startDate = date.beginOfWeek(firstDayOfWeek);\n endDate = new Date();\n endDate.setTime(startDate.getTime());\n endDate.addDays(6);\n }\n else if (view == 'month') {\n viewAction = 'monthView';\n startDate = date;\n startDate.setDate(1);\n startDate = startDate.beginOfWeek(firstDayOfWeek);\n endDate = new Date();\n endDate.setTime(date.getTime());\n endDate.setMonth(endDate.getMonth() + 1);\n endDate.addDays(-1);\n endDate = endDate.endOfWeek(firstDayOfWeek);\n }\n return _this.$eventsBlocks(viewAction, startDate, endDate);\n });\n };\n\n /**\n * @function $eventsBlocks\n * @desc Events blocks for a specific view and period\n * @param {string} view - Either 'day', 'multicolumnday', 'week' or 'month'\n * @param {Date} startDate - period's start date\n * @param {Date} endDate - period's end date\n * @returns a promise of a collection of objects describing the events blocks\n */\n Component.$eventsBlocks = function(view, startDate, endDate) {\n var params, futureComponentData, i, j, dayDates = [], dayNumbers = [],\n deferred = Component.$q.defer();\n\n params = { view: view.toLowerCase(), sd: startDate.getDayString(), ed: endDate.getDayString() };\n futureComponentData = this.$$resource.fetch(null, 'eventsblocks', params);\n futureComponentData.then(function(views) {\n var reduceComponent, associateComponent;\n\n reduceComponent = function(objects, eventData, i) {\n var componentData = _.zipObject(this.eventsFields, eventData),\n start = new Date(componentData.c_startdate * 1000),\n component;\n componentData.hour = start.getHourString();\n componentData.blocks = [];\n component = new Component(componentData);\n // Filter out categories for which there's no associated color\n component.categories = _.filter(component.categories, function(name) {\n return Component.$Preferences.defaults.SOGoCalendarCategoriesColors[name];\n });\n objects.push(component);\n return objects;\n };\n\n associateComponent = function(block) {\n this[block.nbr].blocks.push(block); // Associate block to component\n block.component = this[block.nbr]; // Associate component to block\n block.isFirst = (this[block.nbr].blocks.length == 1);\n };\n\n Component.$views = [];\n Component.$timeout(function() {\n _.forEach(views, function(data, viewIndex) {\n var components = [], blocks = {}, allDayBlocks = {}, viewData;\n\n // Change some attributes names\n data.eventsFields.splice(_.indexOf(data.eventsFields, 'c_folder'), 1, 'pid');\n data.eventsFields.splice(_.indexOf(data.eventsFields, 'c_name'), 1, 'id');\n data.eventsFields.splice(_.indexOf(data.eventsFields, 'c_recurrence_id'), 1, 'occurrenceId');\n data.eventsFields.splice(_.indexOf(data.eventsFields, 'c_title'), 1, 'summary');\n\n // Instantiate Component objects\n _.reduce(data.events, _.bind(reduceComponent, data), components);\n\n // Associate Component objects to blocks positions\n _.forEach(_.flatten(data.blocks), _.bind(associateComponent, components));\n\n // Associate Component objects to all-day blocks positions\n _.forEach(_.flatten(data.allDayBlocks), _.bind(associateComponent, components));\n\n // Build array of dates\n if (dayDates.length === 0) {\n dayDates = _.flatMap(data.days, 'date');\n dayNumbers = _.flatMap(data.days, 'number');\n }\n\n // Convert array of blocks to an object literal with date strings as keys\n for (i = 0; i < data.blocks.length; i++) {\n for (j = 0; j < data.blocks[i].length; j++) {\n data.blocks[i][j].dayIndex = i + (viewIndex * data.blocks.length);\n data.blocks[i][j].dayNumber = dayNumbers[i];\n }\n blocks[dayDates[i]] = data.blocks[i];\n }\n\n // Convert array of all-day blocks to object with days as keys\n for (i = 0; i < data.allDayBlocks.length; i++) {\n for (j = 0; j < data.allDayBlocks[i].length; j++) {\n data.allDayBlocks[i][j].dayIndex = i + (viewIndex * data.allDayBlocks.length);\n data.allDayBlocks[i][j].dayNumber = dayNumbers[i];\n }\n allDayBlocks[dayDates[i]] = data.allDayBlocks[i];\n }\n\n // \"blocks\" is now an object literal with the following structure:\n // { day: [\n // { start: number,\n // length: number,\n // siblings: number,\n // realSiblings: number,\n // position: number,\n // nbr: number,\n // component: Component },\n // .. ],\n // .. }\n //\n // Where day is a string with format YYYYMMDD\n\n Component.$log.debug('blocks ready (' + _.flatten(data.blocks).length + ')');\n Component.$log.debug('all day blocks ready (' + _.flatten(data.allDayBlocks).length + ')');\n\n // Save the blocks to the object model\n viewData = { blocks: blocks, allDayBlocks: allDayBlocks };\n if (data.id && data.calendarName) {\n // The multicolumnday view also includes calendar information\n viewData.id = data.id;\n viewData.calendarName = data.calendarName;\n }\n Component.$views.push(viewData);\n });\n\n deferred.resolve(Component.$views);\n });\n }, deferred.reject);\n\n return deferred.promise;\n };\n\n /**\n * @function $unwrapCollection\n * @desc Unwrap a promise and instanciate new Component objects using received data.\n * @param {string} type - either 'events' or 'tasks'\n * @param {promise} futureComponentData - a promise of the components' metadata\n * @returns a promise of the HTTP operation\n */\n Component.$unwrapCollection = function(type, futureComponentData) {\n var _this = this,\n components = [];\n\n // Components list is not loaded yet\n Component.$loaded = Component.STATUS.DELAYED_LOADING;\n Component.$timeout(function() {\n if (Component.$loaded != Component.STATUS.LOADED)\n Component.$loaded = Component.STATUS.LOADING;\n }, Component.STATUS.DELAYED_MS);\n\n return futureComponentData.then(function(data) {\n return Component.$timeout(function() {\n var fields = _.invokeMap(data.fields, 'toLowerCase');\n fields.splice(_.indexOf(fields, 'c_folder'), 1, 'pid');\n fields.splice(_.indexOf(fields, 'c_name'), 1, 'id');\n fields.splice(_.indexOf(fields, 'c_recurrence_id'), 1, 'occurrenceId');\n\n // Instanciate Component objects\n _.reduce(data[type], function(components, componentData, i) {\n var data = _.zipObject(fields, componentData), component;\n component = new Component(data);\n // Filter out categories for which there's no associated color\n component.categories = _.filter(component.categories, function(name) {\n return Component.$Preferences.defaults.SOGoCalendarCategoriesColors[name];\n });\n components.push(component);\n return components;\n }, components);\n\n Component.$log.debug('list of ' + type + ' ready (' + components.length + ')');\n\n // Save the list of components to the object model\n Component['$' + type] = components;\n\n Component.$loaded = Component.STATUS.LOADED;\n\n return components;\n });\n });\n };\n\n /**\n * @function $resetGhost\n * @desc Prepare the ghost object for the next drag by resetting appropriate attributes\n */\n Component.$resetGhost = function() {\n this.$ghost.pointerHandler = null;\n this.$ghost.component = null;\n this.$ghost.startHour = null;\n this.$ghost.endHour = null;\n };\n\n /**\n * @function $parseDate\n * @desc Parse a date string with format YYYY-MM-DDTHH:MM\n * @param {string} dateString - the string representing the date\n * @param {object} [options] - additional options (use {no_time: true} to ignore the time)\n * @returns a date object\n */\n Component.$parseDate = function(dateString, options) {\n var date, time;\n\n date = dateString.substring(0,10).split('-');\n\n if (options && options.no_time)\n return new Date(parseInt(date[0]), parseInt(date[1]) - 1, parseInt(date[2]));\n\n time = dateString.substring(11,16).split(':');\n\n return new Date(parseInt(date[0]), parseInt(date[1]) - 1, parseInt(date[2]),\n parseInt(time[0]), parseInt(time[1]), 0, 0);\n };\n\n /**\n * @function init\n * @memberof Component.prototype\n * @desc Extend instance with required attributes and new data.\n * @param {object} data - attributes of component\n */\n Component.prototype.init = function(data) {\n var _this = this;\n\n this.categories = [];\n this.repeat = {};\n this.alarm = { action: 'display', quantity: 5, unit: 'MINUTES', reference: 'BEFORE', relation: 'START' };\n this.status = 'not-specified';\n this.delta = 60;\n angular.extend(this, data);\n\n if (this.component == 'vevent')\n this.type = 'appointment';\n else if (this.component == 'vtodo')\n this.type = 'task';\n\n if (this.startDate) {\n if (angular.isString(this.startDate))\n // Ex: 2015-10-25T22:34:51+00:00\n this.start = Component.$parseDate(this.startDate);\n else\n // Date object\n this.start = this.startDate;\n }\n else if (this.type == 'appointment') {\n this.start = new Date();\n this.start.setMinutes(Math.round(this.start.getMinutes()/15)*15);\n }\n\n if (this.endDate) {\n this.end = Component.$parseDate(this.endDate);\n this.delta = this.start.minutesTo(this.end);\n }\n else if (this.type == 'appointment') {\n this.setDelta(this.delta);\n }\n\n if (this.dueDate)\n this.due = Component.$parseDate(this.dueDate);\n\n if (this.completedDate)\n this.completed = Component.$parseDate(this.completedDate);\n else if (this.type == 'task')\n this.completed = new Date();\n\n if (this.c_category)\n this.categories = _.invokeMap(this.c_category, 'asCSSIdentifier');\n\n // Parse recurrence rule definition and initialize default values\n this.$isRecurrent = angular.isDefined(data.repeat);\n if (this.repeat.days) {\n var byDayMask = _.find(this.repeat.days, function(o) {\n return angular.isDefined(o.occurrence);\n });\n if (byDayMask) {\n if (this.repeat.frequency == 'yearly')\n this.repeat.year = { byday: true };\n this.repeat.month = {\n type: 'byday',\n occurrence: byDayMask.occurrence.toString(),\n day: byDayMask.day\n };\n }\n }\n else {\n this.repeat.days = [];\n }\n if (angular.isUndefined(this.repeat.frequency))\n this.repeat.frequency = 'never';\n if (angular.isUndefined(this.repeat.interval))\n this.repeat.interval = 1;\n if (angular.isUndefined(this.repeat.month))\n this.repeat.month = { occurrence: '1', day: 'SU', type: 'bymonthday' };\n if (angular.isUndefined(this.repeat.monthdays))\n // TODO: initialize this.repeat.monthdays with month day of start date\n this.repeat.monthdays = [];\n if (angular.isUndefined(this.repeat.months))\n // TODO: initialize this.repeat.months with month of start date\n this.repeat.months = [];\n if (angular.isUndefined(this.repeat.year))\n this.repeat.year = {};\n if (this.repeat.count)\n this.repeat.end = 'count';\n else if (this.repeat.until) {\n this.repeat.end = 'until';\n this.repeat.until = Component.$parseDate(this.repeat.until, { no_time: true });\n }\n else\n this.repeat.end = 'never';\n this.$hasCustomRepeat = this.hasCustomRepeat();\n\n if (this.isNew) {\n // Set default values\n Component.$Preferences.ready().then(function() {\n var type = (_this.type == 'appointment')? 'Events' : 'Tasks';\n\n // Set default classification\n _this.classification = Component.$Preferences.defaults['SOGoCalendar' + type + 'DefaultClassification'].toLowerCase();\n\n // Set default alarm\n var units = { M: 'MINUTES', H: 'HOURS', D: 'DAYS', W: 'WEEKS' };\n var match = /-PT?([0-9]+)([MHDW])/.exec(Component.$Preferences.defaults.SOGoCalendarDefaultReminder);\n if (match) {\n _this.$hasAlarm = true;\n _this.alarm.quantity = parseInt(match[1]);\n _this.alarm.unit = units[match[2]];\n }\n\n // Set notitifications\n _this.sendAppointmentNotifications = Component.$Preferences.defaults.SOGoAppointmentSendEMailNotifications;\n });\n }\n else {\n this.$hasAlarm = angular.isDefined(data.alarm);\n }\n\n // Allow the component to be moved to a different calendar\n this.destinationCalendar = this.pid;\n\n // if (this.organizer && this.organizer.email) {\n // this.organizer.$image = Component.$gravatar(this.organizer.email, 32);\n // }\n\n // Load freebusy of attendees\n this.updateFreeBusy();\n\n this.selected = false;\n };\n\n /**\n * @function hasCustomRepeat\n * @memberof Component.prototype\n * @desc Check if the component has a custom recurrence rule.\n * @returns true if the recurrence rule requires the full recurrence editor\n */\n Component.prototype.hasCustomRepeat = function() {\n var b = angular.isDefined(this.repeat) &&\n (this.repeat.interval > 1 ||\n this.repeat.days && this.repeat.days.length > 0 ||\n this.repeat.monthdays && this.repeat.monthdays.length > 0 ||\n this.repeat.months && this.repeat.months.length > 0);\n return b;\n };\n\n /**\n * @function isEditable\n * @memberof Component.prototype\n * @desc Check if the component is editable and not an occurrence of a recurrent component\n * @returns true or false\n */\n Component.prototype.isEditable = function() {\n return (!this.occurrenceId && !this.isReadOnly);\n };\n\n /**\n * @function isEditableOccurrence\n * @memberof Component.prototype\n * @desc Check if the component is editable and an occurrence of a recurrent component\n * @returns true or false\n */\n Component.prototype.isEditableOccurrence = function() {\n return (this.occurrenceId && !this.isReadOnly);\n };\n\n /**\n * @function isInvitation\n * @memberof Component.prototype\n * @desc Check if the component an invitation and not an occurrence of a recurrent component\n * @returns true or false\n */\n Component.prototype.isInvitation = function() {\n return (!this.occurrenceId && this.userHasRSVP);\n };\n\n /**\n * @function isInvitationOccurrence\n * @memberof Component.prototype\n * @desc Check if the component an invitation and an occurrence of a recurrent component\n * @returns true or false\n */\n Component.prototype.isInvitationOccurrence = function() {\n return (this.occurrenceId && this.userHasRSVP);\n };\n\n /**\n * @function isReadOnly\n * @memberof Component.prototype\n * @desc Check if the component is not editable and not an invitation\n * @returns true or false\n */\n Component.prototype.isReadOnly = function() {\n return (this.isReadOnly && !this.userHasRSVP);\n };\n\n /**\n * @function enablePercentComplete\n * @memberof Component.prototype\n * @desc Check if the percent completion should be enabled with respect to the\n * component's type and status.\n * @returns true if the percent completion should be displayed\n */\n Component.prototype.enablePercentComplete = function() {\n return (this.type == 'task' &&\n this.status != 'not-specified' &&\n this.status != 'cancelled');\n };\n\n /**\n * @function coversFreeBusy\n * @memberof Component.prototype\n * @desc Check if a specific quarter matches the component's period\n * @returns true if the quarter covers the component's period\n */\n Component.prototype.coversFreeBusy = function(day, hour, quarter) {\n var b = (angular.isDefined(this.freebusy[day]) &&\n angular.isDefined(this.freebusy[day][hour]) &&\n this.freebusy[day][hour][quarter] == 1);\n return b;\n };\n\n /**\n * @function updateFreeBusyCoverage\n * @memberof Component.prototype\n * @desc Build a 15-minute-based representation of the component's period.\n * @returns an object literal hashed by days and hours and arrays of four 1's and 0's\n */\n Component.prototype.updateFreeBusyCoverage = function() {\n var _this = this, freebusy = {};\n\n if (this.start && this.end) {\n var roundedStart = new Date(this.start.getTime()),\n roundedEnd = new Date(this.end.getTime()),\n startQuarter = parseInt(roundedStart.getMinutes()/15 + 0.5),\n endQuarter = parseInt(roundedEnd.getMinutes()/15 + 0.5);\n roundedStart.setMinutes(15*startQuarter);\n roundedEnd.setMinutes(15*endQuarter);\n\n _.forEach(roundedStart.daysUpTo(roundedEnd), function(date, index) {\n var currentDay = date.getDate(),\n dayKey = date.getDayString(),\n hourKey;\n if (dayKey == _this.start.getDayString()) {\n hourKey = date.getHours().toString();\n freebusy[dayKey] = {};\n freebusy[dayKey][hourKey] = [];\n while (startQuarter > 0) {\n freebusy[dayKey][hourKey].push(0);\n startQuarter--;\n }\n }\n else {\n date = date.beginOfDay();\n freebusy[dayKey] = {};\n }\n while (date.getTime() < _this.end.getTime() &&\n date.getDate() == currentDay) {\n hourKey = date.getHours().toString();\n if (angular.isUndefined(freebusy[dayKey][hourKey]))\n freebusy[dayKey][hourKey] = [];\n freebusy[dayKey][hourKey].push(1);\n date.addMinutes(15);\n }\n });\n return freebusy;\n }\n };\n\n /**\n * @function updateFreeBusy\n * @memberof Component.prototype\n * @desc Update the freebusy coverage representation and the attendees freebusy information\n */\n Component.prototype.updateFreeBusy = function() {\n var _this = this;\n\n this.freebusy = this.updateFreeBusyCoverage();\n\n if (this.attendees) {\n _.forEach(this.attendees, function(attendee) {\n attendee.image = Component.$gravatar(attendee.email, 32);\n _this.updateFreeBusyAttendee(attendee);\n });\n }\n };\n\n /**\n * @function setDelta\n * @memberof Component.prototype\n * @desc Set the end time to the specified number of minutes after the start time.\n * @param {number} delta - the number of minutes\n */\n Component.prototype.setDelta = function(delta) {\n this.delta = delta;\n this.end = new Date(this.start.getTime());\n this.end.setMinutes(Math.round(this.end.getMinutes()/15)*15);\n this.end.addMinutes(this.delta);\n };\n\n /**\n * @function updateFreeBusyAttendee\n * @memberof Component.prototype\n * @desc Update the freebusy information for the component's period for a specific attendee.\n * @param {Object} card - an Card object instance of the attendee\n */\n Component.prototype.updateFreeBusyAttendee = function(attendee) {\n var params, url, days;\n if (attendee.uid) {\n params =\n {\n sday: this.start.getDayString(),\n eday: this.end.getDayString()\n };\n url = ['..', '..', attendee.uid, 'freebusy.ifb'];\n days = _.map(this.start.daysUpTo(this.end), function(day) { return day.getDayString(); });\n\n if (angular.isUndefined(attendee.freebusy))\n attendee.freebusy = {};\n\n // Fetch FreeBusy information\n Component.$$resource.fetch(url.join('/'), 'ajaxRead', params).then(function(data) {\n _.forEach(days, function(day) {\n var hour;\n\n if (angular.isUndefined(attendee.freebusy[day]))\n attendee.freebusy[day] = {};\n\n if (angular.isUndefined(data[day]))\n data[day] = {};\n\n for (var i = 0; i <= 23; i++) {\n hour = i.toString();\n if (data[day][hour])\n attendee.freebusy[day][hour] = [\n data[day][hour][\"0\"],\n data[day][hour][\"15\"],\n data[day][hour][\"30\"],\n data[day][hour][\"45\"]\n ];\n else\n attendee.freebusy[day][hour] = [0, 0, 0, 0];\n }\n });\n });\n }\n };\n\n /**\n * @function getClassName\n * @memberof Component.prototype\n * @desc Return the component CSS class name based on its container (calendar) ID.\n * @param {string} [base] - the prefix to add to the class name (defaults to \"fg\")\n * @returns a string representing the foreground CSS class name\n */\n Component.prototype.getClassName = function(base) {\n if (angular.isUndefined(base))\n base = 'fg';\n return base + '-folder' + (this.destinationCalendar || this.c_folder || this.pid);\n };\n\n /**\n * @function addAttendee\n * @memberof Component.prototype\n * @desc Add an attendee and fetch his freebusy info.\n * @param {Object} card - an Card object instance to be added to the attendees list\n */\n Component.prototype.addAttendee = function(card) {\n var _this = this, attendee, list, url, params;\n if (card) {\n if (card.$isList({expandable: true})) {\n // Decompose list members\n list = Component.$Card.$find(card.container, card.c_name);\n list.$id().then(function(listId) {\n _.forEach(list.refs, function(ref) {\n attendee = {\n name: ref.c_cn,\n email: ref.$preferredEmail(),\n role: 'req-participant',\n partstat: 'needs-action',\n uid: ref.c_uid\n };\n if (!_.find(_this.attendees, function(o) {\n return o.email == attendee.email;\n })) {\n // Contact is not already an attendee, add it\n attendee.image = Component.$gravatar(attendee.email, 32);\n if (_this.attendees)\n _this.attendees.push(attendee);\n else\n _this.attendees = [attendee];\n _this.updateFreeBusyAttendee(attendee);\n }\n });\n });\n }\n else {\n // Single contact\n attendee = {\n name: card.c_cn,\n email: card.$preferredEmail(),\n role: 'req-participant',\n partstat: 'needs-action',\n uid: card.c_uid\n };\n if (!_.find(this.attendees, function(o) {\n return o.email == attendee.email;\n })) {\n attendee.image = Component.$gravatar(attendee.email, 32);\n if (this.attendees)\n this.attendees.push(attendee);\n else\n this.attendees = [attendee];\n this.updateFreeBusyAttendee(attendee);\n }\n }\n }\n };\n\n /**\n * @function hasAttendee\n * @memberof Component.prototype\n * @desc Verify if one of the email addresses of a Card instance matches an attendee.\n * @param {Object} card - an Card object instance\n * @returns true if the Card matches an attendee\n */\n Component.prototype.hasAttendee = function(card) {\n var attendee = _.find(this.attendees, function(attendee) {\n return _.find(card.emails, function(email) {\n return email.value == attendee.email;\n });\n });\n return angular.isDefined(attendee);\n };\n\n /**\n * @function deleteAttendee\n * @memberof Component.prototype\n * @desc Remove an attendee from the component\n * @param {Object} attendee - an object literal defining an attendee\n */\n Component.prototype.deleteAttendee = function(attendee) {\n var index = _.findIndex(this.attendees, function(currentAttendee) {\n return currentAttendee.email == attendee.email;\n });\n this.attendees.splice(index, 1);\n };\n\n /**\n * @function canRemindAttendeesByEmail\n * @memberof Component.prototype\n * @desc Verify if the component's reminder must be send by email and if it has at least one attendee.\n * @returns true if attendees can receive a reminder by email\n */\n Component.prototype.canRemindAttendeesByEmail = function() {\n return this.alarm.action == 'email' &&\n !this.isReadOnly &&\n this.attendees && this.attendees.length > 0;\n };\n\n /**\n * @function addAttachUrl\n * @memberof Component.prototype\n * @desc Add a new attach URL if not already defined\n * @param {string} attachUrl - the URL\n * @returns the number of values in the list of attach URLs\n */\n Component.prototype.addAttachUrl = function(attachUrl) {\n if (angular.isUndefined(this.attachUrls)) {\n this.attachUrls = [{value: attachUrl}];\n }\n else {\n for (var i = 0; i < this.attachUrls.length; i++) {\n if (this.attachUrls[i].value == attachUrl) {\n break;\n }\n }\n if (i == this.attachUrls.length)\n this.attachUrls.push({value: attachUrl});\n }\n return this.attachUrls.length - 1;\n };\n\n /**\n * @function deleteAttachUrl\n * @memberof Component.prototype\n * @desc Remove an attach URL\n * @param {number} index - the URL index in the list of attach URLs\n */\n Component.prototype.deleteAttachUrl = function(index) {\n if (index > -1 && this.attachUrls.length > index) {\n this.attachUrls.splice(index, 1);\n }\n };\n\n /**\n * @function $addDueDate\n * @memberof Component.prototype\n * @desc Add a due date\n */\n Component.prototype.$addDueDate = function() {\n this.due = new Date();\n this.due.setMinutes(Math.round(this.due.getMinutes()/15)*15);\n this.dueDate = this.due.toISOString();\n };\n\n /**\n * @function $deleteDueDate\n * @memberof Component.prototype\n * @desc Delete a due date\n */\n Component.prototype.$deleteDueDate = function() {\n delete this.due;\n delete this.dueDate;\n };\n\n /**\n * @function $addStartDate\n * @memberof Component.prototype\n * @desc Add a start date\n */\n Component.prototype.$addStartDate = function() {\n this.start = new Date();\n this.start.setMinutes(Math.round(this.start.getMinutes()/15)*15);\n };\n\n /**\n * @function $deleteStartDate\n * @memberof Component.prototype\n * @desc Delete a start date\n */\n Component.prototype.$deleteStartDate = function() {\n delete this.start;\n delete this.startDate;\n };\n\n /**\n * @function $reset\n * @memberof Component.prototype\n * @desc Reset the original state the component's data.\n */\n Component.prototype.$reset = function() {\n var _this = this;\n angular.forEach(this, function(value, key) {\n if (key != 'constructor' && key[0] != '$') {\n delete _this[key];\n }\n });\n this.init(this.$shadowData);\n this.$shadowData = this.$omit();\n };\n\n /**\n * @function $reply\n * @memberof Component.prototype\n * @desc Reply to an invitation.\n * @returns a promise of the HTTP operation\n */\n Component.prototype.$reply = function() {\n var _this = this, data, path = [this.pid, this.id];\n\n if (this.occurrenceId)\n path.push(this.occurrenceId);\n\n data = {\n reply: this.reply,\n delegatedTo: this.delegatedTo,\n alarm: this.$hasAlarm? this.alarm : {}\n };\n\n return Component.$$resource.save(path.join('/'), data, { action: 'rsvpAppointment' })\n .then(function(data) {\n // Make a copy of the data for an eventual reset\n _this.$shadowData = _this.$omit();\n return data;\n });\n };\n\n /**\n * @function $adjust\n * @memberof Component.prototype\n * @desc Adjust the start, day, and/or duration of the component\n * @returns a promise of the HTTP operation\n */\n Component.prototype.$adjust = function(params) {\n var path = [this.pid, this.id];\n\n if (_.every(_.values(params), function(v) { return v === 0; }))\n // No changes\n return Component.$q.when();\n\n if (this.occurrenceId)\n path.push(this.occurrenceId);\n\n Component.$log.debug('adjust ' + path.join('/') + ' ' + JSON.stringify(params));\n\n return Component.$$resource.save(path.join('/'), params, { action: 'adjust' });\n };\n\n /**\n * @function $save\n * @memberof Component.prototype\n * @desc Save the component to the server.\n * @param {object} extraAttributes - additional attributes to send to the server\n */\n Component.prototype.$save = function(extraAttributes) {\n var _this = this, options, path, component, date, dlp;\n\n component = this.$omit();\n dlp = Component.$Preferences.$mdDateLocaleProvider;\n\n // Format dates and times\n component.startDate = component.start ? component.start.format(dlp, '%Y-%m-%d') : '';\n component.startTime = component.start ? component.start.format(dlp, '%H:%M') : '';\n component.endDate = component.end ? component.end.format(dlp, '%Y-%m-%d') : '';\n component.endTime = component.end ? component.end.format(dlp, '%H:%M') : '';\n component.dueDate = component.due ? component.due.format(dlp, '%Y-%m-%d') : '';\n component.dueTime = component.due ? component.due.format(dlp, '%H:%M') : '';\n component.completedDate = component.completed ? component.completed.format(dlp, '%Y-%m-%d') : '';\n\n // Update recurrence definition depending on selections\n if (this.$hasCustomRepeat) {\n if (this.repeat.frequency == 'monthly' && this.repeat.month.type && this.repeat.month.type == 'byday' ||\n this.repeat.frequency == 'yearly' && this.repeat.year.byday) {\n // BYDAY mask for a monthly or yearly recurrence\n delete component.repeat.monthdays;\n component.repeat.days = [{ day: this.repeat.month.day, occurrence: this.repeat.month.occurrence.toString() }];\n }\n else if ((this.repeat.frequency == 'monthly' || this.repeat.frequency == 'yearly') &&\n this.repeat.month.type) {\n // montly recurrence by month days or yearly by month\n delete component.repeat.days;\n }\n }\n else if (this.repeat.frequency && this.repeat.frequency != 'never') {\n component.repeat = { frequency: this.repeat.frequency };\n }\n if (this.repeat.frequency) {\n if (this.repeat.end == 'until' && this.repeat.until)\n component.repeat.until = this.repeat.until.stringWithSeparator('-');\n else if (this.repeat.end == 'count' && this.repeat.count)\n component.repeat.count = this.repeat.count;\n else {\n delete component.repeat.until;\n delete component.repeat.count;\n }\n }\n else {\n delete component.repeat;\n }\n\n // Check status\n if (this.status == 'not-specified')\n delete component.status;\n else if (this.status != 'completed')\n delete component.completedDate;\n\n // Verify alarm\n if (this.$hasAlarm) {\n if (this.alarm.action && this.alarm.action == 'email' &&\n !(this.attendees && this.attendees.length > 0)) {\n // No attendees; email reminder must be sent to organizer only\n component.alarm.attendees = 0;\n component.alarm.organizer = 1;\n }\n }\n else {\n component.alarm = {};\n }\n\n // Build URL\n path = [this.pid, this.id];\n\n if (this.isNew)\n options = { action: 'saveAs' + this.type.capitalize() };\n\n if (this.occurrenceId)\n path.push(this.occurrenceId);\n\n angular.extend(component, extraAttributes);\n\n return Component.$$resource.save(path.join('/'), component, options)\n .then(function(data) {\n // Make a copy of the data for an eventual reset\n _this.$shadowData = _this.$omit();\n return data;\n });\n };\n\n /**\n * @function $delete\n * @memberof Component.prototype\n * @desc Delete the component from the server.\n * @param {boolean} occurrenceOnly - delete this occurrence only\n */\n Component.prototype.remove = function(occurrenceOnly) {\n var _this = this, path = [this.pid, this.id];\n\n if (occurrenceOnly && this.occurrenceId)\n path.push(this.occurrenceId);\n\n return Component.$$resource.remove(path.join('/'));\n };\n\n /**\n * @function $unwrap\n * @memberof Component.prototype\n * @desc Unwrap a promise.\n * @param {promise} futureComponentData - a promise of some of the Component's data\n */\n Component.prototype.$unwrap = function(futureComponentData) {\n var _this = this;\n\n // Expose the promise\n this.$futureComponentData = futureComponentData;\n\n // Resolve the promise\n this.$futureComponentData.then(function(data) {\n _this.init(data);\n // Make a copy of the data for an eventual reset\n _this.$shadowData = _this.$omit();\n }, function(data) {\n angular.extend(_this, data);\n _this.isError = true;\n Component.$log.error(_this.error);\n });\n };\n\n /**\n * @function $omit\n * @memberof Component.prototype\n * @desc Return a sanitized object used to send to the server.\n * @return an object literal copy of the Component instance\n */\n Component.prototype.$omit = function() {\n var component = {};\n angular.forEach(this, function(value, key) {\n if (key != 'constructor' &&\n key[0] != '$' &&\n key != 'blocks') {\n component[key] = angular.copy(value);\n }\n });\n\n return component;\n };\n\n /**\n * @function repeatDescription\n * @memberof Component.prototype\n * @desc Return a localized description of the recurrence definition\n * @return a localized string\n */\n Component.prototype.repeatDescription = function() {\n var localizedString = null;\n if (this.repeat)\n localizedString = l('repeat_' + this.repeat.frequency.toUpperCase());\n\n return localizedString;\n };\n\n /**\n * @function alarmDescription\n * @memberof Component.prototype\n * @desc Return a localized description of the reminder definition\n * @return a localized string\n */\n Component.prototype.alarmDescription = function() {\n var key, localizedString = null;\n if (this.alarm) {\n key = ['reminder' + this.alarm.quantity, this.alarm.unit, this.alarm.reference].join('_');\n localizedString = l(key);\n if (key === localizedString)\n // No localized string for this reminder definition\n localizedString = [this.alarm.quantity,\n l('reminder_' + this.alarm.unit),\n l('reminder_' + this.alarm.reference)].join(' ');\n }\n\n return localizedString;\n };\n\n /**\n * @function copyTo\n * @memberof Component.prototype\n * @desc Copy an event to a calendar\n * @param {string} calendar - a target calendar UID\n * @returns a promise of the HTTP operation\n */\n Component.prototype.copyTo = function(calendar) {\n return Component.$$resource.post(this.pid + '/' + this.id, 'copy', {destination: calendar});\n };\n\n /**\n * @function moveTo\n * @memberof Component.prototype\n * @desc Move an event to a calendar\n * @param {string} calendar - a target calendar UID\n * @returns a promise of the HTTP operation\n */\n Component.prototype.moveTo = function(calendar) {\n return Component.$$resource.post(this.pid + '/' + this.id, 'move', {destination: calendar});\n };\n\n Component.prototype.toString = function() {\n return '[Component ' + this.id + ']';\n };\n\n\n})();\n","/* -*- Mode: javascript; indent-tabs-mode: nil; c-basic-offset: 2 -*- */\n\n(function() {\n 'use strict';\n\n /**\n * @ngInject\n */\n CalendarController.$inject = ['$scope', '$rootScope', '$state', '$stateParams', 'Calendar', 'Component', 'Preferences', 'stateEventsBlocks'];\n function CalendarController($scope, $rootScope, $state, $stateParams, Calendar, Component, Preferences, stateEventsBlocks) {\n var vm = this, deregisterCalendarsList;\n\n // Make the toolbar state of all-day events persistent\n if (angular.isUndefined(CalendarController.expandedAllDays))\n CalendarController.expandedAllDays = false;\n\n vm.selectedDate = $stateParams.day.asDate();\n vm.expandedAllDays = CalendarController.expandedAllDays;\n vm.toggleAllDays = toggleAllDays;\n vm.views = stateEventsBlocks;\n vm.changeDate = changeDate;\n vm.changeView = changeView;\n\n Preferences.ready().then(function() {\n _formatDate(vm.selectedDate);\n });\n\n // Refresh current view when the list of calendars is modified\n deregisterCalendarsList = $rootScope.$on('calendars:list', updateView);\n\n // Destroy event listener when the controller is being deactivated\n $scope.$on('$destroy', deregisterCalendarsList);\n\n function _formatDate(date) {\n if ($stateParams.view == 'month') {\n date.setDate(1);\n date.setHours(12);\n date.$dateFormat = '%B %Y';\n }\n else if ($stateParams.view == 'week') {\n date.setTime(date.beginOfWeek(Preferences.defaults.SOGoFirstDayOfWeek).getTime());\n date.$dateFormat = l('Week %d').replace('%d', '%U');\n }\n else {\n date.$dateFormat = '%A';\n }\n }\n\n // Expand or collapse all-day events\n function toggleAllDays() {\n CalendarController.expandedAllDays = !CalendarController.expandedAllDays;\n vm.expandedAllDays = CalendarController.expandedAllDays;\n }\n\n function updateView() {\n // See stateEventsBlocks in Scheduler.app.js\n Component.$eventsBlocksForView($stateParams.view, $stateParams.day.asDate()).then(function(data) {\n vm.views = data;\n _.forEach(vm.views, function(view) {\n if (view.id) {\n // Note: this can't be done in Component service since it would make Component dependent on\n // the Calendar service and create a circular dependency\n view.calendar = new Calendar({ id: view.id, name: view.calendarName });\n }\n });\n });\n }\n\n // Change calendar's date\n function changeDate($event, newDate) {\n var date = newDate? newDate.getDayString() : angular.element($event.currentTarget).attr('date');\n if (newDate)\n _formatDate(newDate);\n $state.go('calendars.view', { day: date });\n }\n\n // Change calendar's view\n function changeView(view) {\n $state.go('calendars.view', { view: view });\n }\n}\n\n angular\n .module('SOGo.SchedulerUI') \n .controller('CalendarController', CalendarController);\n})();\n","/* -*- Mode: javascript; indent-tabs-mode: nil; c-basic-offset: 2 -*- */\n\n(function() {\n 'use strict';\n\n /**\n * @ngInject\n */\n CalendarListController.$inject = ['$rootScope', '$timeout', '$state', '$mdDialog', 'Dialog', 'Preferences', 'Calendar', 'Component'];\n function CalendarListController($rootScope, $timeout, $state, $mdDialog, Dialog, Preferences, Calendar, Component) {\n var vm = this;\n\n vm.component = Component;\n vm.componentType = 'events';\n vm.selectedList = 0;\n vm.selectComponentType = selectComponentType;\n vm.unselectComponents = unselectComponents;\n vm.selectAll = selectAll;\n vm.toggleComponentSelection = toggleComponentSelection;\n vm.confirmDeleteSelectedComponents = confirmDeleteSelectedComponents;\n vm.openEvent = openEvent;\n vm.openTask = openTask;\n vm.newComponent = newComponent;\n vm.filterpopup = filterpopup;\n vm.filter = filter;\n vm.filteredBy = filteredBy;\n vm.sort = sort;\n vm.sortedBy = sortedBy;\n vm.reload = reload;\n vm.cancelSearch = cancelSearch;\n vm.mode = { search: false, multiple: 0 };\n\n // Select list based on user's settings\n Preferences.ready().then(function() {\n var type = 'events';\n if (Preferences.settings.Calendar.SelectedList == 'tasksListView') {\n vm.selectedList = 1;\n type = 'tasks';\n }\n selectComponentType(type, { reload: true });\n });\n\n // Refresh current list when the list of calendars is modified\n $rootScope.$on('calendars:list', function() {\n Component.$filter(vm.componentType, { reload: true });\n });\n\n // Update the component being dragged\n $rootScope.$on('calendar:dragend', updateComponentFromGhost);\n\n // Switch between components tabs\n function selectComponentType(type, options) {\n if (options && options.reload || vm.componentType != type) {\n if (angular.isUndefined(Component['$' + type]))\n Component.$filter(type);\n vm.unselectComponents();\n vm.componentType = type;\n Component.saveSelectedList(type);\n }\n }\n\n function unselectComponents() {\n _.forEach(Component['$' + vm.componentType], function(component) {\n component.selected = false;\n });\n vm.mode.multiple = 0;\n }\n\n function selectAll() {\n _.forEach(Component['$' + vm.componentType], function(component) {\n component.selected = true;\n });\n vm.mode.multiple = Component['$' + vm.componentType].length;\n }\n\n function toggleComponentSelection($event, component) {\n component.selected = !component.selected;\n vm.mode.multiple += component.selected? 1 : -1;\n $event.preventDefault();\n $event.stopPropagation();\n }\n\n function confirmDeleteSelectedComponents() {\n Dialog.confirm(l('Warning'),\n l('Are you sure you want to delete the selected components?'),\n { ok: l('Delete') })\n .then(function() {\n // User confirmed the deletion\n var components = _.filter(Component['$' + vm.componentType], function(component) {\n return component.selected;\n });\n Calendar.$deleteComponents(components).then(function() {\n vm.mode.multiple = 0;\n $rootScope.$emit('calendars:list');\n });\n });\n }\n\n function openEvent($event, event) {\n openComponent($event, event, 'appointment');\n }\n\n function openTask($event, task) {\n openComponent($event, task, 'task');\n }\n\n function openComponent($event, component, type) {\n if (component.viewable) {\n // UI/Templates/SchedulerUI/UIxAppointmentViewTemplate.wox or\n // UI/Templates/SchedulerUI/UIxTaskViewTemplate.wox\n var templateUrl = 'UIx' + type.capitalize() + 'ViewTemplate';\n $mdDialog.show({\n parent: angular.element(document.body),\n targetEvent: $event,\n clickOutsideToClose: true,\n escapeToClose: true,\n templateUrl: templateUrl,\n controller: 'ComponentController',\n controllerAs: 'editor',\n locals: {\n stateComponent: component\n }\n });\n }\n }\n\n function newComponent($event, type, baseComponent) {\n var component;\n\n if (baseComponent) {\n component = baseComponent;\n }\n else {\n component = new Component({ pid: Calendar.$defaultCalendar(), type: type });\n }\n\n // UI/Templates/SchedulerUI/UIxAppointmentEditorTemplate.wox or\n // UI/Templates/SchedulerUI/UIxTaskEditorTemplate.wox\n var templateUrl = 'UIx' + type.capitalize() + 'EditorTemplate';\n return $mdDialog.show({\n parent: angular.element(document.body),\n targetEvent: $event,\n clickOutsideToClose: true,\n escapeToClose: true,\n templateUrl: templateUrl,\n controller: 'ComponentEditorController',\n controllerAs: 'editor',\n locals: {\n stateComponent: component\n }\n });\n }\n\n // Adjust component or create new component through drag'n'drop\n function updateComponentFromGhost($event) {\n var component, pointerHandler, coordinates, delta, params, calendarNumber, activeCalendars;\n\n component = Component.$ghost.component;\n pointerHandler = Component.$ghost.pointerHandler;\n\n if (component.isNew) {\n coordinates = pointerHandler.currentEventCoordinates;\n component.summary = '';\n if (component.isAllDay)\n coordinates.duration -= 96;\n component.setDelta(coordinates.duration * 15);\n newComponent(null, 'appointment', component).finally(function() {\n $timeout(function() {\n Component.$resetGhost();\n });\n });\n }\n else {\n delta = pointerHandler.currentEventCoordinates.getDelta(pointerHandler.originalEventCoordinates);\n params = {\n days: delta.dayNumber,\n start: delta.start * 15,\n duration: delta.duration * 15\n };\n if (pointerHandler.originalCalendar && delta.dayNumber !== 0) {\n // The day number actually represents the destination calendar among the active calendars\n calendarNumber = pointerHandler.currentEventCoordinates.dayNumber;\n activeCalendars = _.filter(Calendar.$findAll(), { active: 1 });\n params.destination = activeCalendars[calendarNumber].id;\n params.days = 0;\n }\n if (component.isException || !component.occurrenceId)\n // Component is an exception to a recurrence or is not recurrent;\n // Immediately perform the adjustments\n component.$adjust(params).then(function() {\n $rootScope.$emit('calendars:list');\n }, function(response) {\n onComponentAdjustError(response, component, params);\n }).finally(function() {\n $timeout(function() {\n Component.$resetGhost();\n });\n });\n else if (component.occurrenceId) {\n $mdDialog.show({\n clickOutsideToClose: true,\n escapeToClose: true,\n locals: {\n component: component,\n params: params\n },\n template: [\n '',\n ' ',\n '

' + l('editRepeatingItem') + '

',\n '
',\n ' ',\n ' ' + l('button_thisOccurrenceOnly') + '',\n ' ' + l('button_allOccurrences') + '',\n ' ',\n '
'\n ].join(''),\n controller: RecurrentComponentDialogController\n }).then(function() {\n $rootScope.$emit('calendars:list');\n }).finally(function() {\n $timeout(function() {\n Component.$resetGhost();\n });\n });\n }\n }\n\n /**\n * @ngInject\n */\n RecurrentComponentDialogController.$inject = ['$scope', '$mdDialog', 'component', 'params'];\n function RecurrentComponentDialogController($scope, $mdDialog, component, params) {\n $scope.updateThisOccurrence = function() {\n component.$adjust(params).then($mdDialog.hide, function(response) {\n $mdDialog.cancel().then(function() {\n onComponentAdjustError(response, component, params);\n });\n });\n };\n $scope.updateAllOccurrences = function() {\n delete component.occurrenceId;\n component.$adjust(params).then($mdDialog.hide, function(response) {\n $mdDialog.cancel().then(function() {\n onComponentAdjustError(response, component, params);\n });\n });\n };\n }\n\n function onComponentAdjustError(response, component, params) {\n if (response.status == 403 &&\n response.data && response.data.message && angular.isObject(response.data.message)) {\n $mdDialog.show({\n parent: angular.element(document.body),\n clickOutsideToClose: false,\n escapeToClose: false,\n templateUrl: 'UIxAttendeeConflictDialog',\n controller: AttendeeConflictDialogController,\n controllerAs: '$AttendeeConflictDialogController',\n locals: {\n component: component,\n params: params,\n conflictError: response.data.message\n }\n }).then(function() {\n $rootScope.$emit('calendars:list');\n });\n }\n }\n\n /**\n * @ngInject\n */\n AttendeeConflictDialogController.$inject = ['$scope', '$mdDialog', 'component', 'params', 'conflictError'];\n function AttendeeConflictDialogController($scope, $mdDialog, component, params, conflictError) {\n var vm = this;\n\n vm.conflictError = conflictError;\n vm.cancel = $mdDialog.cancel;\n vm.save = save;\n\n function save() {\n component.$adjust(angular.extend({ ignoreConflicts: true }, params)).then($mdDialog.hide);\n }\n }\n }\n\n function filterpopup() {\n return Component['$query' + vm.componentType.capitalize()].filterpopup;\n }\n\n function filter(filterpopup) {\n Component.$filter(vm.componentType, { filterpopup: filterpopup });\n }\n\n function filteredBy(filterpopup) {\n return Component['$query' + vm.componentType.capitalize()].filterpopup == filterpopup;\n }\n\n function sort(field) {\n Component.$filter(vm.componentType, { sort: field });\n }\n\n function sortedBy(field) {\n return Component['$query' + vm.componentType.capitalize()].sort == field;\n }\n\n function reload() {\n Calendar.reloadWebCalendars().finally(function() {\n $rootScope.$emit('calendars:list');\n });\n }\n\n function cancelSearch() {\n vm.mode.search = false;\n Component.$filter(vm.componentType, { value: '' });\n }\n }\n \n angular\n .module('SOGo.SchedulerUI')\n .controller('CalendarListController', CalendarListController);\n})();\n","/* -*- Mode: javascript; indent-tabs-mode: nil; c-basic-offset: 2 -*- */\n\n(function() {\n 'use strict';\n\n /**\n * @ngInject\n */\n CalendarsController.$inject = ['$rootScope', '$scope', '$window', '$mdDialog', '$log', '$mdToast', 'FileUploader', 'sgFocus', 'Dialog', 'sgSettings', 'Preferences', 'Calendar', 'User', 'stateCalendars'];\n function CalendarsController($rootScope, $scope, $window, $mdDialog, $log, $mdToast, FileUploader, focus, Dialog, Settings, Preferences, Calendar, User, stateCalendars) {\n var vm = this;\n\n vm.activeUser = Settings.activeUser;\n vm.service = Calendar;\n vm.newCalendar = newCalendar;\n vm.addWebCalendar = addWebCalendar;\n vm.confirmDelete = confirmDelete;\n vm.editFolder = editFolder;\n vm.revertEditing = revertEditing;\n vm.renameFolder = renameFolder;\n vm.share = share;\n vm.importCalendar = importCalendar;\n vm.showOnly = showOnly;\n vm.showAll = showAll;\n vm.showLinks = showLinks;\n vm.showProperties = showProperties;\n vm.subscribeToFolder = subscribeToFolder;\n // vm.today = today;\n\n vm.filter = { name: '' };\n vm.sortableMode = false;\n vm.toggleSortableMode = toggleSortableMode;\n vm.resetSort = resetSort;\n vm.sortableCalendars = {\n scrollableContainer: '#sidenav-content',\n containment: 'md-list',\n orderChanged: _sortableEnd,\n accept: _sortableAccept\n };\n\n Preferences.ready().then(function() {\n vm.categories = _.map(Preferences.defaults.SOGoCalendarCategories, function(name) {\n return { id: name.asCSSIdentifier(),\n name: name,\n color: Preferences.defaults.SOGoCalendarCategoriesColors[name]\n };\n });\n });\n\n // Dispatch the event named 'calendars:list' when a calendar is activated or deactivated or\n // when the color of a calendar is changed\n $scope.$watch(\n function() {\n return _.union(\n _.map(Calendar.$calendars, function(o) { return _.pick(o, ['id', 'active', 'color']); }),\n _.map(Calendar.$subscriptions, function(o) { return _.pick(o, ['id', 'active', 'color']); }),\n _.map(Calendar.$webcalendars, function(o) { return _.pick(o, ['id', 'active', 'color']); })\n );\n },\n function(newList, oldList) {\n var commonList, ids, promises;\n\n // Identify which calendar has changed\n commonList = _.intersectionBy(newList, oldList, 'id');\n ids = _.map(_.filter(commonList, function(o) {\n var oldObject = _.find(oldList, { id: o.id });\n return !_.isEqual(o, oldObject);\n }), 'id');\n promises = [];\n\n if (ids.length > 0) {\n $log.debug(ids.join(', ') + ' changed');\n _.forEach(ids, function(id) {\n var calendar = Calendar.$get(id);\n promises.push(calendar.$setActivation());\n });\n }\n if (promises.length > 0 || commonList.length != newList.length || commonList.length != oldList.length)\n Calendar.$q.all(promises).then(function() {\n $rootScope.$emit('calendars:list');\n });\n },\n true // compare for object equality\n );\n\n /**\n * Only allow to sort items within the same list.\n */\n function _sortableAccept(sourceItemHandleScope, destSortableScope, destItemScope) {\n return sourceItemHandleScope.sortableScope.element[0] == destSortableScope.element[0];\n }\n\n function _sortableEnd() {\n Calendar.saveFoldersOrder(_.flatMap(Calendar.$findAll(), 'id'));\n }\n\n function toggleSortableMode() {\n vm.sortableMode = !vm.sortableMode;\n vm.filter.name = '';\n }\n\n function resetSort() {\n Calendar.saveFoldersOrder();\n }\n\n function newCalendar(ev) {\n Dialog.prompt(l('New calendar'), l('Name of the Calendar'))\n .then(function(name) {\n var calendar = new Calendar(\n {\n name: name,\n isEditable: true,\n isRemote: false,\n owner: UserLogin\n }\n );\n calendar.$id().then(function() {\n Calendar.$add(calendar);\n });\n });\n }\n\n function addWebCalendar() {\n Dialog.prompt(l('Subscribe to a web calendar...'), l('URL of the Calendar'), {inputType: 'url'})\n .then(function(url) {\n Calendar.$addWebCalendar(url).then(function(calendar) {\n if (angular.isObject(calendar)) {\n // Web calendar requires HTTP authentication\n $mdDialog.show({\n parent: angular.element(document.body),\n clickOutsideToClose: true,\n escapeToClose: true,\n templateUrl: 'UIxWebCalendarAuthDialog',\n controller: WebCalendarAuthDialogController,\n controllerAs: '$WebCalendarAuthDialogController',\n locals: {\n url: url,\n calendar: calendar\n }\n });\n }\n });\n });\n\n /**\n * @ngInject\n */\n WebCalendarAuthDialogController.$inject = ['scope', '$mdDialog', 'url', 'calendar'];\n function WebCalendarAuthDialogController(scope, $mdDialog, url, calendar) {\n var vm = this,\n parts = url.split(\"/\"),\n hostname = parts[2];\n\n vm.title = l(\"Please identify yourself to %{0}\").formatted(hostname);\n vm.authenticate = function(form) {\n if (form.$valid || !form.$error.required) {\n calendar.setCredentials(vm.username, vm.password).then(function(message) {\n $mdDialog.hide();\n }, function(reason) {\n form.password.$setValidity('credentials', false);\n });\n }\n };\n vm.cancel = function() {\n $mdDialog.cancel();\n };\n }\n }\n\n function confirmDelete(folder) {\n if (folder.isSubscription) {\n // Unsubscribe without confirmation\n folder.$delete()\n .catch(function(data, status) {\n Dialog.alert(l('An error occured while deleting the calendar \"%{0}\".', folder.name),\n l(data.error));\n });\n }\n else {\n Dialog.confirm(l('Warning'), l('Are you sure you want to delete the calendar \"%{0}\"?', folder.name),\n { ok: l('Delete') })\n .then(function() {\n folder.$delete()\n .catch(function(data, status) {\n Dialog.alert(l('An error occured while deleting the calendar \"%{0}\".', folder.name),\n l(data.error));\n });\n });\n }\n }\n\n function importCalendar($event, folder) {\n $mdDialog.show({\n parent: angular.element(document.body),\n targetEvent: $event,\n clickOutsideToClose: true,\n escapeToClose: true,\n templateUrl: 'UIxCalendarImportDialog',\n controller: CalendarImportDialogController,\n controllerAs: '$CalendarImportDialogController',\n locals: {\n folder: folder\n }\n });\n\n /**\n * @ngInject\n */\n CalendarImportDialogController.$inject = ['scope', '$mdDialog', 'folder'];\n function CalendarImportDialogController(scope, $mdDialog, folder) {\n var vm = this;\n\n vm.uploader = new FileUploader({\n url: ApplicationBaseURL + [folder.id, 'import'].join('/'),\n autoUpload: true,\n queueLimit: 1,\n filters: [{ name: filterByExtension, fn: filterByExtension }],\n onSuccessItem: function(item, response, status, headers) {\n var msg;\n\n $mdDialog.hide();\n\n if (response.imported === 0)\n msg = l('No event was imported.');\n else {\n msg = l('A total of %{0} events were imported in the calendar.', response.imported);\n $rootScope.$emit('calendars:list');\n }\n\n $mdToast.show(\n $mdToast.simple()\n .content(msg)\n .position('top right')\n .hideDelay(3000));\n },\n onErrorItem: function(item, response, status, headers) {\n $mdToast.show({\n template: [\n '',\n '
',\n ' error_outline',\n ' ' + l('An error occurred while importing calendar.') + '',\n '
',\n '
'\n ].join(''),\n position: 'top right',\n hideDelay: 3000\n });\n }\n });\n\n vm.close = function() {\n $mdDialog.hide();\n };\n\n function filterByExtension(item) {\n var isTextFile = item.type.indexOf('text') === 0 ||\n /\\.(ics)$/.test(item.name);\n\n if (!isTextFile)\n $mdToast.show({\n template: [\n '',\n '
',\n ' error_outline',\n ' ' + l('Select an iCalendar file (.ics).') + '',\n '
',\n '
'\n ].join(''),\n position: 'top right',\n hideDelay: 3000\n });\n\n return isTextFile;\n }\n }\n }\n\n function showOnly(calendar) {\n _.forEach(Calendar.$findAll(), function(o) {\n if (calendar.id == o.id)\n o.active = 1;\n else\n o.active = 0;\n });\n }\n\n function showAll() {\n _.forEach(Calendar.$findAll(), function(o) { o.active = 1; });\n }\n\n function showLinks(calendar) {\n $mdDialog.show({\n parent: angular.element(document.body),\n clickOutsideToClose: true,\n escapeToClose: true,\n templateUrl: calendar.id + '/links',\n controller: LinksDialogController,\n controllerAs: 'links',\n locals: {\n calendar: calendar\n }\n });\n \n /**\n * @ngInject\n */\n LinksDialogController.$inject = ['$mdDialog', 'calendar'];\n function LinksDialogController($mdDialog, calendar) {\n var vm = this;\n vm.calendar = calendar;\n vm.close = close;\n\n function close() {\n $mdDialog.hide();\n }\n }\n }\n\n function showProperties(calendar) {\n var color = calendar.color;\n $mdDialog.show({\n templateUrl: calendar.id + '/properties',\n controller: PropertiesDialogController,\n controllerAs: 'properties',\n clickOutsideToClose: true,\n escapeToClose: true,\n locals: {\n srcCalendar: calendar\n }\n }).catch(function() {\n // Restore original color when cancelling or closing the dialog\n calendar.color = color;\n });\n \n /**\n * @ngInject\n */\n PropertiesDialogController.$inject = ['$scope', '$mdDialog', 'srcCalendar'];\n function PropertiesDialogController($scope, $mdDialog, srcCalendar) {\n var vm = this;\n\n vm.calendar = new Calendar(srcCalendar.$omit());\n vm.saveProperties = saveProperties;\n vm.close = close;\n\n $scope.$watch(function() { return vm.calendar.color; }, function() {\n srcCalendar.color = vm.calendar.color;\n });\n\n function saveProperties() {\n vm.calendar.$save();\n // Refresh list instance\n srcCalendar.init(vm.calendar.$omit());\n $mdDialog.hide();\n }\n\n function close() {\n $mdDialog.cancel();\n }\n }\n }\n\n function editFolder(folder) {\n vm.calendarName = folder.name;\n vm.editMode = folder.id;\n focus('calendarName_' + folder.id);\n }\n\n function revertEditing(folder) {\n folder.$reset();\n vm.editMode = false;\n }\n\n function renameFolder(folder) {\n folder.$rename()\n .then(function(data) {\n vm.editMode = false;\n });\n }\n\n function share(calendar) {\n calendar.$acl.$users().then(function() {\n $mdDialog.show({\n templateUrl: calendar.id + '/UIxAclEditor', // UI/Templates/UIxAclEditor.wox\n controller: 'AclController', // from the ng module SOGo.Common\n controllerAs: 'acl',\n clickOutsideToClose: true,\n escapeToClose: true,\n locals: {\n usersWithACL: calendar.$acl.users,\n User: User,\n folder: calendar\n }\n });\n });\n }\n\n // Callback of sgSubscribe directive\n function subscribeToFolder(calendarData) {\n $log.debug('subscribeToFolder ' + calendarData.owner + calendarData.name);\n Calendar.$subscribe(calendarData.owner, calendarData.name).then(function(data) {\n $mdToast.show(\n $mdToast.simple()\n .content(l('Successfully subscribed to calendar'))\n .position('top right')\n .hideDelay(3000));\n });\n }\n\n // function today() {\n // var fragments = $window.location.hash.split('/'),\n // state = fragments[1],\n // view = fragments[2],\n // now = new Date(),\n // path = ['#', state, view, now.getDayString()];\n // $window.location = path.join('/');\n // }\n }\n\n angular\n .module('SOGo.SchedulerUI')\n .controller('CalendarsController', CalendarsController);\n})();\n","/* -*- Mode: javascript; indent-tabs-mode: nil; c-basic-offset: 2 -*- */\n\n(function() {\n 'use strict';\n\n /**\n * @ngInject\n */\n ComponentController.$inject = ['$rootScope', '$mdDialog', 'Calendar', 'Component', 'AddressBook', 'Alarm', 'Account', 'stateComponent'];\n function ComponentController($rootScope, $mdDialog, Calendar, Component, AddressBook, Alarm, Account, stateComponent) {\n var vm = this, component;\n\n vm.calendarService = Calendar;\n vm.service = Component;\n vm.component = stateComponent;\n vm.close = close;\n vm.cardFilter = cardFilter;\n vm.newMessageWithAllRecipients = newMessageWithAllRecipients;\n vm.newMessageWithRecipient = newMessageWithRecipient;\n vm.edit = edit;\n vm.editAllOccurrences = editAllOccurrences;\n vm.reply = reply;\n vm.replyAllOccurrences = replyAllOccurrences;\n vm.deleteOccurrence = deleteOccurrence;\n vm.deleteAllOccurrences = deleteAllOccurrences;\n vm.toggleRawSource = toggleRawSource;\n vm.copySelectedComponent = copySelectedComponent;\n vm.moveSelectedComponent = moveSelectedComponent;\n\n // Load all attributes of component\n if (angular.isUndefined(vm.component.$futureComponentData)) {\n component = Calendar.$get(vm.component.pid).$getComponent(vm.component.id, vm.component.occurrenceId);\n component.$futureComponentData.then(function() {\n vm.component = component;\n vm.organizer = [vm.component.organizer];\n });\n }\n\n function close() {\n $mdDialog.hide();\n }\n\n // Autocomplete cards for attendees\n function cardFilter($query) {\n AddressBook.$filterAll($query);\n return AddressBook.$cards;\n }\n\n function newMessageWithAllRecipients($event) {\n var recipients = _.map(vm.component.attendees, function(attendee) {\n return attendee.name + \" <\" + attendee.email + \">\";\n });\n _newMessage($event, recipients);\n }\n\n function newMessageWithRecipient($event, name, email) {\n _newMessage($event, [name + \" <\" + email + \">\"]);\n }\n\n function _newMessage($event, recipients) {\n Account.$findAll().then(function(accounts) {\n var account = _.find(accounts, function(o) {\n if (o.id === 0)\n return o;\n });\n\n // We must initialize the Account with its mailbox\n // list before proceeding with message's creation\n account.$getMailboxes().then(function(mailboxes) {\n account.$newMessage().then(function(message) {\n angular.extend(message.editable, { to: recipients, subject: vm.component.summary });\n $mdDialog.show({\n parent: angular.element(document.body),\n targetEvent: $event,\n clickOutsideToClose: false,\n escapeToClose: false,\n templateUrl: '../Mail/UIxMailEditor',\n controller: 'MessageEditorController',\n controllerAs: 'editor',\n locals: {\n stateAccount: account,\n stateMessage: message\n }\n });\n });\n });\n });\n\n $event.preventDefault();\n $event.stopPropagation();\n }\n\n function edit() {\n var type = (vm.component.component == 'vevent')? 'Appointment':'Task';\n $mdDialog.hide().then(function() {\n // UI/Templates/SchedulerUI/UIxAppointmentEditorTemplate.wox or\n // UI/Templates/SchedulerUI/UIxTaskEditorTemplate.wox\n var templateUrl = 'UIx' + type + 'EditorTemplate';\n $mdDialog.show({\n parent: angular.element(document.body),\n clickOutsideToClose: true,\n escapeToClose: true,\n templateUrl: templateUrl,\n controller: 'ComponentEditorController',\n controllerAs: 'editor',\n locals: {\n stateComponent: vm.component\n }\n });\n });\n }\n\n function editAllOccurrences() {\n component = Calendar.$get(vm.component.pid).$getComponent(vm.component.id);\n component.$futureComponentData.then(function() {\n vm.component = component;\n edit();\n });\n }\n\n function reply(component) {\n var c = component || vm.component;\n\n c.$reply().then(function() {\n $rootScope.$emit('calendars:list');\n $mdDialog.hide();\n Alarm.getAlarms();\n });\n }\n\n function replyAllOccurrences() {\n // Retrieve master event\n component = Calendar.$get(vm.component.pid).$getComponent(vm.component.id);\n component.$futureComponentData.then(function() {\n // Propagate the participant status and alarm to the master event\n component.reply = vm.component.reply;\n component.delegatedTo = vm.component.delegatedTo;\n component.$hasAlarm = vm.component.$hasAlarm;\n component.alarm = vm.component.alarm;\n // Send reply to the server\n reply(component);\n });\n }\n\n function deleteOccurrence() {\n vm.component.remove(true).then(function() {\n $rootScope.$emit('calendars:list');\n $mdDialog.hide();\n });\n }\n\n function deleteAllOccurrences() {\n vm.component.remove().then(function() {\n $rootScope.$emit('calendars:list');\n $mdDialog.hide();\n });\n }\n\n function toggleRawSource($event) {\n Calendar.$$resource.post(vm.component.pid + '/' + vm.component.id, \"raw\").then(function(data) {\n $mdDialog.hide();\n $mdDialog.show({\n parent: angular.element(document.body),\n targetEvent: $event,\n clickOutsideToClose: true,\n escapeToClose: true,\n template: [\n '',\n ' ',\n '
',\n            '  
',\n ' ',\n ' ' + l('Close') + '',\n ' ',\n '
'\n ].join(''),\n controller: ComponentRawSourceDialogController,\n locals: { data: data }\n });\n\n /**\n * @ngInject\n */\n ComponentRawSourceDialogController.$inject = ['scope', '$mdDialog', 'data'];\n function ComponentRawSourceDialogController(scope, $mdDialog, data) {\n scope.data = data;\n scope.close = function() {\n $mdDialog.hide();\n };\n }\n });\n }\n\n function copySelectedComponent(calendar) {\n vm.component.copyTo(calendar).then(function() {\n $mdDialog.hide();\n $rootScope.$emit('calendars:list');\n });\n }\n\n function moveSelectedComponent(calendar) {\n vm.component.moveTo(calendar).then(function() {\n $mdDialog.hide();\n $rootScope.$emit('calendars:list');\n });\n }\n }\n\n /**\n * @ngInject\n */\n ComponentEditorController.$inject = ['$rootScope', '$scope', '$log', '$timeout', '$mdDialog', 'User', 'Calendar', 'Component', 'AddressBook', 'Card', 'Alarm', 'stateComponent'];\n function ComponentEditorController($rootScope, $scope, $log, $timeout, $mdDialog, User, Calendar, Component, AddressBook, Card, Alarm, stateComponent) {\n var vm = this, component, oldStartDate, oldEndDate, oldDueDate;\n\n vm.service = Calendar;\n vm.component = stateComponent;\n vm.categories = {};\n vm.showRecurrenceEditor = vm.component.$hasCustomRepeat;\n vm.toggleRecurrenceEditor = toggleRecurrenceEditor;\n vm.showAttendeesEditor = false;\n vm.toggleAttendeesEditor = toggleAttendeesEditor;\n //vm.searchText = null;\n vm.cardFilter = cardFilter;\n vm.addAttendee = addAttendee;\n vm.removeAttendee = removeAttendee;\n vm.addAttachUrl = addAttachUrl;\n vm.priorityLevel = priorityLevel;\n vm.cancel = cancel;\n vm.save = save;\n vm.attendeeConflictError = false;\n vm.attendeesEditor = {\n days: getDays(),\n hours: getHours()\n };\n vm.addStartDate = addStartDate;\n vm.addDueDate = addDueDate;\n\n // Synchronize start and end dates\n vm.updateStartTime = updateStartTime;\n vm.adjustStartTime = adjustStartTime;\n vm.updateEndTime = updateEndTime;\n vm.adjustEndTime = adjustEndTime;\n vm.updateDueTime = updateDueTime;\n vm.adjustDueTime = adjustDueTime;\n\n if (vm.component.start)\n oldStartDate = new Date(vm.component.start.getTime());\n if (vm.component.end)\n oldEndDate = new Date(vm.component.end.getTime());\n if (vm.component.due)\n oldDueDate = new Date(vm.component.due.getTime());\n\n function addAttachUrl() {\n var i = vm.component.addAttachUrl('');\n focus('attachUrl_' + i);\n }\n\n function toggleRecurrenceEditor() {\n vm.showRecurrenceEditor = !vm.showRecurrenceEditor;\n vm.component.$hasCustomRepeat = vm.showRecurrenceEditor;\n }\n\n function toggleAttendeesEditor() {\n vm.showAttendeesEditor = !vm.showAttendeesEditor;\n }\n\n // Autocomplete cards for attendees\n function cardFilter($query) {\n AddressBook.$filterAll($query);\n return AddressBook.$cards;\n }\n\n function addAttendee(card) {\n if (angular.isString(card)) {\n // User pressed \"Enter\" in search field, adding a non-matching card\n if (card.isValidEmail()) {\n vm.component.addAttendee(new Card({ emails: [{ value: card }] }));\n vm.searchText = '';\n }\n }\n else {\n vm.component.addAttendee(card);\n }\n }\n\n function removeAttendee(attendee) {\n vm.component.deleteAttendee(attendee);\n if (vm.component.attendees.length === 0)\n vm.showAttendeesEditor = false;\n }\n\n function priorityLevel() {\n if (vm.component && vm.component.priority) {\n if (vm.component.priority > 5)\n return l('low');\n else if (vm.component.priority > 4)\n return l('normal');\n else\n return l('high');\n }\n }\n\n function save(form, options) {\n if (form.$valid) {\n vm.component.$save(options)\n .then(function(data) {\n $rootScope.$emit('calendars:list');\n $mdDialog.hide();\n Alarm.getAlarms();\n }, function(response) {\n if (response.status == 403 &&\n response.data && response.data.message &&\n angular.isObject(response.data.message))\n vm.attendeeConflictError = response.data.message;\n });\n }\n }\n\n function cancel() {\n vm.component.$reset();\n if (vm.component.isNew) {\n // Cancelling the creation of a component\n vm.component = null;\n }\n $mdDialog.cancel();\n }\n\n function getDays() {\n var days = [];\n\n if (vm.component.start && vm.component.end)\n days = vm.component.start.daysUpTo(vm.component.end);\n\n return _.map(days, function(date) {\n return { stringWithSeparator: date.stringWithSeparator(),\n getDayString: date.getDayString() };\n });\n }\n\n function getHours() {\n var hours = [];\n for (var i = 0; i <= 23; i++) {\n hours.push(i.toString());\n }\n return hours;\n }\n\n function addStartDate() {\n vm.component.$addStartDate();\n oldStartDate = new Date(vm.component.start.getTime());\n }\n\n function addDueDate() {\n vm.component.$addDueDate();\n oldDueDate = new Date(vm.component.due.getTime());\n }\n\n function updateStartTime() {\n // When using the datepicker, the time is reset to 00:00; restore it\n vm.component.start.addMinutes(oldStartDate.getHours() * 60 + oldStartDate.getMinutes());\n adjustStartTime();\n }\n\n function adjustStartTime() {\n if (vm.component.start) {\n // Preserve the delta between the start and end dates\n var delta;\n delta = oldStartDate.valueOf() - vm.component.start.valueOf();\n if (delta !== 0) {\n oldStartDate = new Date(vm.component.start.getTime());\n if (vm.component.type === 'appointment') {\n vm.component.end = new Date(vm.component.start.getTime());\n vm.component.end.addMinutes(vm.component.delta);\n oldEndDate = new Date(vm.component.end.getTime());\n }\n updateFreeBusy();\n }\n }\n }\n\n function updateEndTime() {\n // When using the datepicker, the time is reset to 00:00; restore it\n vm.component.end.addMinutes(oldEndDate.getHours() * 60 + oldEndDate.getMinutes());\n adjustEndTime();\n }\n\n function adjustEndTime() {\n if (vm.component.end) {\n // The end date must be after the start date\n var delta = oldEndDate.valueOf() - vm.component.end.valueOf();\n if (delta !== 0) {\n delta = vm.component.start.minutesTo(vm.component.end);\n if (delta < 0)\n vm.component.end = new Date(oldEndDate.getTime());\n else {\n vm.component.delta = delta;\n oldEndDate = new Date(vm.component.end.getTime());\n }\n updateFreeBusy();\n }\n }\n }\n\n function updateDueTime() {\n // When using the datepicker, the time is reset to 00:00; restore it\n vm.component.due.addMinutes(oldDueDate.getHours() * 60 + oldDueDate.getMinutes());\n adjustDueTime();\n }\n\n function adjustDueTime() {\n oldDueDate = new Date(vm.component.due.getTime());\n }\n\n function updateFreeBusy() {\n vm.attendeesEditor.days = getDays();\n vm.component.updateFreeBusy();\n }\n }\n\n angular\n .module('SOGo.SchedulerUI')\n .controller('ComponentController', ComponentController)\n .controller('ComponentEditorController', ComponentEditorController);\n})();\n","/* -*- Mode: javascript; indent-tabs-mode: nil; c-basic-offset: 2 -*- */\n\n(function() {\n /* jshint validthis: true */\n 'use strict';\n\n /*\n * sgCalendarDay - An element that represents a day in the calendar's view\n * @memberof SOGo.SchedulerUI\n * @restrict element\n * @param {string} sgDay - the day of the events to display (YYYYMMDD)\n * @param {string} sgDayString - the day in ISO8601 format (YYYY-MM-DDTHH:MM+-HH:MM)\n * @param {number} sgDayNumber - the day index within the calendar's view\n *\n * @example:\n\n \n ..\n \n */\n function sgCalendarDay() {\n return {\n restrict: 'E',\n scope: {\n day: '@sgDay',\n dayNumber: '@sgDayNumber',\n dayString: '@sgDayString',\n calendar: '@sgCalendar'\n },\n controller: sgCalendarDayController\n };\n }\n\n /**\n * @ngInject\n */\n sgCalendarDayController.$inject = ['$scope', 'Calendar'];\n function sgCalendarDayController($scope, Calendar) {\n // Expose some scope variables to the controller\n // See the sgCalendarDayTable directive\n this.day = $scope.day;\n this.dayNumber = $scope.dayNumber;\n this.dayString = $scope.dayString;\n this.calendarData = function() {\n var pid, index, activeCalendars;\n if ($scope.calendar) {\n // A calendar is associated to the day; identify its index among active calendars\n pid = $scope.calendar;\n activeCalendars = _.filter(Calendar.$findAll(), { active: 1 });\n index = _.findIndex(activeCalendars, function(calendar) {\n return calendar.id == pid;\n });\n return { pid: pid, index: index };\n }\n\n return null;\n };\n }\n\n angular\n .module('SOGo.SchedulerUI')\n .directive('sgCalendarDay', sgCalendarDay);\n})();\n","/* -*- Mode: javascript; indent-tabs-mode: nil; c-basic-offset: 2 -*- */\n\n(function() {\n 'use strict';\n\n /*\n * sgCalendarDayBlock - An event block to be displayed in a week\n * @memberof SOGo.SchedulerUI\n * @restrict element\n * @param {object} sgBlock - the event block definition\n * @param {function} sgClick - the function to call when clicking on a block.\n * Two variables are available: clickEvent (the event that triggered the mouse click),\n * and clickComponent (a Component object)\n *\n * @example:\n\n \n */\n sgCalendarDayBlock.$inject = ['CalendarSettings'];\n function sgCalendarDayBlock(CalendarSettings) {\n return {\n restrict: 'E',\n scope: {\n block: '=sgBlock',\n clickBlock: '&sgClick'\n },\n replace: true,\n template: template,\n link: link\n };\n\n function template(tElem, tAttrs) {\n var p = _.has(tAttrs, 'sgCalendarGhost')? '' : '::';\n\n return [\n '
',\n '
',\n // Categories color stripes\n '
',\n '
',\n // Priority\n ' {{'+p+'block.component.c_priority}}',\n // Summary\n ' {{ '+p+'block.component.summary }}',\n ' ',\n // Component is reccurent\n ' ',\n // Component has an alarm\n ' ',\n // Component is confidential\n ' ',\n // Component is private\n ' ',\n ' ',\n // Location\n '
',\n ' place {{'+p+'block.component.c_location}}',\n '
',\n '
',\n '
',\n '
{{ block.startHour }}
',\n '
{{ block.endHour }}
',\n '
'\n ].join('');\n }\n\n function link(scope, iElement, attrs) {\n var pc, left, right;\n\n if (!_.has(attrs, 'sgCalendarGhost')) {\n\n // Compute overlapping (2%)\n pc = 100 / scope.block.siblings;\n left = scope.block.position * pc;\n right = 100 - (scope.block.position + 1) * pc;\n if (pc < 100) {\n if (left > 0)\n left -= 2;\n if (right > 0)\n right -= 2;\n }\n\n // Add some padding (2%)\n if (left === 0)\n left = 2;\n if (right === 0)\n right = 2;\n\n // Set position\n iElement.css('left', left + '%');\n iElement.css('right', right + '%');\n if (!scope.block.component || !scope.block.component.c_isallday) {\n iElement.addClass('starts' + scope.block.start);\n iElement.addClass('lasts' + scope.block.length);\n }\n\n // Add class for user's participation state\n if (scope.block.userState)\n iElement.addClass('sg-event--' + scope.block.userState);\n\n if (scope.block.component) {\n // Set background color\n iElement.addClass('bg-folder' + scope.block.component.pid);\n iElement.addClass('contrast-bdr-folder' + scope.block.component.pid);\n\n // Add class for transparency\n if (scope.block.component.c_isopaque === 0)\n iElement.addClass('sg-event--transparent');\n\n // Add class for cancelled event\n if (scope.block.component.c_status === 0)\n iElement.addClass('sg-event--cancelled');\n }\n\n }\n }\n }\n\n angular\n .module('SOGo.SchedulerUI')\n .directive('sgCalendarDayBlock', sgCalendarDayBlock);\n})();\n","/* -*- Mode: javascript; indent-tabs-mode: nil; c-basic-offset: 2 -*- */\n\n(function() {\n 'use strict';\n\n /*\n * sgCalendarDayTable - Build list of blocks for a specific day\n * @memberof SOGo.SchedulerUI\n * @restrict element\n * @param {object} sgBlocks - the events blocks definitions for the current view\n * @param {string} sgDay - the day of the events to display\n * @param {function} sgClick - the function to call when clicking on a block.\n * Two variables are available: event (the event that triggered the mouse click),\n * and component (a Component object)\n *\n * @example:\n\n \n */\n function sgCalendarDayTable() {\n return {\n restrict: 'E',\n scope: {\n blocks: '=sgBlocks',\n day: '@sgDay',\n clickBlock: '&sgClick'\n },\n template: [\n ''\n ].join('')\n };\n }\n\n angular\n .module('SOGo.SchedulerUI')\n .directive('sgCalendarDayTable', sgCalendarDayTable);\n})();\n","/* -*- Mode: javascript; indent-tabs-mode: nil; c-basic-offset: 2 -*- */\n\n(function() {\n 'use strict';\n\n /*\n * sgCalendarBlock - Applied to an event ghost block to be displayed while dragging an event block. Each day of the\n * calendar's view must have a ghost block.\n * @memberof SOGo.SchedulerUI\n * @restrict attribute\n *\n * @example:\n\n /\n */\n sgCalendarGhost.$inject = ['$rootScope', '$timeout', 'CalendarSettings', 'Calendar', 'Component'];\n function sgCalendarGhost($rootScope, $timeout, CalendarSettings, Calendar, Component) {\n return {\n restrict: 'A',\n require: ['^sgCalendarDay', '^sgCalendarScrollView'],\n link: link\n };\n\n function link(scope, iElement, attrs, ctrls) {\n var domElement, calendarDayCtrl, scrollViewCtrl, calendarNumber, originalCalendarNumber;\n\n domElement = iElement[0];\n calendarDayCtrl = ctrls[0];\n scrollViewCtrl = ctrls[1];\n calendarNumber = -1;\n\n iElement.addClass('sg-event--ghost md-whiteframe-3dp ng-hide');\n\n // Listen on drag gestures\n var deregisterDragStart = $rootScope.$on('calendar:dragstart', initGhost);\n var deregisterDrag = $rootScope.$on('calendar:drag', updateGhost);\n var deregisterDragEnd = $rootScope.$on('calendar:dragend', hideGhost);\n\n // Deregister listeners on destroy\n scope.$on('$destroy', function() {\n deregisterDragStart();\n deregisterDrag();\n deregisterDragEnd();\n });\n\n function initGhost() {\n var pid, calendarData, userState;\n\n // Expose ghost block to the scope\n scope.block = Component.$ghost;\n\n calendarData = calendarDayCtrl.calendarData();\n if (calendarData) {\n // A calendar is associated to the day; this is a special multicolumn day view\n calendarNumber = calendarData.index;\n pid = calendarData.pid;\n originalCalendarNumber = scope.block.pointerHandler.originalCalendar.index;\n }\n\n if (!pid)\n pid = scope.block.component.pid;\n\n // Add class for user's participation state\n userState = scope.block.component.blocks[0].userState;\n if (userState)\n iElement.addClass('sg-event--' + userState);\n\n // Set background color\n iElement.addClass('bg-folder' + pid);\n }\n\n function hideGhost() {\n // Remove background color\n _.forEachRight(domElement.classList, function(c) {\n if (/^bg-folder/.test(c))\n iElement.removeClass(c);\n });\n // Hide ghost\n iElement.addClass('ng-hide');\n }\n\n function updateGhost() {\n // From SOGoEventDragGhostController._updateGhosts\n var showGhost, isRelative, isAllDay, currentDay,\n start, duration, durationLeft, maxDuration;\n\n showGhost = false;\n\n if (Calendar.$view && Calendar.$view.type == scrollViewCtrl.type) {\n // The view of the dragging block is the scrolling view of this ghost block\n\n isRelative = scrollViewCtrl.type === 'multiday-allday';\n isAllDay = scope.block.component.c_isallday;\n currentDay = scope.block.pointerHandler.currentEventCoordinates.dayNumber;\n start = scope.block.pointerHandler.currentEventCoordinates.start;\n durationLeft = scope.block.pointerHandler.currentEventCoordinates.duration;\n maxDuration = CalendarSettings.EventDragDayLength - start;\n\n if (angular.isUndefined(durationLeft))\n return;\n duration = durationLeft;\n if (duration > maxDuration)\n duration = maxDuration;\n\n if (currentDay > -1 && // pointer is inside viewport\n ((calendarNumber < 0 && // day is not associated to a calendar\n currentDay == calendarDayCtrl.dayNumber) || // pointer is inside ghost's day\n currentDay == calendarNumber && // pointer is inside ghost's calendar\n (originalCalendarNumber == calendarNumber || // still inside original calendar\n !scope.block.component.isException) // not an exception, event can be moved to a\n // different calendar\n )) {\n // This ghost block (day) is the first of the dragging event\n showGhost = true;\n if (!isRelative) {\n if (!isAllDay)\n // Show start hour and set the vertical position\n scope.block.startHour = getStartTime(start);\n // Set the height\n if (Calendar.$view.quarterHeight) {\n iElement.css('top', (start * Calendar.$view.quarterHeight) + 'px');\n iElement.css('height', (duration * Calendar.$view.quarterHeight) + 'px');\n }\n else\n iElement.css('top', Calendar.$view.topOffset + 'px');\n }\n iElement.removeClass('fg-folder' + scope.block.component.pid);\n iElement.removeClass('sg-event--ghost--last');\n iElement.addClass('sg-event--ghost--first');\n scope.block.isFirst = true;\n }\n\n durationLeft -= duration;\n currentDay++;\n\n // Search a subsequent block that matches the current ghost's day\n while (!showGhost && durationLeft && currentDay <= calendarDayCtrl.dayNumber) {\n duration = durationLeft;\n if (duration > CalendarSettings.EventDragDayLength)\n duration = CalendarSettings.EventDragDayLength;\n if (currentDay > -1 && currentDay == calendarDayCtrl.dayNumber) {\n // The dragging event overlaps this current ghost's day\n showGhost = true;\n if (!isRelative) {\n iElement.css('top', Calendar.$view.topOffset + 'px');\n // Set the height\n if (Calendar.$view.quarterHeight)\n iElement.css('height', (duration * Calendar.$view.quarterHeight) + 'px');\n }\n iElement.removeClass('sg-event--ghost--first');\n iElement.removeClass('sg-event--ghost--last');\n // Trick for all-day events: set the foreground color to the background color so the event's title\n // is not visible but the div size remains identical.\n iElement.addClass('fg-folder' + scope.block.component.pid);\n }\n durationLeft -= duration;\n currentDay++;\n start = 0;\n }\n if (!durationLeft) {\n // Reached last ghost block\n if (isRelative) {\n iElement.addClass('sg-event--ghost--last');\n }\n else if (!isAllDay) {\n // Set the end date\n scope.block.endHour = getEndTime(start, duration);\n }\n }\n }\n\n if (showGhost)\n iElement.removeClass('ng-hide');\n else\n iElement.addClass('ng-hide');\n }\n\n function quartersToHM(quarters) {\n var minutes, hours, mins;\n\n minutes = quarters * 15;\n hours = Math.floor(minutes / 60);\n if (hours < 10)\n hours = \"0\" + hours;\n mins = minutes % 60;\n if (mins < 10)\n mins = \"0\" + mins;\n\n return \"\" + hours + \":\" + mins;\n }\n\n function getStartTime(start) {\n return quartersToHM(start);\n }\n\n function getEndTime(start, duration) {\n var end = (start + duration) % CalendarSettings.EventDragDayLength;\n return quartersToHM(end);\n }\n }\n }\n\n angular\n .module('SOGo.SchedulerUI')\n .directive('sgCalendarGhost', sgCalendarGhost);\n})();\n","/* -*- Mode: javascript; indent-tabs-mode: nil; c-basic-offset: 2 -*- */\n\n(function() {\n 'use strict';\n\n /*\n * sgCalendarMonthDay - Build list of blocks for a specific day in a month\n * @memberof SOGo.SchedulerUI\n * @restrict element\n * @param {object} sgBlocks - the events blocks definitions for the current view\n * @param {string} sgDay - the day of the events to display\n * @param {function} sgClick - the function to call when clicking on a block.\n * Two variables are available: event (the event that triggered the mouse click),\n * and component (a Component object)\n *\n * @example:\n\n \n */\n function sgCalendarMonthDay() {\n return {\n restrict: 'E',\n scope: {\n blocks: '=sgBlocks',\n day: '@sgDay',\n clickBlock: '&sgClick'\n },\n template: [\n ''\n ].join('')\n };\n }\n\n angular\n .module('SOGo.SchedulerUI')\n .directive('sgCalendarMonthDay', sgCalendarMonthDay);\n})();\n","/* -*- Mode: javascript; indent-tabs-mode: nil; c-basic-offset: 2 -*- */\n\n(function() {\n 'use strict';\n\n /*\n * sgCalendarMonthEvent - An event block to be displayed in a month\n * @memberof SOGo.Common\n * @restrict element\n * @param {object} sgBlock - the event block definition\n * @ngInject\n * @example:\n\n \n */\n function sgCalendarMonthEvent() {\n return {\n restrict: 'E',\n scope: {\n block: '=sgBlock',\n clickBlock: '&sgClick'\n },\n replace: true,\n template: template,\n link: link\n };\n\n function template(tElem, tAttrs) {\n var p = _.has(tAttrs, 'sgCalendarGhost')? '' : '::';\n\n return [\n '
',\n // Categories color stripes\n '
',\n ' {{ '+p+'block.component.startHour }}',\n // Priority\n ' {{'+p+'block.component.c_priority}}',\n // Summary\n ' {{ '+p+'block.component.summary }}',\n ' ',\n // Component is reccurent\n ' ',\n // Component has an alarm\n ' ',\n // Component is confidential\n ' ',\n // Component is private\n ' ',\n ' ',\n '
'\n ].join('');\n }\n\n function link(scope, iElement, attrs) {\n if (!_.has(attrs, 'sgCalendarGhost')) {\n\n // Add class for user's participation state\n if (scope.block.userState)\n iElement.addClass('sg-event--' + scope.block.userState);\n\n if (scope.block.component) {\n // Set background color\n iElement.addClass('bg-folder' + scope.block.component.pid);\n\n // Add class for transparency\n if (scope.block.component.c_isopaque === 0)\n iElement.addClass('sg-event--transparent');\n\n // Add class for cancelled event\n if (scope.block.component.c_status === 0)\n iElement.addClass('sg-event--cancelled');\n }\n\n }\n }\n }\n\n angular\n .module('SOGo.SchedulerUI')\n .directive('sgCalendarMonthEvent', sgCalendarMonthEvent);\n})();\n","/* -*- Mode: javascript; indent-tabs-mode: nil; c-basic-offset: 2 -*- */\n\n(function() {\n /* jshint validthis: true */\n 'use strict';\n\n /*\n * sgCalendarScrollView - scrollable view that contains draggable elements\n * @memberof SOGo.SchedulerUI\n * @restrict attribute\n * @param {string} sgCalendarScrollView - the view type (multiday, multiday-allday, or monthly)\n *\n * @example:\n\n \n ..\n \n */\n sgCalendarScrollView.$inject = ['$rootScope', '$window', '$document', '$q', '$timeout', '$mdGesture', 'Calendar', 'Component', 'Preferences'];\n function sgCalendarScrollView($rootScope, $window, $document, $q, $timeout, $mdGesture, Calendar, Component, Preferences) {\n return {\n restrict: 'A',\n scope: {\n type: '@sgCalendarScrollView'\n },\n controller: sgCalendarScrollViewController,\n link: function(scope, element, attrs, controller) {\n var view, type;\n\n view = null;\n type = scope.type; // multiday, multiday-allday, monthly, unknown?\n\n // Update the \"view\" object literal once the Angular template has been transformed\n $timeout(initView);\n\n // Deregister listeners when destroying the view\n scope.$on('$destroy', function() {\n if (view) {\n view.$destroy();\n }\n });\n\n function initView() {\n view = new sgScrollView(element, type);\n\n if (type != 'monthly')\n // Scroll to the day start hour defined in the user's defaults\n Preferences.ready().then(function() {\n var time, hourCell, quartersOffset;\n if (Preferences.defaults.SOGoDayStartTime) {\n time = Preferences.defaults.SOGoDayStartTime.split(':');\n hourCell = document.getElementById('hour' + parseInt(time[0]));\n quartersOffset = parseInt(time[1]) * view.quarterHeight;\n view.element.scrollTop = hourCell.offsetTop + quartersOffset;\n }\n });\n }\n\n /**\n * sgScrollView\n */\n function sgScrollView($element, type) {\n this.$element = $element;\n this.element = $element[0];\n this.type = type;\n this.quarterHeight = this.getQuarterHeight();\n this.scrollStep = 6 * this.quarterHeight;\n this.dayNumbers = this.getDayNumbers();\n this.maxX = this.getMaxColumns();\n\n // Listen to dragstart and dragend events\n this.deregisterDragStart = $rootScope.$on('calendar:dragstart', angular.bind(this, this.onDragStart));\n this.deregisterDragStop = $rootScope.$on('calendar:dragend', angular.bind(this, this.onDragEnd));\n\n this.bindedUpdateCoordinates = angular.bind(this, this.updateCoordinates);\n this.bindedUpdateFromPointerHandler = angular.bind(this, this.updateFromPointerHandler);\n\n // Compute coordinates of view element; recompute it on window resize\n this.updateCoordinates();\n angular.element($window).on('resize', this.bindedUpdateCoordinates);\n }\n\n sgScrollView.prototype = {\n\n $destroy: function() {\n this.deregisterDragStart();\n this.deregisterDragStop();\n this.$element.off('mousemove', this.bindedUpdateFromPointerHandler);\n angular.element($window).off('resize', this.bindedUpdateCoordinates);\n },\n\n onDragStart: function() {\n this.$element.on('mousemove', this.bindedUpdateFromPointerHandler);\n this.updateCoordinates();\n this.updateFromPointerHandler();\n },\n\n onDragEnd: function() {\n this.$element.off('mousemove', this.bindedUpdateFromPointerHandler);\n Calendar.$view = null;\n },\n\n getQuarterHeight: function() {\n var hour0, hour23, height = null;\n\n hour0 = document.getElementById('hour0');\n hour23 = document.getElementById('hour23');\n if (hour0 && hour23)\n height = ((hour23.offsetTop - hour0.offsetTop) / (23 * 4));\n\n return height;\n },\n\n\n getDayDimensions: function(viewLeft) {\n var width, height, leftOffset, topOffset, nodes, domRect, tileHeader;\n\n height = width = leftOffset = topOffset = 0;\n nodes = this.element.getElementsByClassName('day');\n\n if (nodes.length > 0) {\n domRect = nodes[0].getBoundingClientRect();\n height = domRect.height;\n width = domRect.width;\n leftOffset = domRect.left - viewLeft;\n tileHeader = nodes[0].getElementsByClassName('sg-calendar-tile-header');\n if (tileHeader.length > 0)\n topOffset = tileHeader[0].clientHeight;\n }\n\n return { height: height, width: width, offset: { left: leftOffset, top: topOffset } };\n },\n\n\n getDayNumbers: function() {\n var viewType = null, isMultiColumn, days, total, sum;\n\n if (this.element.attributes['sg-view'])\n viewType = this.element.attributes['sg-view'].value;\n isMultiColumn = (viewType == 'multicolumndayview');\n days = this.element.getElementsByTagName('sg-calendar-day');\n\n return _.map(days, function(el, index) {\n if (isMultiColumn)\n return index;\n else\n return parseInt(el.attributes['sg-day-number'].value);\n });\n },\n\n\n getMaxColumns: function() {\n var mdGridList, max = 0;\n\n if (this.type == 'monthly') {\n mdGridList = this.element.getElementsByTagName('md-grid-list')[0];\n max = parseInt(mdGridList.attributes['md-cols'].value) - 1;\n }\n else {\n max = this.element.getElementsByClassName('day').length - 1;\n }\n\n return max;\n },\n\n // View has been resized;\n // Compute the view's origins (x, y), a day's dimensions and left margin.\n updateCoordinates: function() {\n var domRect, dayDimensions;\n\n domRect = this.element.getBoundingClientRect();\n dayDimensions = this.getDayDimensions(domRect.left);\n\n angular.extend(this, {\n coordinates: {\n x: domRect.left,\n y: domRect.top\n },\n dayHeight: dayDimensions.height,\n dayWidth: dayDimensions.width,\n daysOffset: dayDimensions.offset.left,\n topOffset: dayDimensions.offset.top\n });\n },\n\n\n // From SOGoScrollController.updateFromPointerHandler\n updateFromPointerHandler: function() {\n var pointerHandler, pointerCoordinates, now, scrollY, minY, delta;\n\n pointerHandler = Component.$ghost.pointerHandler;\n if (this.coordinates && pointerHandler) {\n pointerCoordinates = pointerHandler.getContainerBasedCoordinates(this);\n\n if (pointerCoordinates) {\n // Pointer is inside view; Adjust scrollbar if necessary\n Calendar.$view = this;\n now = new Date().getTime();\n if (!this.lastScroll || now > this.lastScroll + 100) {\n this.lastScroll = now;\n scrollY = pointerCoordinates.y - this.scrollStep;\n if (scrollY < 0) {\n minY = -this.element.scrollTop;\n if (scrollY < minY)\n scrollY = minY;\n this.element.scrollTop += scrollY;\n }\n else {\n scrollY = pointerCoordinates.y + this.scrollStep;\n delta = scrollY - this.element.clientHeight;\n if (delta > 0) {\n this.element.scrollTop += delta;\n }\n }\n }\n }\n }\n }\n\n\n };\n }\n };\n }\n\n sgCalendarScrollViewController.$inject = ['$scope'];\n function sgCalendarScrollViewController($scope) {\n // Expose the view type to the controller\n // See sgCalendarGhost directive\n this.type = $scope.type;\n }\n\n angular\n .module('SOGo.SchedulerUI')\n .directive('sgCalendarScrollView', sgCalendarScrollView);\n})();\n","/* -*- Mode: javascript; indent-tabs-mode: nil; c-basic-offset: 2 -*- */\n\n(function() {\n 'use strict';\n\n /*\n * sgDraggableCalendarBlock - Make an element draggable\n * @memberof SOGo.SchedulerUI\n * @restrict class or attribute\n *\n * @example:\n\n
\n */\n sgDraggableCalendarBlock.$inject = ['$rootScope', '$timeout', '$log', 'Preferences', 'Calendar', 'CalendarSettings', 'Component'];\n function sgDraggableCalendarBlock($rootScope, $timeout, $log, Preferences, Calendar, CalendarSettings, Component) {\n return {\n restrict: 'CA',\n require: '^sgCalendarDay',\n link: link\n };\n\n function link(scope, element, attrs, calendarDayCtrl) {\n if (scope.block) {\n if (scope.block.component.editable && !scope.block.userState) {\n // Add dragging grips to existing event block\n initGrips();\n }\n else {\n element.removeClass('sg-draggable-calendar-block');\n return;\n }\n }\n\n // Start dragging on mousedown\n element.on('mousedown', onDragDetect);\n\n // Deregister listeners when removing the element from the DOM\n scope.$on('$destroy', function() {\n element.off('mousedown', onDragDetect);\n element.off('mousemove', onDrag);\n });\n\n function initGrips() {\n var component, dayIndex, blockIndex, isFirstBlock, isLastBlock,\n dragGrip, leftGrip, rightGrip, topGrip, bottomGrip;\n\n component = scope.block.component;\n dayIndex = scope.block.dayIndex;\n blockIndex = _.findIndex(component.blocks, ['dayIndex', dayIndex]);\n isFirstBlock = (blockIndex === 0);\n isLastBlock = (blockIndex === component.blocks.length - 1);\n\n dragGrip = angular.element('
');\n dragGrip.addClass('bdr-folder' + component.pid);\n\n if (component.c_isallday ||\n element[0].parentNode.tagName === 'SG-CALENDAR-MONTH-DAY') {\n if (isFirstBlock) {\n leftGrip = angular.element('
').append(dragGrip);\n element.append(leftGrip);\n }\n if (isLastBlock) {\n rightGrip = angular.element('
').append(dragGrip.clone());\n element.append(rightGrip);\n }\n }\n else {\n if (isFirstBlock) {\n topGrip = angular.element('
').append(dragGrip);\n element.append(topGrip);\n }\n if (isLastBlock) {\n bottomGrip = angular.element('
').append(dragGrip.clone());\n element.append(bottomGrip);\n }\n }\n }\n\n function onDragDetect(ev) {\n var dragMode, pointerHandler;\n\n ev.stopPropagation();\n\n dragMode = 'move-event';\n\n if (scope.block && scope.block.component) {\n // Move or resize existing component\n if (ev.target.className == 'dragGrip-top' ||\n ev.target.className == 'dragGrip-left')\n dragMode = 'change-start';\n else if (ev.target.className == 'dragGrip-bottom' ||\n ev.target.className == 'dragGrip-right' )\n dragMode = 'change-end';\n }\n else {\n // Create new component from dragging\n dragMode = 'change-end';\n }\n\n // Initialize pointer handler\n pointerHandler = new SOGoEventDragPointerHandler(dragMode);\n pointerHandler.initFromEvent(ev);\n\n // Update Component.$ghost\n Component.$ghost.pointerHandler = pointerHandler;\n\n // Stop dragging on the next \"mouseup\"\n angular.element(document).one('mouseup', onDragEnd);\n\n // Listen to mousemove and start dragging when mouse has moved from at least 3 pixels\n angular.element(document).on('mousemove', onDrag);\n }\n\n function dragStart(ev) {\n var block, eventType, isHourCell, isMonthly, startDate, newData, newComponent, pointerHandler, calendarData;\n\n isHourCell = element.hasClass('clickableHourCell');\n isMonthly = (element[0].parentNode.tagName == 'SG-CALENDAR-MONTH-DAY') ||\n element.hasClass('clickableDayCell');\n\n calendarData = calendarDayCtrl.calendarData();\n\n if (scope.block && scope.block.component) {\n // Move or resize existing component\n block = scope.block;\n }\n else {\n // Create new component from dragging\n startDate = calendarDayCtrl.dayString.parseDate(Preferences.$mdDateLocaleProvider, '%Y-%m-%e');\n newData = {\n type: 'appointment',\n pid: calendarData? calendarData.pid : Calendar.$defaultCalendar(),\n summary: l('New Event'),\n startDate: startDate,\n isAllDay: isHourCell? 0 : 1\n };\n newComponent = new Component(newData);\n block = {\n component: newComponent,\n dayNumber: calendarDayCtrl.dayNumber,\n length: 0\n };\n block.component.blocks = [block];\n }\n\n // Determine event type\n eventType = 'multiday';\n if (isMonthly)\n eventType = 'monthly';\n else if (block.component.c_isallday)\n eventType = 'multiday-allday';\n\n // Mark all blocks as being dragged\n _.forEach(block.component.blocks, function(b) {\n b.dragging = true;\n });\n\n // Update pointer handler\n pointerHandler = Component.$ghost.pointerHandler;\n pointerHandler.prepareWithEventType(eventType);\n pointerHandler.initFromBlock(block);\n if (calendarData)\n // When the day is associated to a calendar, the day number becomes the calendar index\n // among the active calendars\n pointerHandler.initFromCalendar(calendarData);\n\n // Update Component.$ghost\n Component.$ghost.component = block.component;\n\n $log.debug('emit calendar:dragstart ' + eventType);\n $rootScope.$emit('calendar:dragstart');\n }\n\n function onDrag(ev) {\n var pointerHandler = Component.$ghost.pointerHandler;\n\n // Update\n // - currentCoordinates\n // - currentViewCoordinates\n // - currentEventCoordinates\n $timeout(function() {\n pointerHandler.updateFromEvent(ev);\n });\n }\n\n function onDragEnd(ev) {\n var block, pointer;\n\n block = scope.block;\n pointer = Component.$ghost.pointerHandler;\n\n // Deregister mouse events\n angular.element(document).off('mousemove', onDrag);\n\n if (pointer.dragHasStarted) {\n $rootScope.$emit('calendar:dragend');\n pointer.dragHasStarted = false;\n }\n\n // Unmark all blocks as being dragged\n if (block && block.component)\n _.forEach(block.component.blocks, function(b) {\n b.dragging = false;\n });\n }\n\n /**\n * SOGoCoordinates\n */\n function SOGoCoordinates() {\n }\n\n SOGoCoordinates.prototype = {\n x: -1,\n y: -1,\n\n getDelta: function SC_getDelta(otherCoordinates) {\n var delta = new SOGoCoordinates();\n delta.x = this.x - otherCoordinates.x;\n delta.y = this.y - otherCoordinates.y;\n\n if (Calendar.$view) {\n delta.days = Calendar.$view.dayNumbers[this.x] - Calendar.$view.dayNumbers[otherCoordinates.x];\n }\n\n return delta;\n },\n\n getDistance: function SC_getDistance(otherCoordinates) {\n var delta = this.getDelta(otherCoordinates);\n\n return Math.sqrt(delta.x * delta.x + delta.y * delta.y);\n },\n\n clone: function SC_clone() {\n var coordinates = new SOGoCoordinates();\n coordinates.x = this.x;\n coordinates.y = this.y;\n\n return coordinates;\n }\n };\n\n /**\n * SOGoEventDragEventCoordinates\n */\n function SOGoEventDragEventCoordinates(eventType) {\n this.setEventType(eventType);\n }\n\n SOGoEventDragEventCoordinates.prototype = {\n dayNumber: -1,\n weekDay: -1,\n start: -1,\n duration: -1,\n\n eventType: null,\n\n setEventType: function(eventType) {\n this.eventType = eventType;\n },\n\n initFromBlock: function(block) {\n var prevDayNumber = -1;\n\n if (this.eventType === 'monthly') {\n this.start = 0;\n this.duration = block.component.blocks.length * CalendarSettings.EventDragDayLength;\n }\n else {\n // Get the start (first quarter) from the event's first block\n // Compute overall length\n this.start = block.component.blocks[0].start;\n this.duration = _.sumBy(block.component.blocks, function(b) {\n var delta, currentDayNumber;\n\n currentDayNumber = b.dayNumber;\n if (prevDayNumber < 0)\n delta = 0;\n else\n delta = currentDayNumber - prevDayNumber - 1;\n prevDayNumber = currentDayNumber;\n\n return b.length + delta * CalendarSettings.EventDragDayLength;\n });\n }\n },\n\n initFromCalendar: function(calendarNumber) {\n this.dayNumber = calendarNumber;\n },\n\n getDelta: function(otherCoordinates) {\n var delta = new SOGoEventDragEventCoordinates();\n delta.dayNumber = (this.dayNumber - otherCoordinates.dayNumber);\n delta.start = (this.start - otherCoordinates.start);\n delta.duration = (this.duration - otherCoordinates.duration);\n\n return delta;\n },\n\n _quartersToHM: function(quarters) {\n var minutes = quarters * 15;\n var hours = Math.floor(minutes / 60);\n if (hours < 10)\n hours = \"0\" + hours;\n var mins = minutes % 60;\n if (mins < 10)\n mins = \"0\" + mins;\n\n return \"\" + hours + \":\" + mins;\n },\n\n getStartTime: function() {\n return this._quartersToHM(this.start);\n },\n\n getEndTime: function() {\n var end = (this.start + this.duration) % CalendarSettings.EventDragDayLength;\n return this._quartersToHM(end);\n },\n\n clone: function() {\n var coordinates = new SOGoEventDragEventCoordinates();\n coordinates.dayNumber = this.dayNumber;\n coordinates.start = this.start;\n coordinates.duration = this.duration;\n\n return coordinates;\n }\n };\n\n /**\n * SOGoEventDragPointerHandler\n */\n function SOGoEventDragPointerHandler(dragMode) {\n this.dragMode = dragMode;\n }\n\n SOGoEventDragPointerHandler.prototype = {\n // Pointer absolute xy coordinates within page\n originalCoordinates: null,\n currentCoordinates: null,\n\n // Pointer relative xy coordinates within view (row-column)\n originalViewCoordinates: null,\n currentViewCoordinates: null,\n\n // Event start-duration coordinates\n originalEventCoordinates: null,\n currentEventCoordinates: null,\n\n originalCalendar: null,\n\n dragHasStarted: false,\n\n // Function to return the day and quarter coordinates of the pointer cursor\n // within the day view\n getEventViewCoordinates: null,\n\n initFromBlock: function SEDPH_initFromBlock(block) {\n this.currentEventCoordinates = new SOGoEventDragEventCoordinates(this.eventType);\n this.originalEventCoordinates = new SOGoEventDragEventCoordinates(this.eventType);\n this.originalEventCoordinates.initFromBlock(block);\n },\n\n initFromEvent: function SEDPH_initFromEvent(event) {\n this.currentCoordinates = new SOGoCoordinates();\n this.updateFromEvent(event);\n this.originalCoordinates = this.currentCoordinates.clone();\n },\n\n initFromCalendar: function SEDPH_initFromCalendar(calendarData) {\n this.originalCalendar = calendarData;\n this.currentEventCoordinates.initFromCalendar(calendarData.index);\n this.originalEventCoordinates.initFromCalendar(calendarData.index);\n },\n\n // Method continuously called while dragging\n updateFromEvent: function SEDPH_updateFromEvent(event) {\n // Event here is a DOM event, not a calendar event!\n this.currentCoordinates.x = event.pageX;\n this.currentCoordinates.y = event.pageY;\n\n // From SOGoEventDragGhostController.updateFromPointerHandler\n if (this.dragHasStarted && Calendar.$view) {\n var newEventCoordinates = this.getEventViewCoordinates(Calendar.$view);\n if (!this.originalViewCoordinates) {\n this.originalViewCoordinates = this.getEventViewCoordinates(Calendar.$view, this.originalCoordinates);\n if (Component.$ghost.component.isNew) {\n this.setTimeFromQuarters(Component.$ghost.component.start, this.originalViewCoordinates.y);\n $log.debug('new event start date ' + Component.$ghost.component.start);\n }\n }\n if (!this.currentViewCoordinates ||\n !newEventCoordinates ||\n newEventCoordinates.x != this.currentViewCoordinates.x ||\n newEventCoordinates.y != this.currentViewCoordinates.y) {\n this.currentViewCoordinates = newEventCoordinates;\n if (this.originalViewCoordinates) {\n if (!newEventCoordinates) {\n this.currentViewCoordinates = this.originalViewCoordinates.clone();\n }\n this.updateEventCoordinates();\n }\n }\n }\n else if (this.originalCoordinates &&\n this.currentCoordinates &&\n !this.dragHasStarted) {\n var distance = this.getDistance();\n if (distance > 3) {\n this.dragHasStarted = true;\n dragStart(event);\n }\n }\n },\n\n // SOGoEventDragGhostController._updateCoordinates\n // Extend this.currentCoordinates with start, dayNumber and duration\n updateEventCoordinates: function SEDGC__updateCoordinates() {\n var newDuration;\n\n // Compute delta wrt to position of mouse at dragstart on the day/quarter grid\n var delta = this.currentViewCoordinates.getDelta(this.originalViewCoordinates);\n var deltaQuarters = delta.days * CalendarSettings.EventDragDayLength + delta.y;\n $log.debug('quarters delta ' + deltaQuarters);\n\n if (angular.isUndefined(this.originalEventCoordinates.start)) {\n // Creating new appointment from DnD\n this.originalEventCoordinates.dayNumber = Calendar.$view.dayNumbers[this.originalViewCoordinates.x];\n this.originalEventCoordinates.start = this.originalViewCoordinates.y;\n }\n else if (this.originalEventCoordinates.dayNumber < 0) {\n this.originalEventCoordinates.dayNumber = Calendar.$view.dayNumbers[scope.block.component.blocks[0].dayIndex];\n }\n // if (currentView == \"multicolumndayview\")\n // this._updateMulticolumnViewDayNumber_SEDGC();\n // else\n this.currentEventCoordinates.dayNumber = this.originalEventCoordinates.dayNumber;\n\n if (this.dragMode == \"move-event\") {\n this.currentEventCoordinates.start = this.originalEventCoordinates.start + deltaQuarters;\n this.currentEventCoordinates.duration = this.originalEventCoordinates.duration;\n }\n else {\n if (this.dragMode == \"change-start\") {\n newDuration = this.originalEventCoordinates.duration - deltaQuarters;\n if (newDuration > 0) {\n this.currentEventCoordinates.start = this.originalEventCoordinates.start + deltaQuarters;\n this.currentEventCoordinates.duration = newDuration;\n }\n else if (newDuration < 0) {\n this.currentEventCoordinates.start = (this.originalEventCoordinates.start + this.originalEventCoordinates.duration);\n this.currentEventCoordinates.duration = -newDuration;\n }\n }\n else if (this.dragMode == \"change-end\") {\n newDuration = this.originalEventCoordinates.duration + deltaQuarters;\n if (newDuration > 0) {\n this.currentEventCoordinates.start = this.originalEventCoordinates.start;\n this.currentEventCoordinates.duration = newDuration;\n }\n else if (newDuration < 0) {\n this.currentEventCoordinates.start = this.originalEventCoordinates.start + newDuration;\n this.currentEventCoordinates.duration = -newDuration;\n }\n }\n }\n\n var deltaDays;\n if (this.currentEventCoordinates.start < 0) {\n deltaDays = Math.ceil(-this.currentEventCoordinates.start / CalendarSettings.EventDragDayLength);\n this.currentEventCoordinates.start += deltaDays * CalendarSettings.EventDragDayLength;\n this.currentEventCoordinates.dayNumber -= deltaDays;\n }\n else if (this.currentEventCoordinates.start >= CalendarSettings.EventDragDayLength) {\n deltaDays = Math.floor(this.currentEventCoordinates.start / CalendarSettings.EventDragDayLength);\n this.currentEventCoordinates.start -= deltaDays * CalendarSettings.EventDragDayLength;\n this.currentEventCoordinates.dayNumber += deltaDays;\n }\n\n $log.debug('event coordinates ' + JSON.stringify(this.currentEventCoordinates));\n $rootScope.$emit('calendar:drag');\n },\n\n // SOGoEventDragPointerHandler.getContainerBasedCoordinates\n getContainerBasedCoordinates: function SEDPH_getCBC(view, pointerCoordinates) {\n var currentCoordinates = pointerCoordinates || this.currentCoordinates;\n var coordinates = currentCoordinates.getDelta(view.coordinates);\n var container = view.element;\n\n if (coordinates.x < view.daysOffset || coordinates.x > container.clientWidth ||\n coordinates.y < 0 || coordinates.y > container.clientHeight)\n coordinates = null;\n\n return coordinates;\n },\n\n prepareWithEventType: function SEDPH_prepareWithEventType(eventType) {\n var methods = { \"multiday\": this.getEventMultiDayViewCoordinates,\n \"multiday-allday\": this.getEventMultiDayAllDayViewCoordinates,\n \"monthly\": this.getEventMonthlyViewCoordinates,\n \"unknown\": null };\n var method = methods[eventType];\n this.eventType = eventType;\n this.getEventViewCoordinates = method;\n },\n\n getEventMultiDayViewCoordinates: function SEDPH_gEMultiDayViewC(view, pointerCoordinates) {\n /* x = day; y = quarter */\n var coordinates = this.getEventMultiDayAllDayViewCoordinates(view, pointerCoordinates); // get the x coordinate\n if (coordinates) {\n var quarterHeight = view.quarterHeight;\n var pxCoordinates = this.getContainerBasedCoordinates(view, pointerCoordinates);\n pxCoordinates.y += view.element.scrollTop;\n\n coordinates.y = Math.floor((pxCoordinates.y - CalendarSettings.EventDragHorizontalOffset) / quarterHeight);\n var maxY = CalendarSettings.EventDragDayLength - 1;\n if (coordinates.y < 0)\n coordinates.y = 0;\n else if (coordinates.y > maxY)\n coordinates.y = maxY;\n }\n\n return coordinates;\n },\n getEventMultiDayAllDayViewCoordinates: function SEDPH_gEMultiDayADVC(view, pointerCoordinates) {\n /* x = day; y = quarter */\n var coordinates;\n\n var pxCoordinates = this.getContainerBasedCoordinates(view, pointerCoordinates);\n if (pxCoordinates) {\n coordinates = new SOGoCoordinates();\n\n var dayWidth = view.dayWidth;\n var daysOffset = view.daysOffset;\n\n coordinates.x = Math.floor((pxCoordinates.x - daysOffset) / dayWidth);\n var minX = 0;\n var maxX = Calendar.$view.maxX;\n if (this.dragMode != 'move-event') {\n var calendarData = calendarDayCtrl.calendarData();\n if (calendarData)\n // Resizing an event can't span a different day when in multicolumn view\n minX = maxX = calendarData.index;\n }\n if (coordinates.x < minX)\n coordinates.x = minX;\n else if (coordinates.x > maxX)\n coordinates.x = maxX;\n coordinates.y = 0;\n }\n else {\n coordinates = null;\n }\n\n return coordinates;\n },\n getEventMonthlyViewCoordinates: function SEDPH_gEMonthlyViewC(view, pointerCoordinates) {\n /* x = day; y = quarter */\n var coordinates;\n\n var pxCoordinates = this.getContainerBasedCoordinates(view, pointerCoordinates);\n if (pxCoordinates) {\n coordinates = new SOGoCoordinates();\n\n var maxX = view.maxX;\n var daysTopOffset = 0;\n var dayWidth = view.dayWidth;\n var daysOffset = view.daysOffset;\n var dayHeight = view.dayHeight;\n var daysY = Math.floor((pxCoordinates.y - daysTopOffset) / dayHeight);\n if (daysY < 0)\n daysY = 0;\n\n coordinates.x = Math.floor((pxCoordinates.x - daysOffset) / dayWidth);\n if (coordinates.x < 0)\n coordinates.x = 0;\n else if (coordinates.x > maxX)\n coordinates.x = maxX;\n coordinates.x += (maxX + 1) * daysY;\n coordinates.y = 0;\n }\n else {\n coordinates = null;\n }\n\n return coordinates;\n },\n\n getDistance: function SEDPH_getDistance() {\n return this.currentCoordinates.getDistance(this.originalCoordinates);\n },\n\n setTimeFromQuarters: function SEDPH_setTimeFromQuarters(date, quarters) {\n var hours, minutes;\n hours = Math.floor(quarters / 4);\n minutes = (quarters % 4) * 15;\n date.setHours(hours, minutes);\n }\n };\n }\n }\n\n angular\n .module('SOGo.SchedulerUI')\n .directive('sgDraggableCalendarBlock', sgDraggableCalendarBlock);\n})();\n\n"]} \ No newline at end of file