Advertisement
Guest User

Untitled

a guest
Oct 6th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. {
  2. "kind": "calendar#event",
  3. "etag": ""29xxxxxxxxx70000"",
  4. "id": "xxxxxb4arxxxsu2xxxd8gc",
  5. "status": "confirmed",
  6. "htmlLink": "https://www.google.com/calendar/event?eid=xxxxxxxxYmI0YXI2MXN1MjkwNxxxxxxa2NhcmVhbxxxxx9nbGUuY29t",
  7. "created": "2017-01-03T12:57:20.000Z",
  8. "updated": "2017-01-14T10:08:08.985Z",
  9. "summary": "3-xxxxxx015xx3",
  10. "description": "Sample description -",
  11. "creator": {
  12. "email": "x@g.com"
  13. },
  14. "organizer": {
  15. "email": "x@g.com"
  16. },
  17. "start": {
  18. "dateTime": "2017-01-11T12:00:00+08:00"
  19. },
  20. "end": {
  21. "dateTime": "2017-01-11T12:25:00+08:00"
  22. },
  23. "iCalUID": "xxxxxxxxxxx@google.com",
  24. "sequence": 0,
  25. "attendees": [
  26. {
  27. "email": "a@google.com",
  28. "responseStatus": "needsAction"
  29. },
  30. {
  31. "email": "b@google.com",
  32. "responseStatus": "needsAction"
  33. },
  34. {
  35. "email": "x@g.com",
  36. "organizer": true,
  37. "responseStatus": "accepted"
  38. },
  39. {
  40. "email": "m@google.com",
  41. "responseStatus": "declined"
  42. },
  43. {
  44. "email": "k@google.com",
  45. "self": true,
  46. "responseStatus": "accepted"
  47. }
  48. ],
  49. "hangoutLink": "https://plus.google.com/hangouts/_/google.com/x?hceid=xxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
  50. "reminders": {
  51. "useDefault": true
  52. }
  53. }
  54.  
  55. attendees: [
  56. {email: resourceEmail, responseStatus: 'accepted'}
  57. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement