gcal-conf-free-api
Version:
An express API server that translates Google Calendar ical Free Busy information into a consumable JSON API
56 lines (55 loc) • 2 kB
JSON
{
"ics" : {
"title" : "YVR Conference Rooms",
"url" : "https://www.google.com/calendar/ical/%s/public/basic.ics?fmt=ifb&date=%s",
"calender-interval" : 5,
"rooms" : [
{ "name" : "Siwash", "id" : "2a",
"email" : "mozilla.com_797672323139@resource.calendar.google.com",
"vidyo" : true, "size" : 2 },
{ "name" : "Buntzen", "id" : "2b",
"email" : "mozilla.com_797672323136@resource.calendar.google.com",
"vidyo" : true, "size" : 1 },
{ "name" : "Deep Cove", "id" : "2c",
"email" : "mozilla.com_797672323134@resource.calendar.google.com",
"vidyo" : true, "size" : 2 },
{ "name" : "Crazy Raven", "id" : "2e",
"email" : "mozilla.com_797672323131@resource.calendar.google.com",
"vidyo" : true, "size" : 2 },
{ "name" : "Lighthouse", "id" : "2d",
"email" : "mozilla.com_2d3337333139353538393131@resource.calendar.google.com",
"vidyo" : false, "size" : 1 },
{ "name" : "Wreck", "id" : "2f",
"email" : "mozilla.com_797672323337@resource.calendar.google.com",
"vidyo" : true, "size" : 1 },
{ "name" : "Dinky Peak", "id" : "2g",
"email" : "mozilla.com_797672323338@resource.calendar.google.com",
"vidyo" : false, "size" : 1 },
{ "name" : "Adanac", "id" : "2h",
"email" : "mozilla.com_797672323339@resource.calendar.google.com",
"vidyo" : false, "size" : 1 },
{ "name" : "Whytecliff", "id" : "commons",
"email" : "mozilla.com_797672323331@resource.calendar.google.com",
"vidyo" : true, "size" : 3 }
]
},
"moment" : {
"en" : {
"relativeTime" : {
"future": "in %s",
"past": "%s ago",
"s": "a jiff",
"m": "%dm",
"mm": "%dm",
"h": "%dh",
"hh": "%dh",
"d": "a day",
"dd": "%d days",
"M": "a month",
"MM": "%d months",
"y": "a year",
"yy": "%d years"
}
}
}
}