When I send an appointment (ics file), it shows up correctly in Outlook, gmail but in Office 365, it shows up as an attachment though it shows the option of Add to Calendar but it does not shows the preview neither the RSVP.
Related
I am trying to use Google's People API to pull the date of my last interaction (either email or calendar invite) with all my contacts. Basically whatever is in the red box in the screenshot below.
Google Contacts screenshot
I doesn't seem to be something that can be access via the People API, but I'd appreciate a confirmation. If anyone has found an alternative to get a similar data point (when was a person last contacted), it would be great !
I've tried pulling all the fields available through the API, or exporting contacts as a CSV, neither returned the date of last interaction.
I already tried asking this in the Microsoft Dynamics forum.
I have deployed the App for Outlook. I have added three custom tables (entities). These now show up in Quick Create and the Regarding lookup.
I have also removed the Contact, Lead, and Account tables. But when I click the Add button, the three options are "Add as Contact" and so on.
When I click on an email that is already saved in Dynamics 365 Sales Enterprise, the Recipient Picker says "Unknown Recipient" (see image below). How can I get the Recipient picker to include the custom tables that I've added?
I've tried refreshing the app, redeploying, and running the App for Outlook checker.
App for Outlook is using Exchange server-side synchronization.
Thanks,
Shane.
As far as I know and I read, you cannot set custom entity for Recepient. It can only be Account, contact or lead. But you can set Regarding for custom entity and track email communication.
I want to get the Bulk Report for "content_owner_estimated_revenue_a1" in Youtube's Reporting API.
I created a report making job with the jobs.create method in the official YouTube APIs Explorer.
https://developers.google.com/youtube/reporting/v1/reference/rest/v1/jobs/create
A few days later, I got the URL of the report with the method jobs.reports.get in the APIs Explorer as well, gave Bearer's access token and issued a get request to the URL to download the CSV.
https://developers.google.com/youtube/reporting/v1/reference/rest/v1/jobs.reports/get
However, I could only get a header of the following format, although it should contain data.
date,channel_id,video_id,claimed_status,uploader_type,country_code,estimated_partner_revenue,estimated_partner_ad_revenue,estimated_partner_ad_auction_revenue,estimated_partner_ad_reserved_revenue,estimated_youtube_ad_revenue,estimated_monetized_playbacks,estimated_playback_based_cpm,ad_impressions,estimated_cpm,estimated_partner_red_revenue,estimated_partner_transaction_revenue
Of course, I got the token with the content owner's account and also entered the ID in onBehalfOfContentOwner and made an API request.
I have also confirmed that the revenue is being generated from the channel analytics page in Youtube Studio.
How can I fix this problem?
Cannot find the API/endpoint to upload a pdf version of a restaurant menu so /page/tabs/menu can display it.
From my googling I cannot find the endpoint to even upload the PDF.
Facebook links:
https://developers.facebook.com/docs/pages/tabs#add
https://developers.facebook.com/docs/graph-api/reference/page/tabs/#Creating - There is a clear message that the page need to have more than 2000 like. But from the FB UI you can add a menu on any page
https://developers.facebook.com/docs/graph-api/reference/page/photos/ - Only support images
I have a problem in sharepoint designer 2013, when I want to use the “send email” action, in select user window. I have two entries for one user! One in this format: “DomainName\Username”, and one of in this format: “i: 0#.w|DomainName\username”.
Only when I select the second format, send email works correctly! Why does this happen?
When you have a pure SharePoint login functionality, your environment uses "Domain/ User name" format to login in to your system.
When you integrate any third party login i.e configure FBA, SharePoint changes the format of AD users to "i: 0#.w|DomainName\username". Even if you remove your FBA, your login users has same identity further.
"i: 0 #." is used to identify the type of claim you have set up in your environment. You can get more information here.