';
}
htmlBuffer += ' ' +
'
';
for(var i = 0; i < dayEvents.length; i++) {
var event = dayEvents[i];
//var eventTitle = event.title.replace(/([^\s]{15})/g,"$1-
");
var eventTitle = event.title;
var eventTime = event.startDate.format('g:i a');
var navCommand = "";
if ( event.seoKey && event.seoKey != "" )
{
navCommand = "window.location = '/calendar/" + event.seoKey + "';"
}
else
{
navCommand = "window.location = '/calendar/index?id=" + event.identifier + "';"
}
htmlBuffer += '
' + eventTime + '' +
'' + eventTitle + '
';
htmlBuffer +=
'\';
}
htmlBuffer +=
'
' +
'';
if(nowDate.format('w') == 6) {
htmlBuffer += '';
if(compareDates(nowDate, rangeEnds) < 0) {
htmlBuffer += '
';
}
}
nowDate = nowDate.add(Date.DAY, 1);
}
body.update(htmlBuffer);
hideLoadingCalendar();
$('monthlyView').show({duration: .4});
}
';
}
htmlBuffer += ' ' +
' ';
var lastEventTime = '';
for(var j = 0; j < dayEvents.length; j++, i++) {
var event = dayEvents[j];
var eventTime = event.startDate.format('ga');
//Breaking titles with too long words
var eventTitle = event.title.replace(/([^\s]{15})/g,"$1-
");
var navCommand = "";
if ( event.seoKey && event.seoKey != "" )
{
navCommand = "window.location = '/calendar/" + event.seoKey + "';"
}
else
{
navCommand = "window.location = '/calendar/index?id=" + event.identifier + "';"
}
htmlBuffer += (eventTime != lastEventTime?'
' + eventTime + '
':'') +
'
' + eventTitle + '
';
htmlBuffer +=
'\';
lastEventTime = eventTime;
}
htmlBuffer +=
'
' +
'';
currentDate = new Date(currentDate.getTime()+(1000*60*30*24));
}
htmlBuffer += '
';
body.update(htmlBuffer);
hideLoadingCalendar();
$('weeklyView').show({duration: .4});
}
';
return htmlBuffer;
}
function getOngoingEventHTML(event) {
var eventTitle = event.title.replace(/([^\s]{15})/g,"$1-
");
var htmlBuffer = '';
var tagsHTML = '';
if( event.tags && event.tags != null && event.tags != '') {
var tags = event.tags.split(',');
tagsHTML += "Tags: ";
for (var x = 0; x < tags.length; x++) {
var tag = tags[x];
if(x > 0)
tagsHTML += ', ';
tagsHTML += '
' + tag + '';
}
}
var locationHTML = '';
if(event.location1 != "") {
locationHTML = 'Location: ';
locationHTML += event.location1 + '
';
}
//add event summary
var summaryHTML = '';
if(event.summary != "" && event.summary != null){
summaryHTML = ''
summaryHTML += event.summary + '
';
}
//end add event summary
var categoriesHTML = '';
if(event.categories.length > 0) {
var categoriesHTML = 'Calendar: ';
for(var x = 0; x < event.categories.length; x++) {
var category = event.categories[x];
if(x > 0) categoriesHTML += ', ';
categoriesHTML += '
' + category.categoryName + ''
}
categoriesHTML += '
';
}
var ddHTML = locationHTML + summaryHTML;
//var ddHTML = locationHTML + categoriesHTML + tagsHTML;
var navCommand = "";
if ( event.seoKey && event.seoKey != "" )
{
navCommand = "window.location = '/calendar/" + event.seoKey + "';"
}
else
{
navCommand = "window.location = '/calendar/index?id=" + event.identifier + "';"
}
htmlBuffer +=
'
' +
'
' + event.startDate.format('F j, Y') + ' - ' + event.endDate.format('F j, Y') + ' ' +
'
' + (ddHTML != ''?ddHTML:' ') + '';
htmlBuffer +=
' \' + '
';
return htmlBuffer;
}
Women's College Christmas Party
|
-
When:
-
Thu, December 5, 2013 4:30 PM - 7:30 PM
The Women's College Christmas Party is a tradition at the College of Saint Elizabeth. The Party is set up as a progressive dinner. Students begin their evening with appetizers and pictures with Santa at Xavier Center from 4:30 p.m. - 5:30 p.m. They will then make their way to Saint Joseph Hall for dinner and holiday entertainment from 5:30 p.m. - 6:30 p.m. The party concludes in O'Connor Hall Parlor with desserts, crafts and Christmas carols from 6:30 p.m. - 7:30 p.m.
Throughout the evening, our Women's College Students are served and entertained by the fabulous faculty and staff of the College.
For more information, contact Dawn O'Leary-Singerline at 973-290-4204 or dosingerline@cse.edu
Add to Calendar
05-12-2013 16:30:0
05-12-2013 19:30:0
Women's College Christmas Party
Download Event
|
Loading...