Is there a possibility to write to Notion or Google Sheet, e.g create an assistant who manages events in a calendar, can retrieve them from Notion but also add new ones in Notion? Thanks
Hi,
This is currently not possible directly from the Dust UI, but we are considering it.
It’s currently possible using the API, you can find the reference here: 💻 Developer Platform
Hello,
Yes you can write to Notion or Google Sheet (or even play with “Google calendar API”) but you have to make some few developments on Dust apps (and integrate it at right time and right prompt to an assistant ^^).
I explain : to write in a database (like notion or calendar) you have to send precise queries or send a specific schema to automation apps (like zapier) or at least send something to an URL.
So both calendar & Notion are possible.
(You can find documentation from notion API : Update a database)
You can do it from Dust app directly.
Depends what kind of automation you want to do but if you have more informations I can give you how I dealt with the situation.
I have made something really similar with writing in a notion Database and same for google sheets !
Thanks