[SailfishDevel] Howto access createEvent function in org.nemomobile.calendar ?
Matthias Barmeier
barmeier at barmeier.com
Sun May 11 20:21:52 UTC 2014
Thanks again ! The link is very helpful ! Everything works as now :)
Am 11.05.2014 22:05, schrieb Andrey Kozhevnikov:
> setStartTime
> https://github.com/nemomobile/nemo-qml-plugin-calendar/blob/master/src/calendarevent.h#L104
>
>
> 12.05.2014 01:58, Matthias Barmeier пишет:
>> Hi Andrey,
>>
>> thanks, works perfect :) Do you have another tip for me ?
>> When I ow try to add an event I always get: Error: Cannot assign to
>> read-only property "startTime"
>>
>> Is it possible to enable write-access to this porperty or is there a
>> setter method ?
>>
>> Do you have a hint where I could read about the tricks necessary to
>> manage calendar events ?
>>
>> Ciao
>> Matze
>>
>>
>> Am 11.05.2014 20:38, schrieb Andrey Kozhevnikov:
>>> Calendar is singleton type. You should use it in .js as following:
>>>
>>> .import org.nemomobile.calendar 1.0 as NemoCalendar
>>> var event = NemoCalendar.Calendar.createEvent()
>>>
>>> 12.05.2014 00:21, Matthias Barmeier пишет:
>>>> Hi,
>>>>
>>>> I would like to access the createEvent function from a .js file.
>>>> I tried the following:
>>>>
>>>> --- SNIP
>>>> .import org.nemomobile.calendar 1.0 as Calendar
>>>>
>>>> function addEvent (ocEvent) {
>>>>
>>>> var event = Calendar.createEvent();
>>>> ---
>>>>
>>>> But I only get: Object [object Object] has no method 'createEvent'
>>>>
>>>> What can I do to make it work ?
>>>>
>>>> Ciao
>>>> Matze
>>>>
>>>>
>>>> _______________________________________________
>>>> SailfishOS.org Devel mailing list
>>>
>>> _______________________________________________
>>> SailfishOS.org Devel mailing list
>>
>> _______________________________________________
>> SailfishOS.org Devel mailing list
>
> _______________________________________________
> SailfishOS.org Devel mailing list
More information about the Devel
mailing list