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

Is it possible to get the event guests too? #99

Closed
andrecarlucci opened this issue Jan 8, 2024 · 8 comments · Fixed by #101
Closed

Is it possible to get the event guests too? #99

andrecarlucci opened this issue Jan 8, 2024 · 8 comments · Fixed by #101
Assignees
Labels
enhancement New feature or request

Comments

@andrecarlucci
Copy link

Hi, thanks for this amazing plugin.
Is it possible to show the guest list with their responses (accepted or not) under every event?
Tks!

@andrecarlucci andrecarlucci changed the title Is it possible to get the invitees of the event too? Is it possible to get the event guests too? Jan 8, 2024
@muness
Copy link
Member

muness commented Jan 8, 2024

Related to #19 .

@muness muness added the enhancement New feature or request label Jan 8, 2024
@muness
Copy link
Member

muness commented Jan 8, 2024

I've poked at this before and it should be doable, yes. I'd punted on it because it was part of #19 which went further but this would be a relatively easy step towards that.

@muness muness self-assigned this Jan 8, 2024
@andrecarlucci
Copy link
Author

Thank you!

@muness
Copy link
Member

muness commented Jan 11, 2024

Shameless plug: Am using another plugin, https://github.com/cloud-atlas-ai/obsidian-client to build this!

image

😀

@muness
Copy link
Member

muness commented Jan 11, 2024

@andrecarlucci - ideas in terms of the participant list formatting?

@muness muness linked a pull request Jan 11, 2024 that will close this issue
@andrecarlucci
Copy link
Author

@muness I'm new to obsidian, but this is the thing I would like to have:

Every day, I open my daily note and get the list of meetings. This part works really well (thanks!) and I formatted the list to use proper Headings so I can reference that section elsewhere.

I have one note that represents a Person. All sorts of information there.

In every meeting, I interact with other people. From the meeting guests, I would like to create a subheading for each person, linking it with their Personal Note (a note I create for each Person I interact with). Now, there is the challenge of mapping names and emails with the names I use for the personal notes, but that's another thing.

For the feature, wouldn't be better to just have those "models" as a Json structure where Plugin users could template the output the way they want? You document the json structure with the plugin and everything else becomes configuration.

Wdyt?

@muness
Copy link
Member

muness commented Jan 11, 2024

For the feature, wouldn't be better to just have those "models" as a Json structure where Plugin users could template the output the way they want? You document the json structure with the plugin and everything else becomes configuration.

That's exactly how it works. The built-in uses the same object as the community supplied templates and is documented in the IEvent interface.

In the PR implementing the participant list, I added a guest interface and an array of guests to an event: https://github.com/cloud-atlas-ai/obsidian-ics/blob/dad4fc23047faa095bf486ad13f2c7173188ac47/src/IEvent.ts

@andrecarlucci : Any suggestions for the json structure?

@andrecarlucci
Copy link
Author

Nice! I will experiment with it. Thank you!

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

Successfully merging a pull request may close this issue.

2 participants