36
function getCollections(){
38
var collections = eventModel.collections;
39
for(var i = 0 ; i < collections.length ; ++i) {
40
var cal = collections[i];
41
if( cal.extendedMetaData("collection-type") === "Calendar" ) {
36
48
onStartPeriodChanged: {