I'm having problems with the cron job to refresh data from Google calendars. I've tried running:
with every possible value of icsid. I removed the redirect to /dev/null but there is no output anyway, even without the -s silent option for curl. I don't see any sign of errors either. Updating the calendar manually from the Joomla admin interface works correctly, but nothing at all seems to happen via the icals.reload task. Is there anything I can do?
/usr/bin/curl -s "https://kms.bsr.cloud/index.php?option=com_jevents&icsid=4&task=icals.reload"
with every possible value of icsid. I removed the redirect to /dev/null but there is no output anyway, even without the -s silent option for curl. I don't see any sign of errors either. Updating the calendar manually from the Joomla admin interface works correctly, but nothing at all seems to happen via the icals.reload task. Is there anything I can do?