You are here

README.txt in Event Calendar 7

MODULE
------
Event Calendar

Contents of files:
------------------

  * Installation
  * Configuration


REQUIREMENTS
------------
Drupal 7.0


DESCRIPTION/FEATURES
--------------------

  The Event Calendar module allows users to Add/Edit/View events in pop-up while
  clicking on a box in an “event calendar view”. This module uses the calendar
  display format of Calendar module and gives its own content type and views.
  It manages colors of events based on their status (taxonomy field) that can
  be set on configuration page.
 
  This module also gives an Admin UI to change status (approval/denied) of
  events and a mailing system.

 
Features
----------

 # A mailing integration for approval of event
 # In-place Add/Edit/View of events in pop-up
 # Different colors of events based on their status
 
Benefits
----------

 # No need to add content type and import views template
 # Easy to add events (if a user permits)
 # Simple Admin UI to manage mail subject, body separately for Admin and other
   roles
 # Events status can be easily identified with the color of events


Dependency
----------
  As it uses calendar format for the creation of “event calendar view” so it
  depends on the Calendar module. If you want to use dates in pop-up then it
  requires Date-pop also.
  
  # Calendar => http://drupal.org/project/calendar">calendar
  # Date => http://drupal.org/project/date">date


Installation:
-------------
1. Copy Event Calendar folder to modules (usually 'sites/all/modules')
   directory.
2. At the 'admin/modules' page, enable the IP address manager module.


Configuration:
--------------
At the 'admin/config/date/event-settings' page enable Event Calendar
for event settings.


CREDITS
--------

This module was created by OSSCube Solutions Pvt Ltd <www dot osscube dot com>
Guided by Bhupendra Singh <bhupendra at osscube dot com>
Developed by Radhey Shyam <radhey at osscube dot com>
and Navneet Kumar <navneet at osscube dot com >

File

README.txt
View source
  1. MODULE
  2. ------
  3. Event Calendar
  4. Contents of files:
  5. ------------------
  6. * Installation
  7. * Configuration
  8. REQUIREMENTS
  9. ------------
  10. Drupal 7.0
  11. DESCRIPTION/FEATURES
  12. --------------------
  13. The Event Calendar module allows users to Add/Edit/View events in pop-up while
  14. clicking on a box in an “event calendar view”. This module uses the calendar
  15. display format of Calendar module and gives its own content type and views.
  16. It manages colors of events based on their status (taxonomy field) that can
  17. be set on configuration page.
  18. This module also gives an Admin UI to change status (approval/denied) of
  19. events and a mailing system.
  20. Features
  21. ----------
  22. # A mailing integration for approval of event
  23. # In-place Add/Edit/View of events in pop-up
  24. # Different colors of events based on their status
  25. Benefits
  26. ----------
  27. # No need to add content type and import views template
  28. # Easy to add events (if a user permits)
  29. # Simple Admin UI to manage mail subject, body separately for Admin and other
  30. roles
  31. # Events status can be easily identified with the color of events
  32. Dependency
  33. ----------
  34. As it uses calendar format for the creation of “event calendar view” so it
  35. depends on the Calendar module. If you want to use dates in pop-up then it
  36. requires Date-pop also.
  37. # Calendar => http://drupal.org/project/calendar">calendar
  38. # Date => http://drupal.org/project/date">date
  39. Installation:
  40. -------------
  41. 1. Copy Event Calendar folder to modules (usually 'sites/all/modules')
  42. directory.
  43. 2. At the 'admin/modules' page, enable the IP address manager module.
  44. Configuration:
  45. --------------
  46. At the 'admin/config/date/event-settings' page enable Event Calendar
  47. for event settings.
  48. CREDITS
  49. --------
  50. This module was created by OSSCube Solutions Pvt Ltd
  51. Guided by Bhupendra Singh
  52. Developed by Radhey Shyam
  53. and Navneet Kumar