Microsoft Graph - Only get new events

Hello, i’m using the Microsoft Graph API to get calendar events, that i save in my database by using the “Bulk Create” api.

Connected to my database i have a “unique id” data field, and i want to ONLY add new calendar events that dont already exist in my database - right now it adds the same over and over again - How should i make a form of conditional to only “bulk create” data with a unique id?

It is not a conditional on the bulk create it is on the API call that you need to figure a way to only return the results that were created after the last result you have in your DB…check api documentation on how to filter/sort for OpenGraph API as well as if they return the created date as a field for you.

Found how in the docs, but no idea how to set up in bubble, without nuking my current APis

duplicate your current API, and in the copy attempt to follow the docs and add the necessary parameters

Yeah, well it works differntly in bubble, than in the docs, which is the reason why i made this post, to see if any1 else has dealt with it

share screen shot of the docs and what you are doing in Bubble that is not working