Announcement

Collapse
No announcement yet.

Feature request: GetCalendarEventsForXHours

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Feature request: GetCalendarEventsForXHours

    Hi,

    I managed to use the plugin to dump all my appointments of today into a device's string, and I can now use it for HSTouch, or speak it many ways.

    I used a script for that, with GetCalendarEventsForXDays like this:

    hs.PluginFunction("BLGData", "", "GetCalendarEventsForXDays", new Object(){User_email,Calendar_name,NumberofDays})

    This give me all events for entire day(s), and for today these include the ones in the past hours.
    What I need is to get events in the next 24 hours, it could be:

    hs.PluginFunction("BLGData", "", "GetCalendarEventsForXHours", new Object(){User_email,Calendar_name,NumberofHours}).

    Thanks
    Pierre




    GetCalendarEventsForXDays
    Visit zee e-maison : http://www.e-maison.com
Working...
X