Category: google calendar

Calendar as a Service in PHP? Easy, with Google Calendar API!

In this article, you’ll learn how to work with the Google Calendar API in PHP. You’ll do it by building a calendar app that allows users to add new calendars, add events, and sync calendars to Google Calendar. If you want to follow along, I recommend you to set up Homestead so you can easily get an environm...

How to Build an SMS Appointment Reminder App with Twilio

In this tutorial we’re going to build an SMS reminder app with Node.js. We’re going to use the user’s Google Calendar to get appointments and then send the text message with Twilio. Setting Things Up First you’re going to need to have a Google account and a Twilio account. If you don’t have those yet, you ca...