Add event to calendar - calendar

Is it possible to add an event (with the users permission) to Wp7's calendar from an app? (on Mango)

Currently there is no method to add an event to a calendar.

Related

Is there any way to trigger delete event from outlook web add-ins

I want to delete the current outlook web event from custom add-in created using task pane. Is there any way to capture the delete event of item from custom button click inside task pane. Please see the below screenshot for the same.
Screenshot

AngularJS calendar - navigation buttons events

I use the AngularJS calendar in my application. My question now would be, if there is a possibility with AngularJS to get the click event of button "today" and the buttons previous and next? The reason is that I will have my own buttons to navigate through the calendar.
AngularJS calendar
I would recommend you to use this plug for your comfortability
https://mattlewis92.github.io/angular-bootstrap-calendar/#?example=kitchen-sink
which by default have previous next and today button

Is there a direct URL to subscribe to an ICS url on Windows Live calendar?

I'm looking for an URL similar to Google Calendar's http://www.google.com/calendar/render?cid=ICS_URL for Windows Live. The url links to the calendar web app and shows a popup whether the user wants to subscribe to the external ICS. I would like to open this URL from an app to guide the user towards subscription. Any help?
Thanks.
It is possible to subscribe to Hotmail/Outlook/Windows live calendar.
1) Login to your Microsoft account.
2) Go to the outlook menu bar and click the top left icon
3) Click the calendar from the dropdown
4) Then click the import button that appears on the top.
From this final screen you can both subscribe ICS files or import to a calendar.
To Subscribe
i) To subscribe click on the menu item on the left-hand-side.
ii) Lastly on the right-hand-side fill out both the calendar URL and a unique name for the calendar. Hit subscribe to add the calendar, a color and charm can also be added.
To Import
a) Click on the menu item on the left-hand-side.
b) On the right hand-side choose from the drop down to add events to a new calendar or an existing calendar. Hit import to add the calendar.

Native calendar event handling

Can I open my custom developed form [instead of native one] when user opens any pre-created appointment/event from calendar view ?
Can this be achieved ? if yes, how ?
Thanks in advance.
As far as I can tell, there is no way to get that particular type of notification from the calendar. You can use a PIMListListener to be notified of when an appointment/event is added, removed, or updated, but not when it is opened. Once it is in the calendar, then calendar handles the UI for it.

Silverlight webbrowser control

Is there a way to fire an event when the user clicks on link on a web page. I looked at all the events available for the webbrowser control and the only one I saw was the LoadCompleted event. But this event fires after a page has been loaded. I need to fire an event right before a page is loaded.
Without some co-operating javascript in the web page there is no way to acheive this.
If the web page(s) being displayed are something you control you can add some javascript to the page like this:-
window.external.notify("Page is doing xyz");
you can then use the controls ScriptNotify event to retrieve the string sent by the notify.
You could add such script in the web page onunload event or the onclick event of an anchor, etc.

Resources