';
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;
}
|
WOZAPP 2012: Microsoft Sponsored Hackathon
|
 |
-
When:
-
Fri, November 9 2012 12:00 AM - Sun, November 11 2012 12:00 AM
- Link:
-
http://www.microsoft.com/student/en-us/wowzapp/default.aspx
- Calendars:
-
Computer Science
Be part of the app revolution
Join thousands of developers worldwide, November 9-11, 2012, as we build apps for the next generation of Windows.
There will be dozens of event venues from college campuses to Microsoft offices, all buzzing with energy, music, free food and more. New venues being added daily – check back to find the event near you.
Expert help, free resources
Microsoft app experts, developers and trainers will be available to assist your learning and coding.
|
Related Events
No Related Events
|
Loading...