iT邦幫忙

鐵人檔案

2023 iThome 鐵人賽
回列表
SideProject30

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

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

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

Day 21 Notion API & Google Calendar API Integration

今天先來講一下API整合的部分 Architecture 下面有簡單畫的架構圖 以前使用heroku好像不用錢,但現在要綁信用卡了QQ 既然都要綁卡,倒不如用...

2023-10-06 ‧ 由 guancioul 分享
DAY 22

Day 22 Notion API & Google Calendar API Integration - Create Notion Database

現在就一隻一隻API在做,這邊就順便紀錄 今天處理的事Create Notion Database,這隻之前已經有講過了,但這次把內容修改了一下 先上API s...

2023-10-07 ‧ 由 guancioul 分享
DAY 23

Day 23 Notion API & Google Calendar API Integration - Query Notion Database

今天來講Query Notion Database 一樣先上spec /notion/queryNotionDatabase/{databaseId}:...

2023-10-08 ‧ 由 guancioul 分享
DAY 24

Day 24 Notion API & Google Calendar API Integration - Refactor Architecture and Spec

在把AWS創建起來之後發現了一些事情,所以今天要先來改一下Structrue跟Spec,希望之後不要再改了🥲 Architecture 今天發現的事情就是EC2...

2023-10-09 ‧ 由 guancioul 分享
DAY 25

Day 25 Notion API & Google Calendar API Integration - Create Notion Page

一樣先上spec /notion/createNotionDBPage/{databaseId}: post: summary: Creat...

2023-10-10 ‧ 由 guancioul 分享
DAY 26

Day 26 Notion API & Google Calendar API Integration - Google Calendar List Refactor

照慣例,先上spec /googleCalendar/getGoogleCalendarEventList/{calendarId}: get:...

2023-10-11 ‧ 由 guancioul 分享
DAY 27

Day 27 Notion API & Google Calendar API Integration - Sync Google Calendar to Notion

今天小改了一下code,最近上班比較忙,但這幾天還是會盡量趕一下進度 main.go func main() { r := gin.Default() c...

2023-10-12 ‧ 由 guancioul 分享
DAY 28

Day 28 Notion API & Google Calendar API Integration - Sync Google Calendar to Notion vol.2

今天下班後原本要回家寫IT鐵人賽,結果出了小車禍,今天先po文等等補上內容。 10/14 00:25 update package controller i...

2023-10-13 ‧ 由 guancioul 分享
DAY 29

Day 29 Notion API & Google Calendar API Integration - Sync Google Calendar to Notion Vol.3

好了,今天是第29天了,結果還是沒時間把code架到aws上面 但至少有把我當初的目標呈現出來了,只差自動化了 Modify Sync Code sync.go...

2023-10-14 ‧ 由 guancioul 分享
DAY 30

Day 30 完賽心得

這邊應該算是快完賽心得,因為離當初設定的目標要自動化處理行事曆同步還差一步,就是把code架上雲端 但還是利用這30天把這隻code從Survey到完成一部分功...

2023-10-15 ‧ 由 guancioul 分享