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

[FR] support organizer & attendees fields #627

Open
laur89 opened this issue Apr 13, 2017 · 8 comments
Open

[FR] support organizer & attendees fields #627

laur89 opened this issue Apr 13, 2017 · 8 comments

Comments

@laur89
Copy link

laur89 commented Apr 13, 2017

Would you consider supporting these fields familiar from the ical format?

@WhyNotHugo
Copy link
Member

This is probably related to #580. At least the under-the-hood bits.

@geier
Copy link
Member

geier commented Apr 13, 2017

This really depends on what you want from these. Just showing these is simple, actually sending out invitation is harder, replying to invitations more so and proper RFC 5546 support (see #132) will be a clusterfuck.

This is coming though, the only question is when. Specifying what functionality you expect/want will help me prioritize.

@laur89
Copy link
Author

laur89 commented Apr 14, 2017

I'm personally interested in the showing part, as I use (i)khal only in read-only mode, as another script pulls events from exchange server and adds them into khal.

nitomartinez added a commit to nitomartinez/khal that referenced this issue Jan 3, 2019
@nitomartinez
Copy link
Contributor

This pull request just allow to use the {calendar} format.

nitomartinez added a commit to nitomartinez/khal that referenced this issue Mar 25, 2019
nitomartinez added a commit to nitomartinez/khal that referenced this issue Mar 25, 2019
nitomartinez added a commit to nitomartinez/khal that referenced this issue Mar 25, 2019
@caltuntas
Copy link

caltuntas commented Jul 12, 2022

It would be great to see these fields as read-only at least . I'm using "khal printics" to see the details of an invitation from mutt e-mail client, however these fields are missing if I'm not wrong.

@WhyNotHugo
Copy link
Member

Showing something like this should be easily doable:

Attendees:
- John Smith <[email protected]>
- Sarah Smith <[email protected]>

I think PRs would be welcome. Any comments, @geier ?

@geier
Copy link
Member

geier commented Jul 13, 2022

totally agree, we need this, long term proper support for also answering those requests would still be great, but any step towards that goal is still very welcome.

@BartSte
Copy link

BartSte commented Apr 12, 2023

In the changelog I see that from 0.10.5 it is possible to add attendees using interactive mode. Is there also a way to add them using the cli?

For the project khalorg I work around this issue by first creating a new event (khal new), then find for the newly created event using CalendaCollection.get_event_at and look for a matching summary + end date, so I can add attendees using Event.update_attendees.

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

6 participants