jive-sdk
Version:
Node.js SDK for Jive Software to assist with the development of add-ons
27 lines • 1.02 kB
JSON
{
"sampleData": {
"title": "Basecamp Upcoming Events",
"events": [
{
"title": "Event Title",
"location": "Event Location",
"start": "2013-08-12T07:00:00:000Z,",
"description" : "Event Description",
"action" : {"url" : "http://basecamp.com"}}
] ,
"action": {
"text" : "Action Text",
"url" : "http:://www.action.com"
}
} ,
"displayName" : "BaseCamp-ProjectCalendar ({{{TILE_NAME}}})",
"name" : "{{{TILE_NAME}}}",
"description" : "BaseCamp-ProjectCalendar",
"style": "CALENDAR",
"icons": {
"16": "https://developer.jivesoftware.com/DeveloperAssets/images/icons/jivedev-xsmall.png",
"48": "https://developer.jivesoftware.com/DeveloperAssets/images/icons/jivedev-small.png",
"128": "https://developer.jivesoftware.com/DeveloperAssets/images/icons/jivedev-med.png"
},
"action": "/{{{TILE_NAME}}}/action"
}