Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: hackerspacesg/hackerspace.sg
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5640d16b9ba665fd82c4ef020c25a1f2a80e71ff
Choose a base ref
..
head repository: hackerspacesg/hackerspace.sg
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 87386233456270ede65d20fd24e0d1be9f6d552e
Choose a head ref
2 changes: 1 addition & 1 deletion bin/newevents.js
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ function(err, data) {
if (ev.start && ! isNaN(ev.start) && (ev.start > Date.now() - 60 * 60 * 1000)) {
var e = {
"Name": ev.summary,
"When": ev.start.getTime()
"When": ev.start.toISOString()
}

if (ev.url && ev.url.indexOf("http") == 0) {
33 changes: 14 additions & 19 deletions contents/_index/events.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,26 @@
[
{
"Name": "Ukulele Jam Meetup ",
"When": 1393137000000,
"URL": "http://www.meetup.com/The-Ukulele-Assemble/"
"Name": "Python Meetup September",
"When": 1409830200000,
"URL": "https://www.facebook.com/events/685781994823718/685781998157051/?comment_id=687726351295949"
},
{
"Name": "How To Sell as a Founder -The Design Thinking Approach",
"When": 1393412400000,
"URL": "https://www.learnemy.com/groups/how-to-sell-as-a-founder"
"Name": "SG WordPress Meetup (Sept 2014)",
"When": 1410348600000,
"URL": "https://www.facebook.com/events/492930457509067/492930467509066/"
},
{
"Name": "Social Media For Startups",
"When": 1393498800000,
"URL": "https://www.learnemy.com/groups/social-media-for-startups"
"Name": "Papers We Love SG #002",
"When": 1410778800000
},
{
"Name": "SG Futurist Hangout",
"When": 1394258400000,
"URL": "http://www.meetup.com/Singapore-Futurists/events/122405182/"
"Name": "Postgres User Group (PUGs) Meetup",
"When": 1410949800000,
"URL": "http://www.meetup.com/PUGS-Postgres-Users-Group-Singapore/"
},
{
"Name": "HSG Paintball Shootout in Johor Bahru",
"When": 1395540000000,
"URL": "https://www.facebook.com/events/1442020039366647"
},
{
"Name": "Schedule Aircon Chemical cleaning inspection",
"When": 1414771200000
"Name": "The Ukulele Assemble",
"When": 1411279200000,
"URL": "http://www.meetup.com/The-Ukulele-Assemble/events/204272602/"
}
]
Loading