';
}
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;
}
|
Third Annual CSE Golf Outing
|
-
When:
-
Thu, October 11 2012 (all day event)
- Created by:
- Courtney Smolen
- Calendars:
-
Home
,
Alumnae/i & Friends
Description:
The Third Annual College of Saint Elizabeth Golf Outing takes place on Thursday, October 11, 2012 (rain date: October 18). Players of all skill levels are invited to participate in the scramble format that benefits CSE student scholarships.
The place is Cedar Hill Golf & Country Club, 100 Walnut Street, Livingston, N.J. The all-inclusive $400 registration fee covers all the day’s activities: lunch, cocktail reception, and dinner. It also includes a golf cart, green fees, and range balls.
Every participant will receive a tee prize. Golfers can compete for skill prizes. Those attending can win raffle gifts. They can purchase 50/50 tickets at a cost $25 each, which may also be purchased by non-attendees.
For more information, visit the CSE website at www.cse.edu/golfouting or call 973-290-4449, or email benefit@cse.edu.
Download Event
|
Files
Related Events
-
Open House Graduate and Adult Undergraduate Programs
-
When: Tue, October 9 2012 06:00 PM - 08:00 PM
-
Vatican II Pastoral Conference Day 2012
-
When: Sat, October 13 2012 08:45 AM - 12:30 PM
-
Alumnae/i Association Annual Fall Meeting
-
When: Sat, October 13 2012 09:30 AM - 02:00 PM
-
Waterbury Alumnae/i Chapter 100th Anniversary Luncheon
-
When: Sun, October 14 2012 12:00 AM - 11:59 PM
|
Loading...