-
Notifications
You must be signed in to change notification settings - Fork 9
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
Feature: reading the URL part of a calendar item #420
Comments
I didn't see anything happening from my events, but it turns out, that is because the URL is saved in the file with a character sequence around it (as I can also recognize in the description above). I don't know if this character sequence is something apple or a proper standard. I guess it is either a matter of this calendar app getting the URL from this sequence and putting it into a new tag or otherwise have Homey manipulate the string to get the URL from the description. |
Hi there. It seems that not all audio/video meeting appointments has a url available in the .ics file. But i can check if it’s doable to extract the url from the |
A |
@runely this worked perfectly with Google meet.
Thanks for taking this up so fast! |
New test version released which find meeting urls from the generic meeting url pattern. Can you please test it out and let me know? 👍 https://homey.app/no-no/app/no.runely.calendar/IcalCalendar/test/ |
with this version I still don't see the url from a zoom-event :( |
Hi. Sorry about that. It should work in the latest test release, 1.13.2: https://homey.app/no-no/app/no.runely.calendar/IcalCalendar/test/ |
Yes its working! |
The release is currently under review by Athom. I'll cose this when the release has been approved |
Release has been approved and can be installed from App Store |
Is your feature request related to a problem? Please describe.
I want Homey to be able to take action based on the URL for an online meeting in a calendar item. For example: using the Homey Desktop Device App to automatically open the URL of the meeting when it starts. I can access the title and description and location of the event, but apparently this value is saved somewhere else, as the flow does work when the URL is in the location field, but not when its converted to a video meeting link.
Describe the solution you'd like
I'd love to have an extra local tag in Homey while using a calendar trigger, containing the URL.
Describe alternatives you've considered
Ofcourse I can put the URL in the description or location, but in that case this won't work when I'm invited by others.
Additional context
I'm using Calendar on MacOS. When I add an URL to an event in the location field, it converts it to a meeting link.
Below is the contents of a video meeting .ics file.
Ofcourse I'm more than happy to help testing/debugging/etc
The text was updated successfully, but these errors were encountered: