iT邦幫忙

鐵人檔案

2023 iThome 鐵人賽
回列表
SideProject30

行事曆不再NG:Notion API&Google Calendar跨平台整合發想 系列

在使用Notion的時候,覺得Notion和Google在Calendar上面不能同步很麻煩,用zapier又要花錢
身為一個工程師,當然要自己把這個功能寫出來嘍😎

鐵人鍊成 | 共 30 篇文章 | 2 人訂閱 訂閱系列文 RSS系列文
DAY 11

Day 11 Notion First Integration Project in Go vol.2

好了昨天講完要做什麼今天要開始實作了 首先打開Day 9 Debug完的Code,然後開始實作吧 Create Notion Create Database P...

2023-09-26 ‧ 由 guancioul 分享
DAY 12

Day 12 Notion First Integration Project in Go vol.3

今天來講一下request跟取得secret Request 先在資料夾中創建一個handler的資料夾,在裡面創建一個httpClient.go的檔案 這邊先...

2023-09-27 ‧ 由 guancioul 分享
DAY 13

Day 13 Notion First Integration Project in Go vol.4

最後來講一下Response的部分 Response 在controller/notion.go這個controller中,最後需要處理回傳回來的respons...

2023-09-28 ‧ 由 guancioul 分享
DAY 14

Day 14 初探 Google Calendar API

在前幾天介紹過Notion API後,接著本篇會繼續介紹google calendar API。和Notion API相同,Google Calendar AP...

2023-09-29 ‧ 由 guancioul 分享
DAY 15

Day 15 初探 Google Calendar API vol.2

昨天談到了Calendars和Calendarlist這兩個API,本篇會繼續昨天的主題,將這兩個API進行功能的比較。順帶一提,在使用這些API之前,我們必須...

2023-09-30 ‧ 由 guancioul 分享
DAY 16

Day 16 初探 Google Calendar API vol.3

Day14有提到說Google Calendar API主要有五個常用的項目清單,前面幾天介紹了3個,這邊先把後面兩個講完,再開始講Code相關的內容: Set...

2023-10-01 ‧ 由 guancioul 分享
DAY 17

Day 17 Google Calendar API認證

今天在研究要怎麼通過Google Calendar API的認證,這邊記錄一下遇到的問題。 建立存取憑證 建立存取憑證  |  Google Workspace...

2023-10-02 ‧ 由 guancioul 分享
DAY 18

Day 18 Google Calendar API認證 (debug)

今天稍微說一下昨天遇到問題的解法 Google Cloud Activate Google Calendar API 首先要到Google Cloud新增專案...

2023-10-03 ‧ 由 guancioul 分享
DAY 19

Day 19 Google Calendar API in Go

Introduction 今天稍微提一下golang google calendar套件 calendar package - google.golang.or...

2023-10-04 ‧ 由 guancioul 分享
DAY 20

Day 20 Google Calendar API in Go vol.2

今天來講一下要怎麼把昨天說到的內容實作到之前的專案中。 main.go 首先先打開main.go,在裡面把路徑加上去 package main import...

2023-10-05 ‧ 由 guancioul 分享