Author: Version: Price: free
Add an event to a google calendar. The plugin needs the email, password, calendar name, event name and event description.
Inside luup code, you can change event name :
luup.call_action("urn:event2gcal:serviceId:Event2GCal1","SetEventName", "Your event name" ,device_id)
And description with :
luup.call_action("urn:event2gcal:serviceId:Event2GCal1","SetEventDesc", "Your event description" ,device_id)