Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Search results

  1. CarlEOgden

    PHP Microsoft Graph API - any experience? Specifically Calendar Create/Update/Delete events

    Hi If you've used and can help, I'd really appreciate it. Part of my code creates an appointment in our diary system, I've now implemented Microsoft login (using the Graph API) so I have a token. I can create an event (appointment) BUT the location doesn't show it as a true location even...
  2. CarlEOgden

    Facebook integration to your website

    Hi Has anyone implemented the facebook graph api so that their website can create posts on the accounts main timeline? What I want is for one of my users to somehow login to fb and then be able to create a post with text and x photos. Also, to be able to delete it. Cheers Carl.
  3. CarlEOgden

    PHP Find string between 2 parenthesises

    Hi I have a variable (a document) that has variables set within it, for example:- Dear {VendorSalutation}, Please contact me on {OfficeTelephone} as soon as possible. Regards {StaffMember} {OfficeTelephone} {OfficeEmail} Now, I'd like to search this variable and extract all the...
  4. CarlEOgden

    PHP Converting from a string to a date

    Hi, I've got an atom formatted date (apparently)! "created_date_time" => "2021-07-09T12:59:47.1630000Z" Can someone point me in the best way to split it int Date/Time and in UK format? I can split by T, split [0] by -, split [1] by . to remove right hand side and then I get 09/07/2021...
  5. CarlEOgden

    Hi

    I am currently programming in Laravel/VueJs/PHP/JS and maintain a system aimed at estate agents in the UK.
  6. CarlEOgden

    PHP Incorporating Docusign into Laravel/VueJS website

    Hi Thanks for any help/advise given in advance. I will try to explain my environment so you have an idea of how to recommend or help my situation. Our website is used by estate agents, we now want to integrate Docusign so that agents can sign up to Docusign and send their customers contracts...
Back
Top Bottom