Hello, I was surprised that github.com/friendica/friendica… was net merged yet.
I am fine with the proposed changes, but unable to do them myself without github access. I just need to know, which API endpoints I can use in my Friendiqa App. I am already implementing the GUI for event creation...
Hello,
it is currently not working. The problem is that the Event::store needs an object with event['start'] and event['finish'] but instead other elements are supplied in the object:
$event['start_time'] = $start;
$event['end_time'] = $finish;
The elements are not the API parameters!
Thank you for your help. I wonder if it could be corrected in the RC... 😀
There's a remaining question: github.com/friendica/friendica…
Once you weigh in on this since you're the stakeholder in this case, we'll be able to move forward, one way or another.