Is it possible to link a to do list created on bubble to Apple Calendar or Outlook Calendar?

I have created a to do list with tasks: title, deadline, priority level and completed (yes/no).

I want to link the deadline from the task created on my web app to my outlook or Apple calendar so I can get notified

Is this possible ?

1 Like

Yes, it is possible, its depend on your scenario,

You do need to get use permission to link the to dos into its apple or outlook or google calendar. once you have that permission use a API call to create the same todo into the calendar . that set

Almost every case, you need to create an app into that platform, and using that app you need to ask user to give you permission, when user approve it you get a token, using that tokan you can make api call behalf of that user and create these things.

In the case of microsoft:

Get user permission: Get access on behalf of a user - Microsoft Graph | Microsoft Learn
Set even on user behalf: Create or set an event as an online meeting in an Outlook calendar - Microsoft Graph | Microsoft Learn

This topic was automatically closed after 70 days. New replies are no longer allowed.