GCal3 Formal Support

I am please to announce that GCal3 release 3.1 is now available for openluup and available from Alt App Store.
This is now a common code base for vera and openluup and will be kept in sync.

The forum for GCal3 is here: http://forum.micasaverde.com/index.php/board,68.0.html

If you have not installed GCal3 before (or removed a previous version) The plugin will install in bypass mode. When you Arm – it will connect to a test calendar so that you can verify that it is working correctly.

After this you can enter your own CalendarID and Credentials file by following the instructions and documentation posted here: http://forum.micasaverde.com/index.php/topic,49258.0.html?PHPSESSID=fe319nh3olsht801dg3ajb5vq1

##Release Method## Formal releases will be through the mios marketplace and the Alt App Store.

Release Notes are posted here: http://forum.micasaverde.com/index.php?topic=107871.msg420573#msg420573

Patches will be posted here:

http://forum.micasaverde.com/index.php/topic,26692.0.html

[quote=“Stuart, post:1, topic:199862”]I am please to announce that GCal3 release 3.1 is now available for openluup and available from Alt App Store.
This is now a common code base for vera and openluup and will be kept in sync.

The forum for GCal3 is here: http://forum.micasaverde.com/index.php/board,68.0.html

If you have not installed GCal3 before (or removed a previous version) The plugin will install in bypass mode. When you Arm – it will connect to a test calendar so that you can verify that it is working correctly.

After this you can enter your own CalendarID and Credentials file by following the instructions and documentation posted here: http://forum.micasaverde.com/index.php/topic,49258.0.html?PHPSESSID=fe319nh3olsht801dg3ajb5vq1

##Release Method## Formal releases will be through the mios marketplace and the Alt App Store.

Release Notes are posted here: http://forum.micasaverde.com/index.php?topic=107871.msg420573#msg420573

Patches will be posted here:

http://forum.micasaverde.com/index.php/topic,26692.0.html[/quote]
very good ! thank you
do you have specific dashboard device display code that you d like to integrate directly into ALTUI code base ?

I do not understand the question.

GCal3 comes with two D_ json files. One for UI5 and another for UI7. At startup I check to see what version, UI5,UI7 or openluup, is running and set luup.attr_set(“device_json” …) to the appropriate file.

Is there an alternative approach for ALTUI? I’m just becoming familiar with ALTUI and openluup (as I have some time and Vera continues to, well, be Vera …).

I do not understand the question.

GCal3 comes with two D_ json files. One for UI5 and another for UI7. At startup I check to see what version, UI5,UI7 or openluup, is running and set luup.attr_set(“device_json” …) to the appropriate file.

Is there an alternative approach for ALTUI? I’m just becoming familiar with ALTUI and openluup (as I have some time and Vera continues to, well, be Vera …).[/quote]

Yes in the altui device display page each device has its own little Ui. You can display or put Ui controls , this is all done in JavaScript with a altui plugin that can be incorporated in the full release or dynamically installed by calling a register plugin api. Altui plugin has also the possibility to create a full blown control panel in the device panel page and here again it is full JavaScript but you have much more real estate to create a custom UI.

See altui plugin development topic in this forum