';
}
htmlBuffer += ' ' +
'
';
for(var i = 0; i < dayEvents.length; i++) {
var event = dayEvents[i];
var eventTitle = event.title.replace(/([^\s]{15})/g,"$1-
");
var eventTime = event.startDate.format('g') + event.startDate.format('a').substring(0,1);
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-
");
htmlBuffer += (eventTime != lastEventTime?'
' + eventTime + '
':'') +
'
' + eventTitle + '
';
htmlBuffer +=
'\';
lastEventTime = eventTime;
}
htmlBuffer +=
'
' +
'';
currentDate = new Date(currentDate.getTime()+(1000*60*60*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 != 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.location != "") {
locationHTML = 'Where: ';
locationHTML += event.location + '
';
}
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 + categoriesHTML + tagsHTML;
htmlBuffer +=
'
Through ' + event.endDate.format('F j, Y') + ' ' + eventTitle + ' ' +
'
' + (ddHTML != ''?ddHTML:' ') + ' ';
htmlBuffer +=
' \';
return htmlBuffer;
}
Vatican II Pastoral Conference Day 2012
When:
Sat, October 13 2012 08:45 AM - 12:30 PM
Created by:
Courtney Smolen
Where:
College of Saint Elizabeth @ 2 Convent Road, Morristown, NJ 07960
Map
Link:
/about-cse/centers/ctsd/vatican-ii.dot
Calendars:
Current Students
,
Faculty & Staff
,
Parents & Family
,
Mission and Values
,
Center of Theological and Spiritual Development
,
Home
,
Alumnae/i & Friends
Description:
Because of the great significance of Vatican II in this international Year of Faith, the College of Saint Elizabeth will take time in this next year to continue that conversation begun more than 50 years ago.
Entitled, "Reclaiming & Celebrating Vatican II with a New Generation," the full-day event will welcome onto campus numerous scholars and keynote presenters.
Cost: $35 per person.
For more information, please contact the Center for Mission and Ministry at (973) 290-4302.
Download Event
Files
Related Events
Open House Graduate and Adult Undergraduate Programs
When: Tue, October 9 2012 06:00 PM - 08:00 PM
Third Annual CSE Golf Outing
When: Thu, October 11 2012 12:00 AM - 11:59 PM
Sociology Career Day
When: Thu, October 11 2012 11:30 AM - 12:30 PM
Alumnae/i Association Annual Fall Meeting
When: Sat, October 13 2012 09:30 AM - 02:00 PM
Loading...