I have used Curl to retrieve an ical file using the following:-
curl -o cal.ics -u userasswd http://server/servlet/webdav.ical
What is the curl command to put the ical file back to OX. Trying to use the PUT method results in an error.
curl -o cal.ics -u userasswd http://server/servlet/webdav.ical
What is the curl command to put the ical file back to OX. Trying to use the PUT method results in an error.