![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
![]()
Hello,
i want to synchronize calendar appointments from outlook to my application. how can i restrict birthday appointments(which is created from contacts list) from calndar folderitems Thanks in advance -- Message posted via OfficeKB.com http://www.officekb.com/Uwe/Forums.a...g-vba/200910/1 |
#2
|
|||
|
|||
![]()
And one more question
when i am retriving recurring appointments from calender folder how can i know thar reccurent pattern end mode i mean which radioa button has selected if noenddate is false taht is ok.. how can v know which radio button has selected(is it "end after"/ "end by") pelase help me -- Message posted via http://www.officekb.com |
#3
|
|||
|
|||
![]()
Appointments created from birthdays or anniversaries are no different than
any other recurring all day appointments. First check to see if the appointment is an all day appointment, since all birthdays and anniversaries are all day. Then check the Links collection and if there isn't a link then it's probably not a birthday or anniversary (unless the user removed the link that gets created). Then get the Link object, which is a contact, then check that contact for settings for birthday and anniversary. The settings in the Recurrence pattern must be interpreted to get what the dialog shows. Look at the NoEndDate Boolean and the Occurrences Long to see if the pattern has an end date and a specified number of occurrences. Also look at PatternEndDate. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended Reminders, Attachment Options. http://www.slovaktech.com/products.htm "hemaneelagiri via OfficeKB.com" u54138@uwe wrote in message news:9dec6561556cd@uwe... And one more question when i am retriving recurring appointments from calender folder how can i know thar reccurent pattern end mode i mean which radioa button has selected if noenddate is false taht is ok.. how can v know which radio button has selected(is it "end after"/ "end by") pelase help me -- Message posted via http://www.officekb.com |
#4
|
|||
|
|||
![]()
Thanks for reply
"The settings in the Recurrence pattern must be interpreted to get what the dialog shows. Look at the NoEndDate Boolean and the Occurrences Long to see if the pattern has an end date and a specified number of occurrences. Also look at PatternEndDate." pattern is always having enddate and specified occurances -- Message posted via OfficeKB.com http://www.officekb.com/Uwe/Forums.a...g-vba/200910/1 |
#5
|
|||
|
|||
![]()
A pattern without end, such as a birthday, has Occurrences = 0. EndTime
would have a year of 1601. PatternEndDate would have a year of 4500 or 4501 depending on various GMT settings. You have to play with different patterns and see what property values you get. Otherwise you will never be able to interpret a recurrence pattern. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended Reminders, Attachment Options. http://www.slovaktech.com/products.htm "hemaneelagiri via OfficeKB.com" u54138@uwe wrote in message news:9decebb05814e@uwe... Thanks for reply "The settings in the Recurrence pattern must be interpreted to get what the dialog shows. Look at the NoEndDate Boolean and the Occurrences Long to see if the pattern has an end date and a specified number of occurrences. Also look at PatternEndDate." pattern is always having enddate and specified occurances -- Message posted via OfficeKB.com http://www.officekb.com/Uwe/Forums.a...g-vba/200910/1 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Automatic birthday calendar appointments from Contact's informatio | JorgeB | Outlook - Using Contacts | 1 | April 14th 09 03:38 PM |
how to refresh birthday appointments | Gizzzo | Outlook - Using Contacts | 5 | March 26th 09 12:55 PM |
Active Appointments View - Recurring Appointments | Alex | Outlook - General Queries | 1 | July 30th 07 08:50 PM |
I acnt set up appointments or open existing appointments-Outlook 2 | Tired of ActiveX errors | Outlook - Calandaring | 2 | December 19th 06 07:05 PM |
Outlook birthday/anniversary/all day appointments - time zone | jasonp- | Outlook - Calandaring | 1 | June 16th 06 10:54 PM |