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

Parsing additional calendar event section #312

Closed
m1h4 opened this issue Dec 12, 2024 · 5 comments · Fixed by #318
Closed

Parsing additional calendar event section #312

m1h4 opened this issue Dec 12, 2024 · 5 comments · Fixed by #318
Labels
feature New feature or request
Milestone

Comments

@m1h4
Copy link

m1h4 commented Dec 12, 2024

Not sure if this is a Meet-specific format, but Google Calendar events created with a Meet link have a special section in the calendar event description that gives connection information
Screenshot 2024-12-12 at 14 20 45:

the section can be found by looking for:
-::~:~::~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~::~:~::-\n
and ends with another
-::~:~::~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~:~::~:~::-\n

Apple calendar from recent MacOS versions started supporting this syntax and just displays the text inside this section as a separate description section above the regular description:
Screenshot 2024-12-12 at 14 20 59

so note that in the actual ICAL document the regular description precedes this section, in the parsed UI the meeting connection section is placed above the regular description.

Seems like something that should be straightforward to implement and support, would make looking at calendar events with Meet links much nicer!

Maybe even have a Preferences toggle under Appearance for showing/hiding this section.

@pakerwreah
Copy link
Owner

That shouldn't be a problem to implement, but does it make sense?

I think the regular description is more relevant than the connection details, since I'm already showing the link at the very top, which can be opened in the preferred browser.

How many times did you have to dial that phone number to join the meeting? 😅

@pakerwreah
Copy link
Owner

To answer your first question, yes, that seems to be a meeting-specific format, at least I get the same syntax for Zoom.

@pakerwreah pakerwreah added the feature New feature or request label Dec 12, 2024
@m1h4
Copy link
Author

m1h4 commented Dec 12, 2024

That shouldn't be a problem to implement, but does it make sense?

I think the regular description is more relevant than the connection details, since I'm already showing the link at the very top, which can be opened in the preferred browser.

How many times did you have to dial that phone number to join the meeting? 😅

True, I’m actually totally fine with having that filtered out. It’s just that in it’s current form where it’s just left in the description verbatim makes it noisy and visually harder to quickly parse out the actual description from this metadata.

@pakerwreah
Copy link
Owner

I will try to separate it into a nice looking section, but it will probably stay at the bottom.

@pakerwreah pakerwreah added this to the v1.15.0 milestone Dec 14, 2024
@m1h4
Copy link
Author

m1h4 commented Dec 14, 2024

That sounds great, thank you! Looking forward to the update!

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

Successfully merging a pull request may close this issue.

2 participants