0

While developing google calendar add-on, 'My Meetings' is getting displayed in 'Add Conference' dropdown, but icon is not getting displayed.

 "calendar": {
      "conferenceSolution": [{
        "onCreateFunction": "createConference",
        "id": "1",
        "name": "My Meetings",
        "logoUrl": "https://dl.dropboxusercontent.com/s/sgkt743sv30rid1/logo-circuit-100x100.png?dl=0"
      }],

What can be the issue?

enter image description here

Sonal Shah
  • 41
  • 4

1 Answers1

0

The manifest structure has been changed recently

Now, the correct field specification has been modified from

calendar.logoUrl

to

addOns.common.logoUrl.

ziganotschka
  • 25,866
  • 2
  • 16
  • 33
  • I have followed same recent structure..Can you please help me with where should I upload logo for the logoUrl for displaying in add conference dropdown? – Sonal Shah Apr 27 '20 at 12:19
  • I have seen you filed a bug about this issue - you might be right. The third party conference solution has been pushed through recently and there might still be propagation issues. – ziganotschka Apr 27 '20 at 13:09
  • Actually I wanted to know Where should I upload the image in order to see in add conference dropdown..zoom meeting has this kind of logo url, which is working properly. [https://lh3.googleusercontent.com/ugWKRyPiOCwjn5jfaoVgC-O80F3nhKH1dKMGsibXvGV1tc6pGXLOJk9WO7dwhw8-Xl9IwkKZEFDbeMDgnx-kf8YGJZ9uhrJM] How can I get this kind of URL? – Sonal Shah Apr 27 '20 at 13:20
  • In principle you can upload it anywhere, but I tested it and it seems that right now it's not working no matter where you upload the image - so seems to be an issue from Google's side indeed. – ziganotschka Apr 27 '20 at 13:24