In computing, an event is an action that is usually initiated outside the scope of a program and that is handled by a piece of code inside the program.
1
vote
2answers
31 views
simple way to run code after solution deployment
Is there a simple way to run code after solution install and before solution uninstall ?
I know I can do that with feature but I don't want to use it.
0
votes
2answers
148 views
Switch off web part's events
I'm brand new to Sharepoint.
How can I switch off web part's events like click and mouseover over title?
1
vote
1answer
52 views
Webpart updating event
is their a way to listen if a webpart has been updated. like a event reciver.
i could not find anything about it, perhaps if i added a itemupdated event, for pages that have been edited when the ...
0
votes
1answer
22 views
Created Outlook event timespans differs in SharePoint calendar
i have the following Problem.
When I create an Outlook Event and Sync it to the SharePoint calendar the Event Times differs.
For Example.
When I create a Event from 8-10 o clock. The SharePoint ...
0
votes
1answer
94 views
EventReceivers not firing at all (SharePoint 2010)
I wrote some code to do some things before and after an item is added to some lists. The solution is sandboxed.
I have checked and confirmed, through power shell, that the event receivers are bound ...
0
votes
1answer
204 views
Weekly events are not displayed in the Calendar, but daily OK
I have some Javascript code, that adds events to the Calendar list using Client OM.
If a daily event is added, everything is OK.
But there're some problems with Weekly events. The event is ...
1
vote
0answers
76 views
How do you Import a list item from a .cmp file using powershell?
I have implemented the code located at this link to export and import a list to a cmp file using powershell and the SPDeployment functions. While trying to better understand this code I came to the ...
1
vote
0answers
15 views
change one of reccuring event from workflow
We need create a workflow which change for example category column(work-->done) When We create in Sharepoint Designer workflow with action update list item, this action change all series, however in ...
0
votes
0answers
18 views
Gantt view and javascript events
I'm displaying a gantt view in a page in like this
<Module Name="DefaultBlank" Url="" Path="">
<File Path="EmployeeWorkspacePages\default.aspx" Url="default.aspx" >
<View ...
