Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integration with Indico #128

Closed
pferreir opened this issue Oct 23, 2019 · 6 comments · Fixed by #243
Closed

Integration with Indico #128

pferreir opened this issue Oct 23, 2019 · 6 comments · Fixed by #243
Assignees
Labels
enhancement New feature or request sprint-sep-2020

Comments

@pferreir
Copy link
Member

This can only be done once we have an endpoint on the Indico side that can receive the data and forward the user to the event creation dialog.

@pferreir pferreir added the enhancement New feature or request label Oct 23, 2019
@ThiefMaster
Copy link
Member

Including a list of participants is rather tricky: newdle uses just a "name" and the email is not available for anyone who wasn't logged in. But in Indico participants always need a first name, last name and email.

Maybe we could just pre-populate the event creation dialog with the date and time?

@adl1995
Copy link
Contributor

adl1995 commented Sep 15, 2020

@ThiefMaster - So for this task we need to somehow export the event from Newdle to Indico? Is the endpoint @pferreir referring to now available, or does it need to be implemented first? I could only find the endpoint for fetching an event: https://docs.getindico.io/en/stable/http_api/exporters/event/

Also, for the first name, last name and email requirement on Indico, I guess we can just prompt the user to add additional details if they want to export it to Indico.

@ThiefMaster
Copy link
Member

No, we do not have anything on the Indico side yet - I would probably keep this issue for later and try to find something else first...

@prolineserver
Copy link

Wouldn't the other way around make more sense: You set up a meeting in Indico without fixed date yet, and instead refer to a newdle poll?

@ThiefMaster
Copy link
Member

Indico does not support events without a date/time and doing so would be much more complex.

@prolineserver
Copy link

Yes, unfortunately. We sometimes set a dummy date, but yes it is more an Indico feature request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request sprint-sep-2020
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants