I have created add-ins for Outlook and Notes and I am curious if similar functionality exists for IBM Verse. Ideally I would be able to interact with the Verse calendar. I've seen a Chrome extension Chorus, but that is it.
Has anyone had any experience with it or know where I could possibly could find information on it?
Related
I am in search of tracking my app, that how many user visited on specific dates and which functions they are mostly visiting.
Some of fellow told me that go with WooCommerce. I'am exploring its docs WooCommer Docs for integration but I'm not able to find anyway in which integration with iOS(Objective-c) mentioned in Doc. So I have few questions.
Is this the right thing which I am looking for my desired
requirement?
I think this is mostly use for themes like I fount This
App which more likely for themes instead of tracking app.
Looking for help for initiating my task.
As I am new to iOS(Swift),I don't know whether we can display and use SharePoint calendar in iOS or not .
If we can, then please tell me the way to display and to access its events.
Thank You in advance.
This is topic has been here for awhile.
http://community.office365.com/en-us/f/154/t/12219.aspx
https://sharepoint.stackexchange.com/questions/38782/sharepoint-calendar-sharing-on-iphone-and-ipad
Basically, there is no native approach to achieve this requirement, what Microsoft suggest is to use RSS. Also there are some third party solutions that with allow you to achieve this. However if you like to get your hands dirty and do it by yourself, there are some programmatic workarounds.
The one that I prefer because I know it works, is to use an Exchange Calendar, an iOS calendar can be connected to an Exchange Calendar.
Furthermore if you don't have a real dependency on your current SharePoint Calendar, you could simply migrate it to an Exchange Calendar, SharePoint is able to display Exchange Calendars natively, by doing this you will be able to access your calendar from SharePoint and iOS.
But lets say that you must preserve your current SharePoint Calendar and you cannot migrate it to Exchange, in this case you can sync your SharePoint Calendar with an Exchange Calendar programmatically, by using a SharePoint Event Receiver you can ensure that all your events will be replicated in your Exchange Calendar, you can use Exchange Object Model within your SharePoint Event Receiver code.
As you can imagine an Event Receiver is not the only alternative, there are other ways to achieve this by using different programmatic approaches, but you will need to invest some time to research this.
I am sure you guys have heard about Mozilla Firefox's LightBeam technology which graphically shows you the third party websites connected to your website. I would like to do something similar to that. Is there an API that I could use? Has anyone of you familiar with such an API?
Also, if there is something similar to Lightbeam that anyone of you might be using, then I'll appreciate if you can let me know.
Thanks.
Lightbeam (formerly Collusion) is an Add-on SDK extension, written in Javascript. I don't think it offers an official API you could interact with, and uses itself only APIs Firefox/Gecko provides plus some third party JS libraries such as d3.
But it is open source, so you're free to study the code, make pull requests and borrow stuff for your own projects.
Trying to set up an at-the-door ticketing solution for an upcoming makerfaire. We're contractually obligated to use eventbrite, but really don't want to use their ipad app so I'd like to programatically add an at-the-door cash ticket but don't see how to do that.
Anyone have ideas?
thanks!
--Derek
Currently, this use-case is not available via the API.
You can manually add attendees using Eventbrite's web-based interface.
If you really needed to automate that process, you could try scripting something with selenium / webdriver.
does anybody know, where I can find the Google Calendars Event-GUI?
I'm building an social networking site, which relies on google calendar.
For adding and changing events, I want to use googles GUI (i dont want to code this myself if there is a partial/control already existing).
Does anybody know where I can find this?
Checkout http://code.google.com/apis/calendar/ it's the full API documentation from Google. If what you want to do is supported, it's almost certainly written about here somewhere.
If you take a look at the docs page, there is a "Calendar Tools" section on the left hand side bar that has the tools available, including gadgets and an embeddable calendar.
If you want to code something yourself you'll probably want to look at retrieving events, updating events and creating events.
This article may also be helpful to you. http://www.google.com/googlecalendar/event_publisher_guide.html#site
Although that is to embed just your calendar.