blog-google-calendar
blog-google-calendar copied to clipboard
🌐 Google Calendar Integration
📅 Google Calendar blog series
Part 1: Integration.
Learn how to fetch your users' calendars and events from the Google API and map them into your own Laravel models.
Read the article | Checkout the branch
Part 2: Periodic synchronizations.
Learn how to keep that data up-to-date at all time by synchronizing at regular interval.
Read the article | Checkout the branch
Part 3: Webhook synchronizations.
Learn how to instantly get notified of changes in your users' calendars and events using Google's push notifications.
Read the article | Checkout the branch