I am trying to connect with calendar by following url
I am using this script https://github.com/jasonjoh/php-calendar
When I hit connect to my calendar then I want to redirect on:
localhost/php-calendar/o365/authorize.php
But it gives me the following url after redirect:
localhost//php-calendar/error.php?errorMsg=Error+adding+event+to+calendar%3A+Request+returned+HTTP+error+403
How do I get rid of this error?