Coding on the Outlook calendar

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

User avatar
hawleyjr
BeerMod
Posts: 2170
Joined: Tue Jan 13, 2004 4:58 pm
Location: Jax FL & Spokane WA USA

Post by hawleyjr »

I'm not taking claim to other people's work. I put the code in a class to make it more usable. And Yes, I did modify it to suite my needs.
Robert Plank
Forum Contributor
Posts: 110
Joined: Sun Dec 26, 2004 9:04 pm
Contact:

Post by Robert Plank »

You put in a bunch of get methods, so what. Be very careful about putting your name on someone else's stuff.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

quit bickering, or I lock it.
Atiq
Forum Commoner
Posts: 26
Joined: Thu Feb 19, 2004 5:23 am

Post by Atiq »

Robert Plank wrote:
Atiq, the vCalendar format doesn't let you specify a reminder or label or anything, that's up to the user when they save the appointment in Outlook. You can specify a category e.g. "Business" but that's about the only extra thing.

Thanks can u advise on the syntax for setting category???
Robert Plank
Forum Contributor
Posts: 110
Joined: Sun Dec 26, 2004 9:04 pm
Contact:

Post by Robert Plank »

When you are outputting the vcalendar there are the lines for "SUMMARY", "DESCRIPTION", etc. you can have one of the lines be something like:

Code: Select all

CATEGORIES:Business
Post Reply