I installed my october cms in a subfolder www.url.com/octobercms the events however are tried to get from www.url.com instead of the sub directory:
http://localhost/api/christophheich/calendar/feed/null?start=2019-07-28&end=2019-09-08&_=1565621815162 should be: http://localhost/octobercms/api/christophheich/calendar/feed/null?start=2019-07-28&end=2019-09-08&_=1565621815162
For now please navigate into the folder of the plugin: Calendar -> components -> calendar and open the file "default.htm" change there the path to fit your subfolder.
url: document.location.origin + '/api/christophheich/calendar/feed/{{ SELF.property("limit") }}',
to
url: document.location.origin + '/octobercms/api/christophheich/calendar/feed/{{ SELF.property("limit") }}',
I will change this and fix this, there will be a new update soon.
Regards
Last updated
1-4 of 4