Re: Blackberry calendar integration

2005-07-26 Thread HOFLee _
There used to be a site - CFCOMET which was good for COM resources and CF
but it is gone now - I think Michael has it set up somewhere though - I cant
remember the link!

In case you're still interested, try http://cfregex.com/cfcomet/

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:212902
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Blackberry calendar integration

2005-06-23 Thread Robertson-Ravo, Neil (RX)
Yep, you will need Blackberry Enterprise Server to do this.



-Original Message-
From: Russ [mailto:[EMAIL PROTECTED] 
Sent: 22 June 2005 21:17
To: CF-Talk
Subject: Blackberry calendar integration

We have a fairly simple calendar/events module in our cf application, and
management wants to see if it could be integrated with Blackberry calendar.
Does anyone have any experience doing something like this?  I'm assuming
we'll need something like Blackberry Enterprise Server for the blackberry
sync to work, but how would we integrate our application with the Blackberry
Enterprise Server?  Can somebody point me in the right direction?





~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210327
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Blackberry calendar integration

2005-06-23 Thread Robertson-Ravo, Neil (RX)
Not easily...CF/COM and Exchange integration was flakey at the best of times
- probably even flakier with MX.

There used to be a site - CFCOMET which was good for COM resources and CF
but it is gone now - I think Michael has it set up somewhere though - I cant
remember the link!




-Original Message-
From: Russ [mailto:[EMAIL PROTECTED] 
Sent: 22 June 2005 23:09
To: CF-Talk
Subject: RE: Blackberry calendar integration

How do you push calendar events into exchange?  Is it possible to do this
through ColdFusion?



-Original Message-
From: Robert Munn [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, June 22, 2005 4:32 PM
To: CF-Talk
Subject: Blackberry calendar integration

My company has a Blackberry Server integrated with Exchange. All we do is
push calendar events into Exchange and they copy over. From what I have
read, the only way to achieve calendar integration is through the Enterprise
Server. 

http://www.blackberryforums.com/showthread.php?t=9678highlight=calendar+syn
c



We have a fairly simple calendar/events module in our cf application, and
management wants to see if it could be integrated with Blackberry calendar.
Does anyone have any experience doing something like this?  I'm assuming
we'll need something like Blackberry Enterprise Server for the blackberry
sync to work, but how would we integrate our application with the
Blackberry
Enterprise Server?  Can somebody point me in the right direction?





~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210340
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Blackberry calendar integration

2005-06-23 Thread Bob Flynn
 I believe the proper way to do this is to have the CF server CFMAIL 
 the meeting request as an attachment, but check that Evolution thread 
 for the issues. 

This is exactly what we do. We have created a calendar app that allows you to 
choose the staff to invite from a list when creating an event. It then emails 
those people. In addition to having the event details in the body of the email 
they get an attached .vcs file. They open it and save it to their Exchange 
calendar. If you are running Blackberry Enterprise Server it will sync. If you 
are running desktop redirect it should sync just like any other change. The 
only problem we've encountered is when someone is away and their Blackberry is 
their only access then they have to manually add it to their calendar based on 
the information in the email text. I have not tried accessing one of these 
messages with Outlook Web Access. Perhaps I should go test that...

Let me know if you'd like more details or code.

Bob

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210413
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Blackberry calendar integration

2005-06-23 Thread Russ
So is there a way to make it work directly with blackberry, without
requiring the use of outlook?  

-Original Message-
From: Bob Flynn [mailto:[EMAIL PROTECTED] 
Sent: Thursday, June 23, 2005 2:35 PM
To: CF-Talk
Subject: RE: Blackberry calendar integration

 I believe the proper way to do this is to have the CF server CFMAIL 
 the meeting request as an attachment, but check that Evolution thread 
 for the issues. 

This is exactly what we do. We have created a calendar app that allows you
to choose the staff to invite from a list when creating an event. It then
emails those people. In addition to having the event details in the body of
the email they get an attached .vcs file. They open it and save it to their
Exchange calendar. If you are running Blackberry Enterprise Server it will
sync. If you are running desktop redirect it should sync just like any other
change. The only problem we've encountered is when someone is away and their
Blackberry is their only access then they have to manually add it to their
calendar based on the information in the email text. I have not tried
accessing one of these messages with Outlook Web Access. Perhaps I should go
test that...

Let me know if you'd like more details or code.

Bob



~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210441
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Blackberry calendar integration

2005-06-23 Thread Bob Flynn
So is there a way to make it work directly with blackberry, without
requiring the use of outlook?  


No, not that I know of. We generate an email. If the user is using Outlook they 
can open the attached vCal file and it will automatically add it to their 
calendar when the choose save and close. If they are using their Blackberry 
they just get an email with an attachment. We put the details of the event in 
the body of the email. They can, from that information, just create a new 
calendar event on their Blackberry manually. It's not pretty, but it works for 
us.

BTW, I tested the Outlook Web Access. It doesn't work there. You still have to 
open the attachment in Outlook to automatically add it to your calendar.

Bob

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210447
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Blackberry calendar integration

2005-06-22 Thread Russ
We have a fairly simple calendar/events module in our cf application, and
management wants to see if it could be integrated with Blackberry calendar.
Does anyone have any experience doing something like this?  I'm assuming
we'll need something like Blackberry Enterprise Server for the blackberry
sync to work, but how would we integrate our application with the Blackberry
Enterprise Server?  Can somebody point me in the right direction?



~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210284
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Blackberry calendar integration

2005-06-22 Thread Robert Munn
My company has a Blackberry Server integrated with Exchange. All we do is push 
calendar events into Exchange and they copy over. From what I have read, the 
only way to achieve calendar integration is through the Enterprise Server. 

http://www.blackberryforums.com/showthread.php?t=9678highlight=calendar+sync



We have a fairly simple calendar/events module in our cf application, and
management wants to see if it could be integrated with Blackberry calendar.
Does anyone have any experience doing something like this?  I'm assuming
we'll need something like Blackberry Enterprise Server for the blackberry
sync to work, but how would we integrate our application with the Blackberry
Enterprise Server?  Can somebody point me in the right direction?

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210287
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Blackberry calendar integration

2005-06-22 Thread Russ
How do you push calendar events into exchange?  Is it possible to do this
through ColdFusion?



-Original Message-
From: Robert Munn [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, June 22, 2005 4:32 PM
To: CF-Talk
Subject: Blackberry calendar integration

My company has a Blackberry Server integrated with Exchange. All we do is
push calendar events into Exchange and they copy over. From what I have
read, the only way to achieve calendar integration is through the Enterprise
Server. 

http://www.blackberryforums.com/showthread.php?t=9678highlight=calendar+syn
c



We have a fairly simple calendar/events module in our cf application, and
management wants to see if it could be integrated with Blackberry calendar.
Does anyone have any experience doing something like this?  I'm assuming
we'll need something like Blackberry Enterprise Server for the blackberry
sync to work, but how would we integrate our application with the
Blackberry
Enterprise Server?  Can somebody point me in the right direction?



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210299
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Blackberry calendar integration

2005-06-22 Thread Robert Munn
iCalendar format:

http://www.prism.gatech.edu/~gte267v/iCalendarFormat.html

There are some issues with .ics formatted attachments and Exchange. See a 
sample thread about it on the Evolution forums:

http://galactus.ximian.com/pipermail/evolution-hackers/2005-March/005196.html

I believe the proper way to do this is to have the CF server CFMAIL the meeting 
request as an attachment, but check that Evolution thread for the issues. 

Rob

How do you push calendar events into exchange?  Is it possible to do this
through ColdFusion?



-Original Message-
From: Robert Munn [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, June 22, 2005 4:32 PM
To: CF-Talk
Subject: Blackberry calendar integration

My company has a Blackberry Server integrated with Exchange. All we do is
push calendar events into Exchange and they copy over. From what I have
read, the only way to achieve calendar integration is through the Enterprise
Server. 

http://www.blackberryforums.com/showthread.php?t=9678highlight=calendar+syn
c



We have a fairly simple calendar/events module in our cf application, and
management wants to see if it could be integrated with Blackberry calendar.
Does anyone have any experience doing something like this?  I'm assuming
we'll need something like Blackberry Enterprise Server for the blackberry
sync to work, but how would we integrate our application with the
Blackberry
Enterprise Server?  Can somebody point me in the right direction?

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210314
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54