-
Notifications
You must be signed in to change notification settings - Fork 73
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
Comments
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? |
@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. |
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... |
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? |
Indico does not support events without a date/time and doing so would be much more complex. |
Yes, unfortunately. We sometimes set a dummy date, but yes it is more an Indico feature request. |
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.
The text was updated successfully, but these errors were encountered: