Tagged Questions
0
votes
0answers
9 views
On Dayrender in ASP Calendar I Creating LinkButton and Button
On Day_Render in ASP Calendar I creating LinkButton and Button, by this code:
e.Cell.Controls.Add(new LiteralControl(("Suma = " + sumaProcentow.ToString() + "/8" + "<br ...
0
votes
1answer
72 views
How should I use sharepoint for facility booking?
Our company use sharepoint 2010, we would like to use sharepoint for facility booking, following are some basic requirements:
1.Users can submit application form( including who submit, where they ...
0
votes
2answers
314 views
How to get a list of events from a Sharepoint calendar that are 1 day from now?
I've been trying to get all events that are today as a test, I haven't been able to do that either. So far I've set an event for today (an all day event so times don't matter) and executed this query:
...
0
votes
1answer
37 views
I have got a two CAML Queryies. How Could I done to see them in 3 montths from today
I have got a two CAML Queries. How Could i set them to see all object on ASP Calendar 3 months from today day? Here are the Queries:
string DateOnlyQuery = "<Where><Eq><FieldRef ...
2
votes
1answer
354 views
How to add a registration button to a calendar list / list form?
my use case is: I want to create an event management system without using meeting workspaces (sadly I/We can't use them, at least the senior dev. told me). There shall be:
One Calendar List, ...
0
votes
2answers
490 views
I need to create a custom calendar in sharepoint2010 for scheduling Appointments for a Marketing Firm
I need to create a custom calendar in sharepoint2010 for scheduling Appointments for a Marketing Firm, but I'm still unexperienced on SharePoint development.
For my requirement be able to add date ...
0
votes
0answers
81 views
SharePoint calendar display BCS data
I'm trying to aggregate multiple datasources and display the data in a single SharePoint Calendar.
The datasources are all fed from BCS, coming from a variety of systems. I have the BCS models / ...
0
votes
0answers
92 views
Calendar views visual studio
Hi has anyone managed to create a custom calender view using the list definition schema ?
i read through this link
http://msdn.microsoft.com/en-us/library/ms438338.aspx
it wasn't very helpful
1
vote
1answer
207 views
Create a new column in a calendar programatically
When a new item is added to the event list, I would like to:
Verify if the new column already exists
If not create a new hyperlink column.
I am not sure how to do this by code using SharePoint ...
2
votes
1answer
221 views
Remove the fRecurrence field from the built in Event
I've made a custom Event type and am trying to figure out how to remove the Recurrence field from the build in SharePoint Event.
Here's my code, which doesn't seem to work :(
<?xml version="1.0" ...