Access Calendar through Coded UI - coded-ui-tests

For Coded UI, I want to access the Calendar through Hand Coding and Note that Textbox which displays the selected date is not editable manually so Setproperty does not work.
Please Help.

Related

Google calendar like view in sharepoint?

I am building a share point site wherein I am trying to get multiple calenders in a single view. I have been able to overlay/merge calenders but I am unable to make the select/unselect of a calender from a set of merged calenders seamless.
Explaining using the feature from google calender - basically, when using multiple calendars in google calender, the calendars menu is on the left. clicking on each individual calendar will hide the calendar if it is already displayed or show it if it is hidden.
In sharepoint clicking the calendar in overlay view opens that particular calendar. what I want to achieve is a view where all calendars are overlayed and can be shown or hidden by a simple mouse input.
Has anyone done this before? Any pointers? Thanks

Excel VBA internet explorer automation to create a Google Calendar event

I'm trying to automate the process of booking appointments into Google calendar through excel VBA.
I can open internet explorer but I can't get it to click on the (RED) "CREATE" button to allow me to enter my data and variables from excel.
I was trying to use GetElementByID() but couldn't find the ID in the source code.
Hope to hear from someone as this has really stumped me this time and I don't like being beaten by a challenge.
I just figured this out for myself today after two months of trying to figure it out. For some reason, looping through the div elements to find "Create" innerText and then click it doesn't work. However, the item index of the div container is 180 and if you specify that, then you can click it.
So here's the code that will click the "Create" button.
ie.document.getElementsByTagName("div").Item(180).Click

can you show an icon in an xpages iNotes calendar control

I have been trying to get an icon to show in the iNotes calendar control. I set the colEntryIcon to the programatic name of the column in the view. Still no luck. Also I noticed when dissecting the Teamroom template, the Calendar page in that app does not show an icon even though the colEntryIcon is set and it does show an icon in the classic notes view in teamroom. Many thanks for any assistance.
I just gave it a try with the teamroom template:
If I choose one of the "bigger" grids like 2 weeks, or month, icons only show onMouseOver:
If I choose a different calendarType with a smaller grid (week, day, or below, or summarized view) icons show both onMouseOver and in the grid:
Please double-check that the REST service's colEntryIcon property holds the correct programmatic name for your icon column (for a standard mail calendar that would be "$149")!

Javascript Calendar popup from ribbon button

Does anyone have any examples of a calendar popup that can be triggered using a ribbon button on a form?
I'm looking to have a popup where the user can select a date from the calendar which will then pass the value back to the javascript that launched it. I've seen that this can be done from a html popup but my efforts to create this so far haven't really been successful, so was hoping someone could advise me on the best solution.
Thanks
I've managed to find a good calendar that I have used for this solution. It can be found at https://github.com/dbushell/Pikaday
With this I put it into a html popup that had a text box on it (which would store the selected date) and had the javascript on my ribbon button show the popup.
The download includes the js files for the calendar to function and with a little tweaking of these you can make the calendar appear immediately on opening of the popup and not hide when a date is selected. Plus the text box can have its options changed so that it isn't visible to the user.
All put together this creates a rather pleasant looking calendar popup
You can use the date parameter type from html without using javascript
<input type=date >

In CRM 2011, hiding picklist values to other users

Values visible to Owner
Hi I know how to hide the values in textbox as shown above,But no idea how to hide values similarly in the picklist.If anyone have any idea please guide me.
There is no option to "Password hide" the text in a pick list. You do have a couple options though:
Hide the field completely using the CRM setVisible javascript method. Set the code to run on the onload of the form. A slightly more "secure" version of this is to initially mark it as invisible in the CRM Form Editor, then make it visible for the users that need it visible.
Create a new form that doesn't even contain the field for the users that don't need access. This is the most "secure" method, but it requires the security to be role based, and it looks like you need it value based.

Resources