-
-
Notifications
You must be signed in to change notification settings - Fork 58
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
Comments
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? 😅 |
To answer your first question, yes, that seems to be a meeting-specific format, at least I get the same syntax for Zoom. |
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. |
I will try to separate it into a nice looking section, but it will probably stay at the bottom. |
That sounds great, thank you! Looking forward to the update! |
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
:
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:
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.
The text was updated successfully, but these errors were encountered: