meeting-room-booking-system / mrbs-code

MRBS application code
Other
124 stars 61 forks source link

Enabled calender from configuration file but it's not adding to calender #1459

Open jberanek opened 9 years ago

jberanek commented 9 years ago

HI

i have enabled calender by adding :


$mail_settings['icalendar'] = TRUE;
`````````~~

But when i book meeting room, i am getting 2 attachment .ics files

1. booking.ics (the name i have given in conf file)
2. not supported calender messages.ics

when i try to open this booking.ics file, it's not adding to my calender. i am getting message like " Meeting cannot be found in the calender"

But when i forward this message to any other person, he/she can able to add this to their calendar.

only the owner ,who booked the meeting from mrbs cannot able to add this to calander

please anyone help me to fix this issue.

Regards
Ben

Reported by: bentech4u

Original Ticket: [mrbs/support-requests/731](https://sourceforge.net/p/mrbs/support-requests/731)
jberanek commented 9 years ago

What have you got $mail_settings['organizer'] set to in your config file? If it's the same as your email address you might get this problem. See the comments in systemdefaults:

// The address to be used for the ORGANIZER in an iCalendar event.   Do not make
// this email address the same as the admin email address or the recipients 
// email address because on some mail systems, eg IBM Domino, the iCalendar email
// notification is silently discarded if the organizer's email address is the same 
// as the recipient's.  On other systems you may get a "Meeting not found" message.

Original comment by: campbell-m