Guest User

Untitled

a guest
Jan 15th, 2019
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.94 KB | None | 0 0
  1. {
  2. "new_employees": [],
  3. "visiting_employees": ["guillaume.malette@shopify.com", "jad.hamawi@shopify.com", "sam.talasila@shopify.com", "kristina.kalamut@shopify.com", "lawrence.mandel@shopify.com", "sebastien.lavoie@shopify.com", "willem@shopify.com", "daniel.cole@shopify.com", "vincent.chio@shopify.com", "robleh.jama@shopify.com"],
  4. "notices": [
  5. {
  6. "title": "Office Closed",
  7. "description": "Martin Luther King Day",
  8. "date": "January 21, 2019"
  9. },
  10. {
  11. "title": "Welcome back, new parents!",
  12. "description": "Helen and Simon are back from parental leave",
  13. "date": null
  14. }
  15. ],
  16. "office_calendar": [
  17. {
  18. "title": "Kit Group 2019 Kickoff",
  19. "description": "Merchant Lounge",
  20. "start_date": "2019-01-17T09:30:00-0800",
  21. "end_date": "2019-01-17T12:00:00-0800",
  22. "is_all_day": false
  23. },
  24. {
  25. "title": "Bootstrap your Business Event",
  26. "description": "Merchant Lounge",
  27. "start_date": "2019-01-17T14:30:00-0800",
  28. "end_date": "2019-01-17T15:20:00-0800",
  29. "is_all_day": false
  30. },
  31. {
  32. "title": "SFPTH with Alex",
  33. "description": "Known Your Biscuits",
  34. "start_date": "2019-01-18T12:30:00-0800",
  35. "end_date": "2019-01-18T13:00:00-0800",
  36. "is_all_day": false
  37. },
  38. {
  39. "title": "Martin Luther King Day",
  40. "description": "Office Closed",
  41. "start_date": "2019-01-21T19:00:00-0800",
  42. "end_date": null,
  43. "is_all_day": true
  44. },
  45. {
  46. "title": "SFPTH with Rune",
  47. "description": "How to Solve a Rubik's Cube",
  48. "start_date": "2019-01-25T12:30:00-0800",
  49. "end_date": "2019-01-25T13:00:00-0800",
  50. "is_all_day": false
  51. },
  52. {
  53. "title": "SF Team Dinner in Toronto",
  54. "description": "Founder Cocktail Bar & Restaurant",
  55. "start_date": "2019-01-30T18:30:00-0800",
  56. "end_date": "2019-01-25T13:00:00-0800",
  57. "is_all_day": false
  58. },
  59. {
  60. "title": "Shopify Summit 2019",
  61. "description": "Live from Ottawa",
  62. "start_date": "2019-01-31T09:00:00-0800",
  63. "end_date": null,
  64. "is_all_day": true
  65. },
  66. {
  67. "title": "The Totally-Not-Shopify Ski Trip",
  68. "description": "Heavenly, South Lake Tahoe",
  69. "start_date": "2019-02-22T05:00:00-0800",
  70. "end_date": "2019-02-22T20:00:00-0800",
  71. "is_all_day": false
  72. }
  73. ],
  74. "reminders": [
  75. {
  76. "emoji": "🌮🥗",
  77. "title": "Forkable orders",
  78. "subtitle": "Fridays"
  79. },
  80. {
  81. "emoji": "💭👂",
  82. "title": "Suggestions?",
  83. "subtitle": "DM @rune"
  84. }
  85. ]
  86. }
Add Comment
Please, Sign In to add comment