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

Event.ics returning RSVP from participants #6315

Open
pierrebarroca opened this issue Apr 25, 2024 · 0 comments
Open

Event.ics returning RSVP from participants #6315

pierrebarroca opened this issue Apr 25, 2024 · 0 comments

Comments

@pierrebarroca
Copy link

Once created an Indico Event, I would like having the option of tracking every of every participant status via rsvp and have it synced seamlessly on my cern email/calendar

The current ics calendar that is sent to participants only includes:
ORGANIZER;CN=Indico:mailto:noreply-indico-team@cern.ch

There should be a way to add in this ICS myself as organizer and every attendee with a RSVP. Something like:
ORGANIZER;CN=Pierre Barroca;PARTSTAT=NEEDS-ACTION;CUTYPE=INDIVIDUAL:mailto:
pierre.barroca@cern.ch
ATTENDEE;RSVP=TRUE;CN=[name of attendee];PARTSTAT=NEEDS-ACTION;CUTYPE=INDIVIDUA
L;ROLE=REQ-PARTICIPANT:mailto:[email of attendee]

I somehow managed to make it work by editing the ics created/sent by indico as shown above and sending the ics file to a dummy email..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant