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

Teams, Zoom, Google Classroom Online meeting links #3347

Open
hoangdat opened this issue Dec 13, 2024 · 3 comments
Open

Teams, Zoom, Google Classroom Online meeting links #3347

hoangdat opened this issue Dec 13, 2024 · 3 comments
Assignees
Labels
bug Something isn't working Critical customer

Comments

@hoangdat
Copy link
Member

hoangdat commented Dec 13, 2024

Desc:

When a user is invited to join an online meeting, they do not receive the invitation link that allows them to easily click and access the meeting. Instead, the user is required to manually add the invitation link and password to join.

image

  • meeting link is not in good html
{
    "sessionState": "2c9f1b12-b35a-43e6-9af2-0106fb53a943",
    "methodResponses": [
        [
            "CalendarEvent/parse",
            {
                "accountId": "94db052675894262fb8644f9517aaf25e8246c5c2eae08b34da40b748f30ec0b",
                "parsed": {
                    "71c6cd30-b924-11ef-b3d3-277cfcdad3a2_4": [
                        {
                            "uid": "040000008200E00074C5B7101A82E00800000000217BC829314DDB01000000000000000010000000D1A864BBBDEDB14AB118071FC859B1A9",
                            "title": "test body of invitation",
                            "description": "\n\n.........................................................................................................................................\nJoin online meeting<https://join.skype.com/qs7qMduufFjY>\n.........................................................................................................................................\n",
                            "start": "2024-12-13T16:30:00",
                            "end": "2024-12-13T17:00:00",
                            "utcStart": "2024-12-13T09:30:00Z",
                            "utcEnd": "2024-12-13T10:00:00Z",
                            "timeZone": "Asia/Bangkok",
                            "location": "",
                            "method": "REQUEST",
                            "sequence": 0,
                            "priority": 5,
                            "freeBusyStatus": "busy",
                            "status": "confirmed",
                            "privacy": "public",
                            "organizer": {
                                "name": "Dat PHAM",
                                "mailto": "[email protected]"
                            },
                            "participants": [
                                {
                                    "name": "[email protected]",
                                    "mailto": "[email protected]",
                                    "role": "REQ-PARTICIPANT",
                                    "participationStatus": "NEEDS-ACTION",
                                    "expectReply": true
                                },
                                {
                                    "name": "[email protected]",
                                    "mailto": "[email protected]",
                                    "role": "REQ-PARTICIPANT",
                                    "participationStatus": "NEEDS-ACTION",
                                    "expectReply": true
                                },
                                {
                                    "name": "[email protected]",
                                    "mailto": "[email protected]",
                                    "role": "REQ-PARTICIPANT",
                                    "participationStatus": "NEEDS-ACTION",
                                    "expectReply": true
                                },
                                {
                                    "name": "[email protected]",
                                    "mailto": "[email protected]",
                                    "role": "REQ-PARTICIPANT",
                                    "participationStatus": "NEEDS-ACTION",
                                    "expectReply": true
                                }
                            ],
                            "extensionFields": {
                                "X-MICROSOFT-CDO-INTENDEDSTATUS": [
                                    "BUSY"
                                ],
                                "X-MICROSOFT-ONLINEMEETINGEXTERNALLINK": [
                                    "https://join.skype.com/qs7qMduufFjY"
                                ],
                                "X-MICROSOFT-CDO-OWNERAPPTID": [
                                    "2123130913"
                                ],
                                "X-MICROSOFT-ONLINEMEETINGINFORMATION": [
                                    "{\"OnlineMeetingChannelId\":null,\"OnlineMeetingProvider\":2}"
                                ],
                                "X-MICROSOFT-REQUESTEDATTENDANCEMODE": [
                                    "DEFAULT"
                                ],
                                "X-MICROSOFT-CDO-APPT-SEQUENCE": [
                                    "0"
                                ],
                                "X-MICROSOFT-CDO-BUSYSTATUS": [
                                    "TENTATIVE"
                                ],
                                "X-MICROSOFT-LOCATIONS": [
                                    "[]"
                                ],
                                "X-MICROSOFT-CDO-IMPORTANCE": [
                                    "1"
                                ],
                                "X-MICROSOFT-CDO-ALLDAYEVENT": [
                                    "FALSE"
                                ],
                                "X-MICROSOFT-CDO-INSTTYPE": [
                                    "0"
                                ],
                                "X-MICROSOFT-ISRESPONSEREQUESTED": [
                                    "TRUE"
                                ],
                                "X-MICROSOFT-DONOTFORWARDMEETING": [
                                    "FALSE"
                                ],
                                "X-MICROSOFT-DISALLOW-COUNTER": [
                                    "FALSE"
                                ]
                            },
                            "recurrenceRules": [],
                            "excludedRecurrenceRules": []
                        }
                    ]
                }
            },
            "c0"
        ]
    ]
}
  • body of blue bar must support html
@hoangdat hoangdat added bug Something isn't working Critical customer labels Dec 13, 2024
@hoangdat
Copy link
Member Author

image

@hoangdat
Copy link
Member Author

image

@hoangdat
Copy link
Member Author

hoangdat commented Dec 13, 2024

  • parsing https tag

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Critical customer
Projects
None yet
Development

No branches or pull requests

2 participants