Read the statement by Michael Teeuw here.
Office365 Calendar issue
-
There is a strange issue with MM 2.13 and Calendar for Office365 users.
I have already applied the calendar fix, but the following;I have placed the calendar.ics file in the config.js as required and it is showing me calendar topics.
The thing is it is only showing recurring calendar topics, it will not show daily calendar topics that are not recurring.Checked the error logs, but nor error as well.
Any idea?
-
@SdR can u add ‘Debug’ to the logLevel list in config.js and run mm again.
It will output to to console if u use npm start or to the logs if you use pm2
-
@sdetweil Yes, I can, but can you provide an example how to do that in the config.js file
-
@sdetweil can you help?
-
@SdR come on,
line in config.js
logLevel: ["INFO", "LOG", "WARN", "ERROR"],
add
"DEBUG"
to that list
-
-
@sdetweil said in Office365 Calendar issue:
@SdR come on,
line in config.js
logLevel: ["INFO", "LOG", "WARN", "ERROR"],
add
"DEBUG"
to that list
I added it in config.js at this location;
*/
var config = {
logLevel: [“INFO”, “LOG”, “WARN”, “ERROR”,“DEBUG”],
address: “localhost”, // Address to listen on, can be:I will send the result in PM, but I don’t see any DEBUG line in pm2.log
-
@SdR that (no debug) means uvare not running the develop branch fixes
-
@sdetweil ok so what do I need to do to provide you the information you need?