Skip to content

Commit

Permalink
added simple printEvents Method
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Aust committed Jul 6, 2019
1 parent e39346e commit c601fd9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
accessing
printEvents

| ICevent |
self eventsDictionary do: [:event |
ICevent := event serverData.
Transcript show:
( 'name: ', ICevent summary ,
' start: ', ICevent start,
' end: ', ICevent end, Character cr ) ]
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"eventsDictionary:" : "c a 6/14/2019 10:37",
"initialize" : "TSP 7/2/2019 13:08",
"newEvent" : "pre 4/11/2017 11:32",
"printEvents" : "c a 7/6/2019 20:16",
"removeDeletedEvents:" : "c a 6/26/2019 17:05",
"removeEvent:" : "TSP 6/28/2019 23:19",
"syncToken" : "TSP 7/2/2019 12:01",
Expand Down

0 comments on commit c601fd9

Please sign in to comment.