I want to show Calendar and including event, the event already exists from API. I searching plugin fit to my case and I found Table Calendar Plugin.
I hope anyone can give me an answer on how to show _events to my API. Thank you. And this is the example value from my API
result I want form the api :
enter image description here
Related
I want to show a carousel with a list of of basic cards (https://developers.google.com/actions/assistant/responses#basic_card) in google actions conversation response. I looked at the rich response(https://developers.google.com/actions/assistant/responses#rich-responses) and it allows only one basic card in it.
The reason I want to use basic card instead of carousel of option is simple. When I click on the carousel option it proceeds to next conversation, but with basic card I will be redirected to the external link, which is what I needed.
I'm using the code below to display a list of items(options) in carousel for a chat response currently. Any suggestions and help appreciated
let carousel = app.buildCarousel()
// carousel.addSimpleResponse();
products_raw.forEach(function(item){
console.log(item);
carousel.addItems(
app.buildOptionItem(item.title,)
.setTitle(item.title)
.setDescription(`Price: ${item.price}`)
// .addButton('know more', item.url)
.setImage(item.image, item.title)
// .setImageDisplay('CROPPED')
)
});
app.askWithCarousel(answerData.message_text, carousel)
You can make a carrousel or list selector with multiple sites that you want to be able to choose from. Then when a user selects an item, build a basic card with the site you passed from the selector.
You can't. The two are intended to serve different purposes.
Carousel cards are meant to advance the conversation and provide visual information as part of advancing it. It isn't really meant to provide a final result or to produce something that takes you out of the conversation.
The basic card is meant as part of a result that supplements the voice part of the conversation. It can be the "end result" of a conversation, although it doesn't need to be. As such, it makes sense that it allow linking out to a website.
If you have a number of results as part of the conversation, it may be that there is more you need to do to advance the conversation along still.
You can use browsing carousal for your use case, Browsing Carousel
I have been looking on google to find a easy way to convert/export an Facebook event with an URL link to the event to an excel sheet with all the information the event has. Like name of event, start date, end date, location etc but without luck on how it can be done.
Any suggestions on how this can be done?
I wish to develop an application(facebook) which can publish the current actions of user on my website to his timeline.
Currently , I am able to post updates , but they are not dynamic. I mean I am unable to post the exact price and product name as searched by our user.
I will explain a bit through an example pic
I have set two custom properties Product:prodname and Product:price thinking that it will help me in sending the actual product user has searched and the price of the result he had obtained.
Now, I wish the preview to accept 2 variables prodname and price.
Am I on the right path ? Because facebook is not accepting the singular noun I submitted !
Please suggest and comment, if I am unclear in my question !!
I resolved my problem. The mistake I was doing was that I was setting custom properties to the product(object). However, actually, we need to add custom properties to the compare(action) instead. Finally we need to send the value of the custom properties to the open graph. Just concat it with the open graph url.
Here is a pic explaining the same :-
Snapshot of the page defining the object :-
Snapshot of the part defining the object preview:-
and then the final desired result :-
I don't think the Open Graph supports adding custom properties like that.
You should edit the Preview object to fill out the data or using an existing Product object url.
i want to show a jquery popup message after the user creates any record (say Lead ) and lands in the standard lead detail page .... suggestions please ..
also, how to include js files in sidebar component ??
thanks for the responses .
Check out this very helpful post by Tehnrd:
http://www.tehnrd.com/show-and-hide-buttons-on-page-layouts/
He details how to include JavaScript files using the sidebar component in a video.
About your popup, I use ModalPopup : http://www.modalpopups.com/demos/0.2/demo.htm
it's pretty simple to use and there is a lot of example in the doc.
I m working on iOS integration with SalesForce. I stuck in following points.
I m using #"SELECT Contact.FirstName FROM Contact" query for getting all member list. Now i want retrieve profile image and company logo for above FirstName person. How can I get these info. One more thing I m using ZKSForce framework.
Thanks.
#Swap
There is no images as standard fields for the Contact object so I don't know what you thought you were trying to retrieve.
Using the user record you can retrieve the chatter photo of a particular person, but I am not aware of such a feature on contact unless you have added it as a custom field. If you provide some more information I might be able to help further.
Paul
# Swap, they have not implemented any function for retrieving image for any user or company logo.
You can see this link for more information.
They are simply returning this information in loginResult.