iLexiconn / Magister.java

A Java implementation of the Magister 6 API for desktop and Android.
MIT License
6 stars 3 forks source link

Unable to remove appointments #49

Closed iLexiconn closed 8 years ago

JWolvers commented 8 years ago

Works for me

iLexiconn commented 8 years ago

Did you sync your code with master?

JWolvers commented 8 years ago

Something has changed since the last time i tried, will take an look at it tonight.

iLexiconn commented 8 years ago

I know, I changed the url thingy. I tried using the appointment ID instead.

JWolvers commented 8 years ago

Well using the appointment id still works for me.

JWolvers commented 8 years ago

can you show me your code?

iLexiconn commented 8 years ago

I'm using the test cases, it just leaves the test appointment without removing it.

JWolvers commented 8 years ago

Well from what i can see you are creating an appointment with equel start and end dates, which magister doesn't like.

iLexiconn commented 8 years ago

Already fixed that.

JWolvers commented 8 years ago

On android?

iLexiconn commented 8 years ago

I fixed the test, it's adding the appointment.

JWolvers commented 8 years ago

Well i understood that part, I was just wondering if you were using android. I know it has some issues regarding senging http Delete Requests

iLexiconn commented 8 years ago

Oh, no. I'm just running on Windows.

JWolvers commented 8 years ago

I found your issue. the id of every personel is 0 because the id is assignd by the server. I can set the id to the correct one, but I'll have to parse some stuff again and you didn't seem to like that.

iLexiconn commented 8 years ago

Well go ahead. :)