LiquidPlanner Classic Forum

Ask a Question
Back to All

Key Value for Partial-Day

(edited)

Posted on behalf of Antonio Ghiotto. Original post date 2014-05-16

I try to explain with the code I used in Python 2.7.
For searching an event i used this function:

def events(self):
return json.loads(self.get('/workspaces/' + str(self.workspace_id) + '/
events').content)

where 'events' is the key value to obatin the Full-Day Events in
LiquidPlanner.
I have tried to used the key value 'PartialDayEvent', but is not correct:
what is the key value or the correct syntax for reading the Partial-Day
Events?