i ditect birthday appointments from calendar appointments

Status
Not open for further replies.
H

hemaneelagiri

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


200910
 
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

 
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.

"hemaneelagiri " <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

> >
>
 
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


200910
 
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.

"hemaneelagiri " <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

> >
> 200910
>
 
Status
Not open for further replies.
Similar threads
Thread starter Title Forum Replies Date
G Add contacts birthday to calendar Using Outlook 4
G Create ordinal numbers for birthday Outlook VBA and Custom Forms 2
G Send a greeting message to a contact on birthday Outlook VBA and Custom Forms 5
Fozzie Bear Sharing Birthday Calendar Using Outlook.com accounts in Outlook 3
A add birthday to outlook contacts Using Outlook 1
A Birthday reminders now ending after 10 years?? Using Outlook 4
S Birthday and Anniversary records Using Outlook 2
S Birthday and Anniversary fields Exchange Server Administration 3
B Birthday dates automatically (and improperly) placed in Birthday Details Using Outlook 2
T Birthday events in Calendar Using Outlook 4
P [SOLVED] Outlook-Hotmail Birthday Calendar changed by one day Using Outlook.com accounts in Outlook 8
M Birthday series in calendar Outlook VBA and Custom Forms 1
V Birthday Field - How can one set it without generating a calendar Outlook VBA and Custom Forms 1
A Outlook 365 New Appointments All saved to a 365 default calendar on Mac Using Outlook 0
M New Calendar Appointments: Conditionally turn off reminder and show time as free Using Outlook 5
Kika Melo Outlook Calendar deleted appointments not in Deleted Items folder Using Outlook 3
e_a_g_l_e_p_i Outlook 2021 all appointments not showing in calendar Using Outlook 2
S Changing colors of today's appointments, but not recurring ones Using Outlook 33
M Printing Appointments Using Outlook 1
M Calendar daily Appointments and printing Using Outlook 0
C Add Form to Appointments Received, Automatically Outlook VBA and Custom Forms 6
L Option to Show Cancelled Appointments Using Outlook 0
O Export Outlook calendar appointments by filters and date range Outlook VBA and Custom Forms 1
R Outlook 2007 only loads some appointments Using Outlook 0
N Gathering Calendar Appointments from Calendars that synced as Contacts Exchange Server Administration 1
F Year-and-a-day recurring appointments Using Outlook 1
J what file contains contacts, tasks and appointments stored locally? Using Outlook 1
D hiding appointments that are completed or cancelled, how to ? Using Outlook 5
M warning for too many appointments on a same day in Outlook Using Outlook 1
V importing appointments to non-default calendar? Using Outlook 1
OutlookIntegrator Appointments Using Outlook 0
R Make past appointments remain in calendar Using Outlook 1
M Creating Outlook Appointments from Excel Cells Outlook VBA and Custom Forms 1
A Outlook.com changing appointments Using Outlook 8
T populate calendar with appointments and send reminders Using Outlook 1
Diane Poremsky Copy New Appointments to Another Calendar using VBA Using Outlook 0
Diane Poremsky Create Appointments Using Spreadsheet Data Using Outlook 0
Diane Poremsky How to Import Appointments into a Group Calendar Using Outlook 0
I Outlook 2013 Appointments not in HTML Using Outlook.com accounts in Outlook 2
makinmyway Appointments Created in iCloud Calendars Cover Contacts Field...Why? Using Outlook 3
M Expected behaviour of recurring appointments? Using Outlook 2
C Find all deleted recurrence appointments Outlook VBA and Custom Forms 4
M Copy new appointments created in multiple shared calendars to another exchange calendar Outlook VBA and Custom Forms 1
R Outlook calendar appointments Free/Busy time is changing from "Busy" to "Free" Using Outlook 2
G Outlook does not show new appointments in To-Do-Bar Using Outlook 0
A Looping appointments in calendar Outlook VBA and Custom Forms 0
B Outlook Calendar/setting appointments Using Outlook 1
L Appointments disappearing Using Outlook 0
N To do bar - show more than 30 days of appointments Using Outlook 0
A Show ALL of today's appointments in To-Do Bar Using Outlook 1

Similar threads

Back
Top