Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lorisleiva/blog-google-calendar
🌐 Google Calendar Integration
https://github.com/lorisleiva/blog-google-calendar
Last synced: 2 months ago
JSON representation
🌐 Google Calendar Integration
- Host: GitHub
- URL: https://github.com/lorisleiva/blog-google-calendar
- Owner: lorisleiva
- Created: 2018-08-16T16:19:46.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2020-12-03T11:55:59.000Z (about 4 years ago)
- Last Synced: 2024-10-12T01:29:47.034Z (3 months ago)
- Language: PHP
- Homepage: http://lorisleiva.com/google-calendar-part-1-integration/
- Size: 469 KB
- Stars: 49
- Watchers: 3
- Forks: 18
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📅 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](http://lorisleiva.com/google-calendar-part-1-integration/) | [Checkout the branch](https://github.com/lorisleiva/blog-google-calendar/tree/part1)### **Part 2: Periodic synchronizations**.
Learn how to keep that data up-to-date at all time by synchronizing at regular interval. \
[Read the article](http://lorisleiva.com/google-calendar-part-2-periodic-synchronizations/) | [Checkout the branch](https://github.com/lorisleiva/blog-google-calendar/tree/part2)### **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](http://lorisleiva.com/google-calendar-part-3-webhook-syncrh/) | [Checkout the branch](https://github.com/lorisleiva/blog-google-calendar/tree/part3)