Listing events in new component

Peter Lane Posted in Component Development 1 year ago

I am not finding easy to do this for my new component without replacing the Events component. Please help.

Replies
German Michael Zülsdorff Replied 1 year ago

"... Recreating the sidebar ... other icons ... ?!?"

I doubt anyone understands what this is about. Please put your code on Github. This is a much better chance of following what you had in mind.

gb Peter Lane Replied 1 year ago

Is it possible to display the full top <div> (class row) seen in <div class="container-fluid">?

I can closely recreate the sidebar and right dropdown, but not the other icons.

gb Peter Lane Replied 1 year ago

Brilliant. Thanks

gb Peter Lane Replied 1 year ago

Thank you, Arsalan. Are there other pages not shown under webservices, to do with the other calls related to Evetns, please?

Indonesian Arsalan Shah Replied 1 year ago

Because it listed here https://www.openteknik.com/webservices/view/35411/events-list you can use API or

$Events = new Events();
$List   = $Events->getEvents(['page_limit' => false]);
gb Peter Lane Replied 1 year ago

I note that Events API is not listed under https://www.opensource-socialnetwork.org/webservices/all

gb Peter Lane Replied 1 year ago

Just seen that the OssnServices and EndPoints software should help. Thank you.