[TYPO3-calendar] Owner benachrichtigen bei Änderung im Kalender

Piotr Malkina droomdre at yahoo.de
Thu Jul 18 17:54:57 CEST 2013


Hello Mario,

thanks for the reply. I added the 3 lines but unfortunately i still did not get any mails.
Hier ist my whole setup for creating events:
#######Calendar Configuration##############
plugin.tx_cal_controller.rights.edit = 1
plugin.tx_cal_controller.rights.admin.user =
plugin.tx_cal_controller.rights.admin.group =

plugin.tx_cal_controller {
    rights {
        create.event {
            forTodayAndFuture.group = 70  
            fields {  
              event_type.allowedUids = 0   
              event_type.public=0
              # die Auswahl der Organisatoren ist inaktiv
              cal_organizer.public = 0
              # ebenso das Pulldownmenü für die Orte
              cal_location.public = 0
              # Bildupload erlauben
              image.public=1
              image_caption.public=1
              image_title.public=1
              image_alt.public=1
              #Wiederholende Ereignisse
              recurring.public=1
              #Dateianhänge
              attachment.public=1
              attachment_caption.public=1
            }
            addFeUserToShared = 1
            addFeGroupToShared = 1
            addFeGroupToShared.ignore =
        }
}


am i missing something?

I have 3 differents Calendars and i can switch between them using the select box at bottom. 

Each Calendar has a group as owner and i want to notify a whole group if an event has been created in his calendar.
if i enter addFeUserToNotify = 1 the user creating the event gets the mail. Unfortunately there is no option like addFeGroupToNotify .
Could you pls help me.
Best regards.


More information about the TYPO3-project-calendar mailing list