Google Meet and Teams Meetings Issue #495
Replies: 2 comments 4 replies
-
|
Maybe this is related to #266 ? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Thank you, it must be. First I thought that I can simply assign the fields that contain the URL to Thanks, |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am not very skilled but I did manage to set up this sync service for a smaller 3rd party calendar. Entries are being copied into my Google Calendar, where I collect the various calendar sources. Works well, thank you.
What does not work: Ig I have a Google Meet entry in the source calendar, it will appear correctly in my destination Google Calendar, BUT it will not contain the URL of the Meeting.
I exported the entry from the source calendar and looked at the ICS file. The URL appears twice
But the synced entry in the target calendar does not contain either! The DESCRIPTION is cut before the URL appears and the X-GOOGLE-CONFERENCE field does not exist at all.
A similar thing happens with some of the Microsoft TEAMS meetings (but not with all):
The export shows that the URL is in
The difference between the two behaviors seem to be: If the URL is at the beginning of the field DESCRIPTION, all is well. If there is a lot of text in that field and the URL comes way down in the text, it does not show in the target calendar.
I don't know what to do, perhaps the fields
X-GOOGLE-CONFERENCE
and
X-MICROSOFT-SKYPETEAMSMEETINGURL
could be added to the synced fields, or the entire DESCRIPTION field would have to be synced.
Or is there any other was to fix this problem?
Thank you for any help,
JT
Beta Was this translation helpful? Give feedback.
All reactions