Hi! I usually make use of a bunch of apps (both web and android) that give me dates for several events, like health revisions, vehicle inspections, etc and are able to export this with ics files. They are single events ics files, not complete calendars. Is there a way to import this files in a selected calendar with infcloud?
Thanks.
Hi mgarridof,
InfCloud is a JavaScript GUI for a CalDAV/CardDAV protocol/server, it does not support importing ICS files. Usually you can import these files directly into your CalDAV server, or you can write a simple "curl script" and use HTTP PUT to import your events directly into CalDAV server.
Cheers,
JM
On 12. 2. 2023, at 18:21, mgarridof--- via Inf-IT DAV Clients davclients@lists.inf-it.com wrote:
Hi! I usually make use of a bunch of apps (both web and android) that give me dates for several events, like health revisions, vehicle inspections, etc and are able to export this with ics files. They are single events ics files, not complete calendars. Is there a way to import this files in a selected calendar with infcloud?
Thanks.
I wrote a few patches for uploading and downloading .ics files. I have them in the commit history at https://bgstack15.ddns.net/cgit/radicaleinfcloud/log/?h=stackrpms.
So far I've noticed that if an .ics file I wish to import (by dragging onto the "import" button of the new-event dialog, not documented properly iirc) does not contain a UUID, the upload silently fails and I have to check the backend server logs to see why it didn't like the event.
B. Stack
btw, where is the import button you mentioned?. I didn't see anything like that in infcloud
I added it, probably spread across multiple of those commits. The best thing to do would be to just check out the repository and diff the stackrpms branch with master branch to find the differences.
B.
On Wed, Mar 1, 2023 at 8:56 AM mgarridof--- via Inf-IT DAV Clients davclients@lists.inf-it.com wrote:
btw, where is the import button you mentioned?. I didn't see anything like that in infcloud