Next Meeting

object(stdClass)#2 (1) {
  ["Meeting"]=>
  object(stdClass)#3 (5) {
    ["Location"]=>
    string(20) "Undisclosed Location"
    ["Name"]=>
    string(13) "Shady Meeting"
    ["Importance"]=>
    string(4) "High"
    ["StartTime"]=>
    string(4) "2300"
    ["Duration"]=>
    string(2) "60"
  }
}

Todays Meetings

object(stdClass)#4 (1) {
  ["Meeting"]=>
  array(4) {
    [0]=>
    object(stdClass)#5 (5) {
      ["Location"]=>
      string(10) "Office 102"
      ["Name"]=>
      string(16) "Meeting With Bob"
      ["Importance"]=>
      string(6) "Medium"
      ["StartTime"]=>
      string(4) "1000"
      ["Duration"]=>
      string(2) "30"
    }
    [1]=>
    object(stdClass)#6 (5) {
      ["Location"]=>
      string(14) "Meeting Room 2"
      ["Name"]=>
      string(14) "Project Review"
      ["Importance"]=>
      string(4) "High"
      ["StartTime"]=>
      string(4) "1100"
      ["Duration"]=>
      string(2) "60"
    }
    [2]=>
    object(stdClass)#7 (5) {
      ["Location"]=>
      string(9) "Somewhere"
      ["Name"]=>
      string(12) "A Meeting..."
      ["Importance"]=>
      string(6) "Medium"
      ["StartTime"]=>
      string(4) "1230"
      ["Duration"]=>
      string(2) "50"
    }
    [3]=>
    object(stdClass)#8 (5) {
      ["Location"]=>
      string(20) "Undisclosed Location"
      ["Name"]=>
      string(13) "Shady Meeting"
      ["Importance"]=>
      string(4) "High"
      ["StartTime"]=>
      string(4) "2300"
      ["Duration"]=>
      string(2) "60"
    }
  }
}