I just made a calendar site that is updated by numerous users. All of the users also have MS Outlook 2000. Ideally, I would like their Outlook calendars to synchronize with my calendar.
not sure if this is going to end up server/client side, but here is what I need to do:
generate a meeting request based on a SQL query result. doesn’t matter what language you get it back to me in. I just need to know if i can generate a meeting request.
I imagine it would be possible in a similar way to creating an email from scratch in php.