Package org.projectforge.plugins.teamcal.integration

Examples of org.projectforge.plugins.teamcal.integration.TeamCalCalendarFeedHook


    registerRight(new TeamEventRight());

    // All the i18n stuff:
    addResourceBundle(RESOURCE_BUNDLE_NAME);

    CalendarFeed.registerFeedHook(new TeamCalCalendarFeedHook());

    TimesheetEditPage.addPluginHook(new TeamcalTimesheetPluginComponentHook());

    RestCallRegistry.getInstance().register(TeamCalDaoRest.class).register(TeamEventDaoRest.class);
View Full Code Here

TOP

Related Classes of org.projectforge.plugins.teamcal.integration.TeamCalCalendarFeedHook

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.