';
return htmlBuffer;
}
function getOngoingEventHTML(event) {
var eventTitle = event.title.replace(/([^\s]{15})/g,"$1-
");
var htmlBuffer = '';
var tagsHTML = '';
if(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 tagsHTML = '
';
}
var locationHTML = '';
if(event.location != "") {
locationHTML = '
Location: ';
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('M j, Y') + ' ' + eventTitle + ' ' +
'
' + (ddHTML != ''?ddHTML:' ') + ' ';
htmlBuffer +=
' \';
return htmlBuffer;
}
IT Executive Exchange Meeting
When:
Fri, January 18 2013 02:30 PM - Fri, January 18 2013 04:30 PM
Building
Business Administration Building
Address:
Murphy Room
Link:
http://blogs.uakron.edu/cite/2012/11/15/next-it-executive-exchange-meeting-january-18-2013/
Calendars:
Management
,
College of Business Administration
Tags:
ITEE
ITEE IT Executive Exchange Meeting will be held on January 18, 2013 in Murphy Room.
Topic: Help and Service Desks
Now that we have social media, do we still need help desks? Or are the demands of “bring your own device” making them even more relevant? What have we learned about running them efficiently and effectively, and what challenges remain? Come share your experiences and hear others’ insights at the next ITEE meeting.
If interested please RSVP to Brittany Michael: : brm14@zips.uakron.edu .
Parking passes and directions will be sent a week before the meeting.
Related Events
No Related Events
Loading...