Jorgen
My feedback
2 results found
-
46 votes
An error occurred while saving the comment Jorgen supported this idea · -
1 vote
An error occurred while saving the comment Jorgen commented@Kurt - thanks for posting that. Actually you pointed me to the multi condition query that I was struggling a bit with - so thank you.. ended up doing something like this..
$queryParams = array(
'$async' => 'false',
'$filter' => "('Membership status' eq active) AND ('Member' eq true)"
);.. and I am trying to build out a Laravel+Twilio+Wild Apricot sms messaging portal.. not something fancy like the commercial alternatives out there, but something that works for our internal use. Thus far works great!
I would love for this to be available.. even just having a macro tag added to the template engine would be great... like {event_export_url} that would allow the user to click on the link to generate the ics and add to their calendar...