Comments oitodoonze started the conversationMarch 20, 2019 at 12:47pmI created a cronjob from a url google calendar. I waited a day but it looks like not working. Please help. 877Zhivko repliedMarch 22, 2019 at 2:30pmHi,In your Wordpress wp-config.php file set WP_DEBUG and WP_DEBUG_LOG to true. Documentation about debugging can be found here. Then go to Dashboard -> Plugins and de-activate and re-activate the calendar. This should trigger the cron job to run. Next, check your error_log file for errors related to the calendar. Search for lines containing STEC LOG::. The error_log file by default should be in your /wp-content/ folder. Stachethemes Developeroitodoonze repliedMarch 22, 2019 at 3:14pmI did these steps. The error log files contains this: [22-Mar-2019 15:07:56 UTC] STEC LOG :: Started remind job [22-Mar-2019 15:07:56 UTC] STEC LOG :: Completed remind job [22-Mar-2019 15:07:56 UTC] STEC LOG :: Started import job [22-Mar-2019 15:07:56 UTC] STEC LOG :: Completed import job [22-Mar-2019 15:07:56 UTC] STEC LOG :: Started import job [22-Mar-2019 15:07:56 UTC] STEC LOG :: Completed import job [22-Mar-2019 15:07:56 UTC] STEC LOG :: Started import job [22-Mar-2019 15:07:56 UTC] STEC LOG :: Import job importing https://calendar.google.com/calendar/embed?src=agenda.leiria.fatima%40gmail.com&ctz=Europe%2FLisbon to calendar 8929 [22-Mar-2019 15:07:56 UTC] STEC LOG :: Import job https://calendar.google.com/calendar/embed?src=agenda.leiria.fatima%40gmail.com&ctz=Europe%2FLisbon imported [22-Mar-2019 15:07:56 UTC] STEC LOG :: The result was: object(stdClass)#7797 (3) { ["deleted_count"]=> int(0) ["overwritten_count"]=> int(0) ["imported_count"]=> int(0) } [22-Mar-2019 15:07:56 UTC] STEC LOG :: Import job importing https://calendar.google.com/calendar/embed?src=4ja1k5gm7dhuj3e4s9ofin4uk0%40group.calendar.google.com&ctz=Europe%2FLisbon to calendar 13301 [22-Mar-2019 15:07:56 UTC] STEC LOG :: Import job https://calendar.google.com/calendar/embed?src=4ja1k5gm7dhuj3e4s9ofin4uk0%40group.calendar.google.com&ctz=Europe%2FLisbon imported [22-Mar-2019 15:07:56 UTC] STEC LOG :: The result was: object(stdClass)#7795 (3) { ["deleted_count"]=> int(0) ["overwritten_count"]=> int(0) ["imported_count"]=> int(0) } [22-Mar-2019 15:07:56 UTC] STEC LOG :: Import job importing https://calendar.google.com/calendar/embed?src=puagmjvggah4b5heldl4c9ngag%40group.calendar.google.com&ctz=Europe%2FLisbon to calendar 13278 [22-Mar-2019 15:07:56 UTC] STEC LOG :: The result was: bool(false) [22-Mar-2019 15:07:56 UTC] STEC LOG :: Completed import joboitodoonze repliedMarch 25, 2019 at 9:52amStill not working... 877Zhivko repliedMarch 25, 2019 at 4:27pmhttps://calendar.google.com/calendar/embed?src=agenda.leiria.fatima%40gmail.com&ctz=Europe%2FLisbonThis url does not contain ICS formatted content. Stachethemes Developer1 Likeoitodoonze repliedMarch 26, 2019 at 1:23pmThanks for everything. Now, it works. Sign in to reply ...
I created a cronjob from a url google calendar. I waited a day but it looks like not working. Please help.
Hi,
In your Wordpress wp-config.php file set WP_DEBUG and WP_DEBUG_LOG to true. Documentation about debugging can be found here.
Then go to Dashboard -> Plugins and de-activate and re-activate the calendar. This should trigger the cron job to run.
Next, check your error_log file for errors related to the calendar. Search for lines containing STEC LOG::.
The error_log file by default should be in your /wp-content/ folder.
Stachethemes Developer
I did these steps. The error log files contains this:
Still not working...
https://calendar.google.com/calendar/embed?src=agenda.leiria.fatima%40gmail.com&ctz=Europe%2FLisbon
This url does not contain ICS formatted content.
Stachethemes Developer
Thanks for everything. Now, it works.