Skip to content

Calendar API: add "see also events API" note - #1675

Open
agwells wants to merge 1 commit into
moodle:mainfrom
agwells:patch-2
Open

Calendar API: add "see also events API" note#1675
agwells wants to merge 1 commit into
moodle:mainfrom
agwells:patch-2

Conversation

@agwells

Copy link
Copy Markdown

While working on something dealing with the calendar recently, I encountered some confusion around the fact that Moodle has two types of entities it calls "events":

  1. calendar events, used by the Calendar API and stored in the mdl_event table
  2. events used by the Events API, for logging and event-handlers / observers

So I thought it might help other people in a similar situation if the calendar API page had a note about this.

…ents
I recently encountered some confusion around the fact that Moodle has two types of entities it calls "events":
1. calendar events, used by the Calendar API and stored in the `mdl_event` table
2. events used by the Events API, for logging and event-handlers / observers
@netlify

netlifyBot commented Aug 14, 2026

Copy link
Copy Markdown

Deploy Preview for moodledevdocs ready!

Built without sensitive environment variables

NameLink
🔨 Latest commitb2c3a39
🔍 Latest deploy loghttps://app.netlify.com/projects/moodledevdocs/deploys/6a7e655d7cba370008b098a2
😎 Deploy Previewhttps://deploy-preview-1675--moodledevdocs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changesRun an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@agwells