mantisbt-plugins / Calendar

Adds the task scheduling function in MantisBT based on the calendar of events with the possibility of one-way synchronization with Google Calendar.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The server denied the request. Error: Invalid code

1800548 opened this issue · comments

Hello, I meet error when I doing step 12 (sync google calendar).
I input: 'http://YOU_DOMAIN_HOSTED_MANTISBT/plugin.php?page=Calendar/user_config_google', but it say can't redirect.

In addition, can Calendar plugins combine with Reminder plugins?
Thank you!
default
u

@1800548 Hello!
In the line with the address you use "http", and Google requires "https".

In addition, can Calendar plugins combine with Reminder plugins?

Unfortunately not. In any case, this functionality will have to be implemented together with the developer of the Reminder-plugin.

@brlumen
Thank you for your reply!

I try to redirect the address from "http" to "https" before, but I don't have establish certificate for my mantis website, is this the reason why I can't use it?
Moreover, can you tell me what this URL "https://..../user_config_google" using for ?

BR

@1800548

I try to redirect the address from "http" to "https" before, but I don't have establish certificate for my mantis website, is this the reason why I can't use it?

Yes. Google requires that the link be via https and that the certificate is trusted and not self-signed.

Moreover, can you tell me what this URL "https://..../user_config_google" using for ?

If I understand your question correctly, this link is used to redirect the user from the Google access confirmation page to his calendar, back to the Mantisbt calendar configuration page.
After the user clicks "allow" access to his calendar in Google, Google will redirect the user to the page "https: //..../user_config_google".

@1800548
In addition to the redirect itself, Google returns a unique key identifier, which is later used for authorization in the process of synchronizing calendars. Unfortunately, except from this link it does not get it.

@brlumen

OK!
My question is over,
Thank you for your patience in answering my question!

It's my pleasure!