What's new? | Help | Directory | Sign in
Google
zogi
XML-RPC Bundle For OpenGroupware's ZideStore Integration Server
  
  
  
  
    
Search
for
Updated Nov 30, 2007 by adamtaunowilliams
notification  
The notification entity

Introduction

The notification entity is a transient entity returned from a call to the getNotifications method. Each notification entity represents a pending notification; an appointment notification will only be received once as once it is returned to the client the notification is cleared.

Example

{'appointmentObjectId': 10499440,
  'comment': '',
  'email': ['tschulth@example.com'],
  'endOffsetFromGMT': 0,
  'endTimeZone': 'GMT',
  'entityName': 'notification',
  'imAddress': '',
  'isAccount': 1,
  'notifyEntityName': 'Contact',
  'notifyObjectId': 1197110,
  'rsvp': 1,
  'startOffsetFromGMT': 0,
  'startTimeZone': 'GMT',
  'status': 'NEEDS-ACTION',
  'type': 'Appointment'},

 {'appointmentObjectId': 10499440,
  'comment': '',
  'email': ['rhopkins@example.com', 'rick.hopkins@example.com'],
  'endOffsetFromGMT': -14400,
  'endTimeZone': 'EDT',
  'entityName': 'notification',
  'imAddress': '',
  'isAccount': 1,
  'notifyEntityName': 'Contact',
  'notifyObjectId': 26850,
  'rsvp': 0,
  'startOffsetFromGMT': -14400,
  'startTimeZone': 'EDT',
  'status': 'NEEDS-ACTION',
  'type': 'Appointment'},

Home


Sign in to add a comment