~ubuntu-branches/debian/sid/openchange/sid

« back to all changes in this revision

Viewing changes to libocpf/examples/sample_appointment.ocpf

  • Committer: Package Import Robot
  • Author(s): Jelmer Vernooij
  • Date: 2012-04-12 20:07:57 UTC
  • mfrom: (11 sid)
  • mto: This revision was merged to the branch mainline in revision 12.
  • Revision ID: package-import@ubuntu.com-20120412200757-k933d9trljmxj1l4
Tags: 1:1.0-4
* openchangeserver: Add dependency on openchangeproxy.
* Rebuild against newer version of Samba 4.
* Use dpkg-buildflags.
* Migrate to Git, update Vcs-Git header.
* Switch to debhelper 9.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
OLEGUID PSETID_Common           "00062008-0000-0000-c000-000000000046"
28
28
OLEGUID PS_PUBLIC_STRINGS       "00020329-0000-0000-c000-000000000046"
29
29
 
30
 
SET $subject = W"[OCPF] Julien Kerihuel Birthday"
 
30
SET $subject = "[OCPF] Julien Kerihuel Birthday"
31
31
SET $start_date = T2008-03-06 22:00:00
32
32
SET $end_date = T2008-03-06 23:45:00
33
33
SET $reminder = 45
36
36
SET $wrong = 0
37
37
 
38
38
PROPERTY {
39
 
         PidTagConversationTopic = $subject
40
 
         PidTagNormalizedSubject = $subject
41
 
         PidTagBody = W"Another year, another pleasure"  
42
 
         PidTagStartDate = $start_date
43
 
         PidTagEndDate = $end_date
44
 
         PidTagSensitivity = 2
 
39
         PR_CONVERSATION_TOPIC = $subject
 
40
         PR_NORMALIZED_SUBJECT = $subject
 
41
         PR_BODY = "Another year, another pleasure"      
 
42
         PR_START_DATE = $start_date
 
43
         PR_END_DATE = $end_date
 
44
         PR_SENSITIVITY = 2
45
45
};
46
46
 
47
47
NPROPERTY {
63
63
          MNID_ID:0x8501:PT_LONG:PSETID_Common = $reminder
64
64
 
65
65
          /* Add categories */
66
 
          MNID_STRING:"Categories":PS_PUBLIC_STRINGS = $keywords
 
66
          MNID_STRING:"Keywords":PS_PUBLIC_STRINGS = $keywords
67
67
};
 
 
b'\\ No newline at end of file'