Re: How to access calendar using javascript?

2012-07-02 Thread gaoxiang
On Monday 02 July 2012 09:08:37 Aaron J. Seigo wrote: > On Thursday, June 28, 2012 15:46:09 qasdfgtyuiop wrote: > > I want to let my widget add some events to the calendar. But I can > > not find the api doc, where can I find them? > > you probably want to be adding events into Akonadi. > > the

Re: How to access calendar using javascript?

2012-07-01 Thread gaoxiang
On Thursday 28 June 2012 15:46:09 qasdfgtyuiop wrote: > I want to let my widget add some events to the calendar. But I can > not find the api doc, where can I find them? > I have read these tutorials/documentations but I find nothing helpful: > > http://techbase.kde.org/Development/Tutorials/Plas

Re: Where can I define my widget's preference?

2012-06-28 Thread gaoxiang
On Thursday 28 June 2012 17:49:30 gaoxiang wrote: > I think I'm having trouble with documentions. These documentations gives > little information. I have not find any tutorials or documentations on > where and how my widget's preference should be defined so I have to ask >

Re: Where can I define my widget's preference?

2012-06-28 Thread gaoxiang
On Thursday 28 June 2012 12:38:27 Shaun Reich wrote: Well, what's more important probably, is if this is qml or not. Because that changes some things. Yes, I'm creating a plasma widget with QML___ Plasma-devel mailing list Plasma-devel@kde.org https:/

Where can I define my widget's preference?

2012-06-28 Thread gaoxiang
I think I'm having trouble with documentions. These documentations gives little information. I have not find any tutorials or documentations on where and how my widget's preference should be defined so I have to ask here. Please give some links or hints on how I should do these things. After my

Re: Where I can find api documents of qml?

2012-06-28 Thread gaoxiang
Ok, after I finish my program, I will look at the problem I met and write something On Thursday 28 June 2012 10:09:19 David Edmundson wrote: > On Thu, Jun 28, 2012 at 8:42 AM, qasdfgtyuiop wrote: > > The problem has been solved. Thank you. > > It's not really resolved the original problem of a

Re: Where I can find api documents of qml?

2012-06-27 Thread gaoxiang
On Wednesday 27 June 2012 13:32:53 David Edmundson wrote: > On Wed, Jun 27, 2012 at 1:26 PM, David Edmundson > > wrote: > > On Wed, Jun 27, 2012 at 12:53 PM, qasdfgtyuiop wrote: > >> I want to insert some icon in my qml widget, and using javascript to > >> access calendar. But I can not find t