Skip to content

Instantly share code, notes, and snippets.

@timdream
Created March 30, 2011 16:23
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timdream/894722 to your computer and use it in GitHub Desktop.
Save timdream/894722 to your computer and use it in GitHub Desktop.
議程 JSON
[
{
name: '測是',
from: 1234456788, /* Unix timestamp */
to: 123456778,
type: 1,
room: 0,
language: 'zh', /* 'zh' or 'en', 我們應該不會有日文議程 */
speaker: '陳愛講', /* 名字 (頭銜)*/
speakerTitle: '測試大學愛講系教授',
desc: '<p>測試 .... </p>' /* HTML */
},
{
....
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment