I want user to select more then one date using mat-calendar in angular.
I was going through there documentation but didn't find any api
Is there any way to achieve it.
I saw a method which works with dateCalender but i want to achieve using mat-calender.
Is there any way for it ?
Related
I am in a situation where I need to get all the photos posted to instagram with a particular tag in a specific time period. Basically, I want to show all the images those were posted in between certain time period (Probably dates). But as of now I can't see any option that is being provided in the instagram tags api.
I have tried using the same api to get the photos and loop through it with a condition to check the created_time. But I found that the response is not ordered by created_time. Is there any way I can achieve the same, Any help would be appreciated.
Currently there is no option to do this. Other APIs have max_timestamp and min_timestamp options, but tag media endpoint does not have this option.
I'm trying to implement a calendar which enables multiple selections. So far, I've been using Tapku an I'm able to implement my datasource proper but I can't seem to get the multiple selection going. Would anyone happen to have any suggestions how I could go about doing so?
I understand that Tapku wasn't exactly build to support multiple selections (struggling so much to modify it to allow such)
Thanks so much!!
Currently we're having a request to integrate the Google Form functionality into our system. I'd done some searching on the web, and found that there's no way we can change the post processing of a Google Form unless we do some heavy customization using 3rd party tools.
Thus i have an idea that, when someone fill in the Google Form, he/she will need to fill in a 'user id' in the form. This will be collected as a field in the Google Spreadsheet generated by the form.
In my back end application, i would query the spreadsheet and look for the user id field input by the user. Then i would be able to know whether he/she completed the form or not.
I'm trying to look at the Google Docs API for the spreadsheet and found that there are list-based feed and cell-based feed but i'm not sure which one can achieve what i want to do. Anyone has experience in this can shed a light?
Thank you
Think of a list based feed as being like SQL. You can read rows, insert rows(at the bottom), delete rows and update rows. - you can only store data, not formulas. In contrast, A CELL based feed lets you read and write to cells, any cell, using the cell reference (R1C1 style). CELL FEED give you more control, and includes batch updates.
some sample CELL FEED code is here:
http://code.google.com/p/gdata-java-client/source/browse/trunk/java/sample/spreadsheet/cell/CellDemo.java?r=51
Another option is too use google apps script, this is maybe less work if you just want to extract data. The html service is probably the tool for the job https://developers.google.com/apps-script/html_service - as you can dont need OAuth to do the read.
I'm working on a Google Calendar Gadget and need to load data for the user from a remote server. It's simple stuff, like favorite color, but I need the user's ID. Using makeRequest works in general, but I need to send the account name, or a hash of it, or any sort of identifier to my server so it gets the right data. What's the easiest way to get that info? Currently it asks the user via HTML form, every single time it loads, which is pretty lame.
I've been looking at OAuth stuff, trying examples, and nothing works... I got an OAuth client key but don't know how/where to use it (or if I do use it with a Gadget). I found the Calendar feed/scope URI but I'm not really sure if that's correct to just get a user identifier, maybe I should use accounts. Half the examples are for OAuth 1.0...it's really frustrating.
Does anyone know a way to do this, or a good example/tutorial that explains how, for a Gadget? I think Gadgets are different since they run on Google's servers...but don't really know how this makes them different in this context.
See the answer to this: osapi.people.get() returns 404 in google calendar sidebar gadget. Then associate the google user ID with your internal ID, if different.
I'm trying to display events in calendar generated by calendar_date_select plugin for Rails.
I have Concert model with datetime field date.
Can I somehow throw in #concerts which equals Concert.all to calendar_date_select_tag to display links to make days where concert is clickable?
I would like to stick to this helper cause I would like to use it as a pure date picker in other places of my app, but have no idea how to achieve my goal.
Sorry if this question is lame, I'm very new to magic Rails world.
I don't think the plugin currently allows for this.
You can certainly put in a feature request though - look at the bottom of the page and send an email to the main guy!