Dynamically generate Microsoft outlook calendar entry

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
ranand
Forum Newbie
Posts: 1
Joined: Tue Jul 21, 2009 3:36 am

Dynamically generate Microsoft outlook calendar entry

Post by ranand »

Hi, I am working on a project management system where in a project manager assigns a task to a resource on a particular project. Once this is assigned, the resource would receive an email informing him / her that an activity has been assigned. In this same email I also need to include a link on click of which the activity would be automatically saved in the outlook of the resource. The resource can then look at all his / her activities for the week or for the month that has been already assigned to him / her in outlook itself. Can somebody please suggest me on where i can find how to get this done? The activity / task will have dynamic fields like Project Name and Task name and will also be associated with a particular time and date.
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: Dynamically generate Microsoft outlook calendar entry

Post by Christopher »

You might want to look into iCalendar. I think that will do what you want and there is PHP support.
(#10850)
Post Reply