Open jfoclpf opened 2 years ago
I think this is a bug related with your manifest validator. I just tested on the file you have posted here and I get the same error:
> npx office-addin-manifest validate manifest_test.xml
Validation Information:
Package Type Identified: Package of your add-in was parsed successfully.
Correct Package: Your package matches the submission type.
Valid Manifest Schema: Your manifest does adhere to the current set of XML schema definitions for Add-in manifests.
Manifest Version Correct Structure: The manifest version number has the correct structure for the platform that it supports.
Manifest Version Correct Value: The manifest version number is greater or equal to 1.0.
Manifest ID Valid Prefix: The product ID in the manifest has a valid prefix
- Details: D2490B2A-0CB8-4B4F-AD70-C520AFA6E3FC
Manifest ID Correct Structure: The structure of the product ID is correct.
- Details: D2490B2A-0CB8-4B4F-AD70-C520AFA6E3FC
Desktop Source Location Present: A desktop or default source location URL is found.
Secure Desktop Source Location: The manifest desktop source location URLs use HTTPS.
Supported Office Identified: Supported Office products were successfully determined.
Valid OnlineMeetingCommandSurface ExtensionPoint.: OnlineMeetingCommandSurface ExtensionPoint extracted from manifest is found to be valid.
Minimum Api requirement constraint for VersionOverrides is valid: Minimum Api requirement constraint for VersionOverrides is valid
Acceptance Test Completed: Acceptance test service has finished checking provided add-in.
Error #1:
Missing Support URL: The manifest support URL could not be found.
Error #2:
Mailbox add-in containing ItemSend event is invalid.: Mailbox add-in containing ItemSend event is invalid.
- Details: Mailbox add-in manifest contains ItemSend event in VersionOverrides which is not allowed.
Error #3:
High Resolution Icon Missing: A high resolution icon element was expected, but could not be found. Please see https://aka.ms/oackhighresolutionicon for details.
Error #4:
Manifest Icon Element Missing: An icon element could not be found. Please see https://aka.ms/oackicon for details.
The manifest is not valid.
I'm trying to have an on send handler assigned to a function within an addin for appointments. I strictly follow the manual, but I'm getting an error on the manifest validation
My manifest.xml
What am I missing?