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)
Exactly what I wanted
sandrahmonge | 20.04.2012 Rating:
I wanted to send sms inside my scenes (alerts, notification, etc). This plugin is the perfect solution! I also like the possibility to log every events inside my google calendar account.
read more