Skip to content

Commit

Permalink
Using the calendar interface to create the calendars
Browse files Browse the repository at this point in the history
  • Loading branch information
Gianfrancoalongi committed Apr 28, 2013
1 parent 92d49c5 commit 41a198f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions server.dyalog
Expand Up @@ -55,13 +55,13 @@ calendars ← ⍬

Z add_new_bookable data
calendars, ((data) ((0 0 0) (0 0 0) (0 0 0)))
calendars, #.Calendar.new_calendar (data) 3 3
Z 'added a new calendar for ',data

set_up_calendars
calendars ('person1' ((0 0 0) (0 0 0) (0 0 0)))
calendars, ('room1' ((0 0 0) (0 0 0) (0 0 0)))
calendars #.Calendar.new_calendar 'person1' 3 3
calendars, #.Calendar.new_calendar 'room1' 3 3

:EndNameSpace

0 comments on commit 41a198f

Please sign in to comment.