Open jacebenson opened 2 years ago
Scope/User Flow As an app developer, when I go to the API page, I should be able to:
Out of scope
cc @parth-appsmith
This will be taken care of by the new designs for #11374
REST 6m usage: 4400 assume 5% requirement: 220
Stat | Values |
---|---|
Reach | 220 |
Effort (months) | < |
REST 6m usage: 4400 assume 5% requirement: 220
Stat | Values |
---|---|
Reach | 220 |
Effort (months) | 1 |
Is there an existing issue for this?
Summary
I was looking at this tool and wanted to read my caldav stuff. I tried both CURL import and REST API imports to get this to work.
I am able to locally pull my calendar propdata with this call;
OR
However, when I try that in appsmith I get an error of
Invalid method in cURL command: PROPFIND.
More Links:
Why should this be worked on?
This would allow folks to integrate with caldav, carddav, and webdav servers. I'm sure there's other odd custom methods outside of these but allowing custom methods could really open this up to allow a lot of other integrations.